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