From cec853e8c60f0a91ae11ca9dae22bf7eb27afded Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:38:52 +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 de172e0..e9d639a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,7 +95,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="T&K Roofing" bottomLeftText="Quality Roofing & Sheet Metal" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -134,7 +133,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="T&K Roofing" bottomLeftText="Quality Roofing & Sheet Metal" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -180,7 +178,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="T&K Roofing" bottomLeftText="Quality Roofing & Sheet Metal" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />