export type TNews = { title: string description: string type: 'hero' | 'grid' items: { title: string content: string image: string }[] }