Update src/app/shop/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav" className="relative">
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="Lakeside Construction"
|
||||
/>
|
||||
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
|
||||
@@ -106,7 +106,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav" className="relative">
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="Lakeside Construction"
|
||||
/>
|
||||
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
|
||||
|
||||
Reference in New Issue
Block a user