Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -95,7 +95,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
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">
|
||||||
@@ -128,7 +127,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
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">
|
||||||
@@ -168,7 +166,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
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-detail-card" data-section="product-detail-card">
|
<div id="product-detail-card" data-section="product-detail-card">
|
||||||
|
|||||||
Reference in New Issue
Block a user