diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 856ec78..1402b03 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -45,7 +45,6 @@ export default function ShopPage() { brandName="Jerry's Construction" bottomLeftText="Licensed • Insured • 20+ Years" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => console.log("cart") }} />
@@ -95,7 +94,6 @@ export default function ShopPage() { brandName="Jerry's Construction" bottomLeftText="Licensed • Insured • 20+ Years" bottomRightText="(555) 123-4567" - button={{ text: "Cart", onClick: () => console.log("cart") }} />