From c35a3f794ad15b2001b9b2f96a1a9d2f17ecda12 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:33:23 +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 b3ae481..cdc5f43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { AlertCircle, Droplet, Radar, Waves, Pipe, Construction, CheckCircle, Clock, Users, Zap, Heart, MapPin, Star, Home, DollarSign, Wrench } from "lucide-react"; +import { AlertCircle, Droplet, Radar, Waves, Construction, CheckCircle, Clock, Users, Zap, Heart, MapPin, Star, Home, DollarSign, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -103,7 +103,7 @@ export default function LandingPage() { icon: Waves, title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services for optimal flow"}, { - icon: Pipe, + icon: Construction, title: "Pipe Repair", description: "Comprehensive pipe repair and replacement for all pipe types and materials"}, { icon: Construction, -- 2.49.1