Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 22:21:52 +00:00
parent 51dd7c429b
commit 5599f7516d

View File

@@ -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"