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) }} />