diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 77bcde5..99e72a6 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) { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -133,7 +132,6 @@ export default function ProductPage({ params }: ProductPageProps) { ] } ] - ariaLabel="Master Plumbing footer with contact information" /> @@ -170,7 +168,6 @@ export default function ProductPage({ params }: ProductPageProps) { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -216,7 +213,6 @@ export default function ProductPage({ params }: ProductPageProps) { ] } ] - ariaLabel="Master Plumbing footer with contact information" /> @@ -252,7 +248,6 @@ export default function ProductPage({ params }: ProductPageProps) { ]} bottomLeftText="24/7 Emergency Service" bottomRightText="Call: (555) 123-4567" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -323,7 +318,6 @@ export default function ProductPage({ params }: ProductPageProps) { ] } ] - ariaLabel="Master Plumbing footer with contact information" />