From d7df2c692484f712f32e4c12946f555a729aefd2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 03:09:02 +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 7fed64f..3da237d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,7 +95,6 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Jerry's Construction" bottomLeftText="Licensed • Insured • 20+ Years" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -146,7 +145,6 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Jerry's Construction" bottomLeftText="Licensed • Insured • 20+ Years" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -204,7 +202,6 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Jerry's Construction" bottomLeftText="Licensed • Insured • 20+ Years" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />