Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 15:20:48 +00:00
parent c618055973
commit abe0fdfbdc

View File

@@ -40,7 +40,6 @@ function ShopPageContent() {
bottomLeftText="Global Community" bottomLeftText="Global Community"
bottomRightText="hello@example.com" bottomRightText="hello@example.com"
topBarClassName="" topBarClassName=""
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</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">
@@ -72,7 +71,6 @@ function ShopPageContent() {
bottomLeftText="Global Community" bottomLeftText="Global Community"
bottomRightText="hello@example.com" bottomRightText="hello@example.com"
topBarClassName="" topBarClassName=""
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</div> </div>
<div id="product-catalog" data-section="product-catalog"> <div id="product-catalog" data-section="product-catalog">