From 855e69c99d26fecdc966b97a6fe63c1121ee89a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 21:35:26 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c80db56..a5d6873 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,6 +29,7 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, From 2f9fea66912fa605b5dd3bd3c78f6d05c3fe3e71 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 21:35:28 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 485cecd..070352b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; @@ -33,6 +34,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "#features" }, + { name: "Products", id: "#products" }, { name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, @@ -90,6 +92,23 @@ export default function LandingPage() { tag="Our Results" /> +
+ +
Date: Sat, 21 Feb 2026 21:35:28 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 6913aba..0d8980f 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -94,6 +94,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, @@ -146,6 +147,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, @@ -205,6 +207,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, From 34ab8d8034f68d4f8bb4e98e6e5664dfa3958c18 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 21:35:29 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2c6eaad..4270ad6 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,6 +37,7 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, @@ -88,6 +89,7 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" },