diff --git a/src/app/components/nav/Header.tsx b/src/app/components/nav/Header.tsx index 9b6e574..8fb6c37 100644 --- a/src/app/components/nav/Header.tsx +++ b/src/app/components/nav/Header.tsx @@ -35,13 +35,6 @@ const DISPLAY_MATRIX = process.env.NEXT_PUBLIC_DISPLAY_MATRIX !== 'false' const DISPLAY_ABONEMMENTS = process.env.NEXT_PUBLIC_DISPLAY_ABONEMMENTS !== 'false' const DISPLAY_POOLS = process.env.NEXT_PUBLIC_DISPLAY_POOLS !== 'false' -// Replace current shopItems / informationItems / navLinks block -// ...existing code... -// Replace current shopItems definition with detailed version (adds icon & description) -const shopItems = [ - { name: 'VIP', href: '/shop/vip', description: 'Exclusive VIP shop', icon: ShoppingBagIcon }, - { name: 'Public', href: '/shop/public', description: 'Open catalog for everyone', icon: UsersIcon }, -] // Information dropdown, controlled by env flags const informationItems = [