Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-25 01:57:20 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{
name: "Services", id: "features"},
{
name: "Products", href: "/products"},
name: "Products", id: "/products"},
{
name: "Testimonials", id: "testimonials"},
{

View File

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