Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 01:27:33 +00:00
parent 37a9bddf4e
commit 2be8a6f1fe

View File

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