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"