Update src/app/shop/page.tsx
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user