export interface Section { id: string; title: string; icon?: string; subSections?: { id: string; title: string; icon?: string; }[]; }