Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 01:31:00 +00:00
parent 5e00d0b2b9
commit 09ebfff10e

View File

@@ -43,6 +43,7 @@ function ShopPageContent() {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -109,6 +110,7 @@ function ShopPageContent() {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<div id="productCatalog" data-section="productCatalog">