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