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