Update src/app/shop/page.tsx
This commit is contained in:
@@ -57,7 +57,12 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar" className="relative w-full">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Why Us", id: "/#why-us" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="Johns Plumbing"
|
||||
/>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user