export type BlogData = { slug?: string | null; title: string; description: string; img?: { url: string; alt?: string }; posted_at: string; };