diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7851b03..a036b41 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,8 +43,7 @@ export default function ShopPage() { { name: "Why Us", id: "about" }, { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -87,8 +86,7 @@ export default function ShopPage() { { name: "Why Us", id: "about" }, { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />