Update src/app/shop/page.tsx
This commit is contained in:
@@ -57,13 +57,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="Life"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Shop", id: "/shop" }, { name: "Services", id: "/#services" }, { name: "Contact", id: "/#contact" }, { name: "Blog", id: "/blog" }]} brandName="Life"
|
||||
bottomLeftText="Embrace Nature's Beauty"
|
||||
bottomRightText="hello@lifestudio.com"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user