1export interface CardStudyProps { 2 caseStudy: { 3 name: string; 4 summary: string; 5 coverImage: string; 6 type: string; 7 endDate: string; 8 company: string; 9 slug: string; 10 }; 11}