Update src/app/shop/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user