export interface CaseStudiesInterface { attributes: { title: string; techStack: string; image: { data: { attributes: { url: string; alternativeText: string; width?: number; height?: number } } }; }; }