diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3da189c..da880bb 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,8 +42,7 @@ export default function ShopPage() { { name: "Collections", id: "products" }, { name: "About", id: "about" }, { name: "Why Giina", id: "features" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -118,8 +117,7 @@ export default function ShopPage() { { name: "Collections", id: "products" }, { name: "About", id: "about" }, { name: "Why Giina", id: "features" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />