Update src/app/shop/page.tsx

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

View File

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