From a343b1e76bd3c3ff13bb70f3f79e84769aa252f5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:56:16 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f7a5da4..8baccc5 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -97,7 +97,6 @@ function ProductPageContent({ params }: ProductPageProps) { ]} brandName="Bean Haven" button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -112,7 +111,6 @@ function ProductPageContent({ params }: ProductPageProps) { { items: [{ label: "Home", href: "/" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }] } ]} - useInvertedBackground={false} />
@@ -143,7 +141,6 @@ function ProductPageContent({ params }: ProductPageProps) { ]} brandName="Bean Haven" button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -166,7 +163,6 @@ function ProductPageContent({ params }: ProductPageProps) { { items: [{ label: "Home", href: "/" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }] } ]} - useInvertedBackground={false} />
@@ -196,7 +192,6 @@ function ProductPageContent({ params }: ProductPageProps) { ]} brandName="Bean Haven" button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -242,7 +237,6 @@ function ProductPageContent({ params }: ProductPageProps) { { items: [{ label: "Home", href: "/" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }] } ]} - useInvertedBackground={false} />