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"}, { 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"}, {