From bb7a4720051b538729ff9e8df6b62bcefd90618d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:22:48 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) 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) }} />