From b550b701034548597934e8a05b3304199a91cb09 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 00:54:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ee3b21..b57df05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { CheckCircle, Trophy, Users, Wrench, Faucet, Thermometer, Droplet } from "lucide-react"; +import { CheckCircle, Trophy, Users, Wrench, Thermometer, Droplet } from "lucide-react"; export default function LandingPage() { return ( @@ -98,7 +98,7 @@ export default function LandingPage() { title: "Drain Cleaning", description: "Expert solutions for clogged drains, including hydro-jetting and root removal for lasting relief.", imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg", imageAlt: "High pressure drain cleaning tools", buttonIcon: Wrench, }, { - title: "Faucet Installation & Repair", description: "Professional installation and repair of all types of faucets, ensuring leak-free performance and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Plumber installing a modern kitchen faucet", buttonIcon: Faucet, + title: "Faucet Installation & Repair", description: "Professional installation and repair of all types of faucets, ensuring leak-free performance and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Plumber installing a modern kitchen faucet", buttonIcon: Droplet, }, { title: "Water Heater Services", description: "Installation, repair, and maintenance for tankless and traditional water heaters, guaranteeing reliable hot water.", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Technician repairing a water heater", buttonIcon: Thermometer,