From 44fe1b00fdd3ab11cb2e6e3861ba6fe0c789252e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 03:57:01 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) }} />