From 2865eb63ada27c7a6629954d62e297681405b02c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 17:08:15 +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 45c909f..c13de1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { AlertCircle, Building, CheckCircle, Clock, DollarSign, Droplets, Home, Phone, Pipe, Smile, Wrench, Zap } from "lucide-react"; +import { AlertCircle, Building, CheckCircle, Clock, DollarSign, Droplets, Home, Phone, Smile, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -80,7 +80,7 @@ export default function LandingPage() { title: "Water Heater Repair & Installation", description: "Expert water heater services including tank and tankless units. Emergency repairs and professional installations available 24/7." }, { - icon: Pipe, + icon: Wrench, title: "Drain Cleaning & Repair", description: "Clear clogs fast with professional drain cleaning technology. From minor backups to major blockages, we handle it all." }, { -- 2.49.1