diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f1ce26a..aebe01c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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) }} />
@@ -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) }} />
@@ -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) }} />