Update src/app/shop/[id]/page.tsx

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

View File

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