Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-17 12:47:07 +00:00
parent ebe5a98ac8
commit 25c1c9a290

View File

@@ -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) }}
/>