From c83933597e096294eb73985401f5aa79d2bbb5d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:18:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 572f8a8..84d66a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { AlertCircle, Droplet, Search, Zap, Pipe, Trash2, Award, Star, Phone, Mail, MapPin, Wrench } from 'lucide-react'; +import { AlertCircle, Droplet, Search, Zap, Trash2, Award, Star, Phone, Mail, MapPin, Wrench } from 'lucide-react'; export default function LandingPage() { return ( @@ -88,7 +88,6 @@ export default function LandingPage() { { icon: Droplet, title: "Water Heater Repair & Installation", description: "Fast water heater repairs and professional installation services" }, { icon: Search, title: "Leak Detection", description: "Advanced leak detection to find hidden problems before they worsen" }, { icon: Zap, title: "Toilet Repair & Replacement", description: "Quick fixes and reliable replacement options for toilet issues" }, - { icon: Pipe, title: "Pipe Repair & Replacement", description: "Quality pipe repair and replacement for lasting durability" }, { icon: Trash2, title: "Drain Cleaning", description: "Professional drain cleaning to restore proper water flow" } ]} textboxLayout="default"