Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 21:34:48 +00:00
parent efd962900d
commit 499beeee39

View File

@@ -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"