export interface SeoData { title: string; description: string; socialsDescription?: string; image?: string; type?: "website" | "article"; }