Update src/app/shop/[id]/page.tsx

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

View File

@@ -95,7 +95,6 @@ function ProductPageContent({ params }: ProductPageProps) {
bottomLeftText="Global Community"
bottomRightText="hello@example.com"
topBarClassName=""
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -128,7 +127,6 @@ function ProductPageContent({ params }: ProductPageProps) {
bottomLeftText="Global Community"
bottomRightText="hello@example.com"
topBarClassName=""
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -168,7 +166,6 @@ function ProductPageContent({ params }: ProductPageProps) {
bottomLeftText="Global Community"
bottomRightText="hello@example.com"
topBarClassName=""
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">