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,