From 5599f7516d80da7712bbefd8016ffef43b058a07 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 22:21:52 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 49dbd5b..4c894d5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -63,8 +63,8 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Live Shows", id: "/#live-shows" }, - { name: "Shop", id: "/shop" }, - { name: "Support", id: "/#contact-support" } + { name: "Support", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} className="py-4 px-6 md:px-8" @@ -110,8 +110,8 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Live Shows", id: "/#live-shows" }, - { name: "Shop", id: "/shop" }, - { name: "Support", id: "/#contact-support" } + { name: "Support", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} className="py-4 px-6 md:px-8"