From 5a5e481a26294d87701948ea3ebd634c8694b217 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 02:36:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1403b94..34841df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Wallet, Zap, Feather, Clock, Droplet, Thermometer, Search, Wrench, Shower } from "lucide-react"; +import { Sparkles, Wallet, Zap, Feather, Clock, Droplet, Thermometer, Search, Pipe, Faucet } from "lucide-react"; export default function LandingPage() { return ( @@ -89,8 +89,8 @@ export default function LandingPage() { { "icon": Droplet, "title": "Advanced Drain Cleaning", "description": "Utilizing hydro-jetting technology to clear stubborn clogs, restore full flow, and prevent future issues.", "button": { "text": "Schedule Cleaning", "href": "#contact" } }, { "icon": Thermometer, "title": "Water Heater Services", "description": "Expert installation, repair, and maintenance for tankless and traditional water heaters, ensuring optimal performance.", "button": { "text": "Heater Service", "href": "#contact" } }, { "icon": Search, "title": "Precision Leak Detection", "description": "Advanced diagnostics to pinpoint hidden leaks without intrusive methods, saving you from costly damage.", "button": { "text": "Detect a Leak", "href": "#contact" } }, - { "icon": Wrench, "title": "Sewer Line Solutions", "description": "Comprehensive repair and replacement for damaged or blocked sewer lines, restoring your system's integrity.", "button": { "text": "Sewer Service", "href": "#contact" } }, - { "icon": Shower, "title": "Luxury Fixture Installation", "description": "Professional installation of high-end faucets, toilets, and other plumbing fixtures with meticulous care.", "button": { "text": "Install Fixtures", "href": "#contact" } } + { "icon": Pipe, "title": "Sewer Line Solutions", "description": "Comprehensive repair and replacement for damaged or blocked sewer lines, restoring your system's integrity.", "button": { "text": "Sewer Service", "href": "#contact" } }, + { "icon": Faucet, "title": "Luxury Fixture Installation", "description": "Professional installation of high-end faucets, toilets, and other plumbing fixtures with meticulous care.", "button": { "text": "Install Fixtures", "href": "#contact" } } ]} animationType="slide-up" title="Our Comprehensive Plumbing Solutions" -- 2.49.1