export interface GalleryItemI { image: string; title: string; icon: string; category: string; subcategory?: string; }