export interface ProductSegment { name: string; icon: string; count: number; link: string; }