diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6b51cc0..25277a5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -47,7 +47,6 @@ export default function ShopPage() { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -85,7 +84,6 @@ export default function ShopPage() { ] } ] - ariaLabel="Master Plumbing footer with contact information" /> @@ -121,7 +119,6 @@ export default function ShopPage() { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -167,7 +164,6 @@ export default function ShopPage() { ] } ] - ariaLabel="Master Plumbing footer with contact information" />