From 4526ab1a179e800ff975b24020f8dea607e76064 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:31:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f8196..941e27f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, -- 2.49.1