Update src/app/shop/page.tsx

This commit is contained in:
2026-02-23 12:56:17 +00:00
parent a343b1e76b
commit 836efd8dbf

View File

@@ -40,7 +40,6 @@ function ShopPageContent() {
]}
brandName="Bean Haven"
button={{ text: "Cart", onClick: () => {} }}
mobileButton={{ text: "Cart", onClick: () => {} }}
/>
</div>
<div id="loading-section" data-section="loading-section">
@@ -55,7 +54,6 @@ function ShopPageContent() {
{ items: [{ label: "Home", href: "/" }] },
{ items: [{ label: "Privacy Policy", href: "/privacy" }] }
]}
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -85,7 +83,6 @@ function ShopPageContent() {
]}
brandName="Bean Haven"
button={{ text: "Cart", onClick: () => {} }}
mobileButton={{ text: "Cart", onClick: () => {} }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">
@@ -106,7 +103,6 @@ function ShopPageContent() {
{ items: [{ label: "Home", href: "/" }] },
{ items: [{ label: "Privacy Policy", href: "/privacy" }] }
]}
useInvertedBackground={false}
/>
</div>
</ReactLenis>