Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-23 12:56:16 +00:00
parent 9b509cd0a3
commit a343b1e76b

View File

@@ -97,7 +97,6 @@ function ProductPageContent({ params }: ProductPageProps) {
]}
brandName="Bean Haven"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="loading-section" data-section="loading-section">
@@ -112,7 +111,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ items: [{ label: "Home", href: "/" }] },
{ items: [{ label: "Privacy Policy", href: "/privacy" }] }
]}
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -143,7 +141,6 @@ function ProductPageContent({ params }: ProductPageProps) {
]}
brandName="Bean Haven"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="not-found-section" data-section="not-found-section">
@@ -166,7 +163,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ items: [{ label: "Home", href: "/" }] },
{ items: [{ label: "Privacy Policy", href: "/privacy" }] }
]}
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -196,7 +192,6 @@ function ProductPageContent({ params }: ProductPageProps) {
]}
brandName="Bean Haven"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">
@@ -242,7 +237,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ items: [{ label: "Home", href: "/" }] },
{ items: [{ label: "Privacy Policy", href: "/privacy" }] }
]}
useInvertedBackground={false}
/>
</div>
</ReactLenis>