Update src/app/shop/page.tsx
This commit is contained in:
@@ -33,11 +33,10 @@ export default function ShopPage() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
|
||||
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
|
||||
brandName="InDark"
|
||||
bottomLeftText="Innovating the Future"
|
||||
bottomRightText="hello@indark.com"
|
||||
button={{ text: "Cart", onClick: () => {} }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -48,7 +47,6 @@ export default function ShopPage() {
|
||||
logoText="InDark"
|
||||
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/terms" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -72,11 +70,10 @@ export default function ShopPage() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
|
||||
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
|
||||
brandName="InDark"
|
||||
bottomLeftText="Innovating the Future"
|
||||
bottomRightText="hello@indark.com"
|
||||
button={{ text: "Cart", onClick: () => {} }}
|
||||
/>
|
||||
</div>
|
||||
<div id="product-catalog" data-section="product-catalog">
|
||||
@@ -95,7 +92,6 @@ export default function ShopPage() {
|
||||
logoText="InDark"
|
||||
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/terms" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user