Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user