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