diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 0c61570..d83fb78 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,8 +89,7 @@ export default function ProductPage({ params }: ProductPageProps) { { 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) }} /> @@ -166,8 +165,7 @@ export default function ProductPage({ params }: ProductPageProps) { { 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) }} /> @@ -250,8 +248,7 @@ export default function ProductPage({ params }: ProductPageProps) { { 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) }} /> 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) }} />