Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 01:33:40 +00:00
parent 28a43943fa
commit e747549bb5

View File

@@ -43,7 +43,6 @@ 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">
@@ -110,7 +109,6 @@ function ShopPageContent() {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<div id="productCatalog" data-section="productCatalog">