Update src/app/shop/page.tsx
This commit is contained in:
@@ -59,7 +59,7 @@ export default function ShopPage() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="AI CRM Pro"
|
||||
bottomLeftText="Smart Solutions for Business"
|
||||
bottomRightText="contact@aicrm.com"
|
||||
@@ -89,7 +89,7 @@ export default function ShopPage() {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="AI CRM Pro"
|
||||
bottomLeftText="Smart Solutions for Business"
|
||||
bottomRightText="contact@aicrm.com"
|
||||
|
||||
Reference in New Issue
Block a user