Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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"
|
||||
@@ -122,7 +122,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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"
|
||||
@@ -160,7 +160,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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