From 53a01c97a739fe47edfe55cddfd430f2b93fdfe5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 01:57:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9e4e50..58a7a0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Services", id: "features"}, { - name: "Products", href: "/products"}, + name: "Products", id: "/products"}, { name: "Testimonials", id: "testimonials"}, { -- 2.49.1 From 8f4ac54fb4aaeaa1f06b40534c984c24fed649d4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 01:57:16 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 1869e4e..2b4166d 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Bolt, Droplet, Faucet, Heater, Pipe, Wrench } from "lucide-react"; +import { Bolt, Droplet, Heater, Wrench } from "lucide-react"; export default function ProductsPage() { return ( @@ -32,7 +32,7 @@ export default function ProductsPage() { { name: "Services", id: "features"}, { - name: "Products", href: "/products"}, + name: "Products", id: "/products"}, { name: "Testimonials", id: "testimonials"}, { -- 2.49.1