export interface ContentBlockProps { icon: string; title: string; content: string; section?: any; button?: any; t?: any; id: string; type?: string; }