Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 19:32:43 +00:00
parent 4d5da08648
commit 7ed84c09a3

View File

@@ -67,8 +67,6 @@ export default function ShopPage() {
{ name: "Contact", id: "/contact" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -114,8 +112,6 @@ export default function ShopPage() {
{ name: "Contact", id: "/contact" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">