Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-08 16:31:20 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Bath, Bolt, Bug, Building, Camera, ChefHat, Clock, Droplets, Droplet, Gauge, Hammer, HardHat, Layers, Leaf, Pipe, RefreshCcw, Scale, Search, ShieldCheck, ShowerHead, Thermometer, Wrench } from "lucide-react";
import { Bath, Bolt, Bug, Building, Camera, ChefHat, Clock, Droplets, Droplet, Faucet, Gauge, Hammer, HardHat, Layers, Leaf, Pipes, RefreshCcw, Scale, Search, ShieldCheck, ShowerHead, Thermometer, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -135,7 +135,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-hydroalcoholic-gel_23-2148858968.jpg", imageAlt: "Plumber using drain cleaning snake tool"},
items: [
{
icon: Droplets,
icon: Faucet, // Fixed: Changed from Droplets to Faucet
text: "Clear Blockages"},
{
icon: Gauge,
@@ -214,11 +214,11 @@ export default function LandingPage() {
title: "Sewer Line Services", description: "From inspection to repair and replacement, we manage complex sewer line issues with advanced techniques and expertise.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-construction-worker-wearing-safety-helmet_176474-86048.jpg", imageAlt: "Plumber using a sewer line inspection camera"},
items: [
{
{d
icon: Camera,
text: "Video Inspection"},
{
icon: Pipe,
icon: Pipes, // Fixed: Changed from Pipe to Pipes
text: "Trenchless Repair"},
{
icon: Bug,