export interface BottomNavItemProps { label: string; href: string; disabled?: boolean; iconName?: string; isActive?: boolean; showItemsOnMobile?: boolean; }