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

This commit is contained in:
2026-02-20 13:22:48 +00:00
parent 75461b525d
commit bb7a472005

View File

@@ -86,7 +86,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -118,7 +117,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -157,7 +155,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">