Merge version_2 into main #2
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Products", href: "/products"},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
|
||||
@@ -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"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user