From 5e3f6ac89213cc225a766d0cd36669dc2befa2e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 14:03:17 +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 99c2739..4715cbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Calendar, Home, Phone, Star, Flame, ThermometerSun, Droplet, Pipe, Water } from "lucide-react"; +import { Calendar, Home, Phone, Star, Flame, ThermometerSun, Droplet, Wrench, Thermometer } from "lucide-react"; export default function LandingPage() { return ( @@ -97,10 +97,10 @@ export default function LandingPage() { title: "General Plumbing Repairs", description: "From leaky faucets to clogged drains, our plumbers handle all types of repairs quickly and effectively.", buttonIcon: Droplet, }, { - title: "Pipe Installation & Repair", description: "Professional pipe services, including new installations, re-piping, and leak detection for lasting solutions.", buttonIcon: Pipe, + title: "Pipe Installation & Repair", description: "Professional pipe services, including new installations, re-piping, and leak detection for lasting solutions.", buttonIcon: Wrench, }, { - title: "Water Heater Solutions", description: "Installation, repair, and replacement of traditional and tankless water heaters for consistent hot water supply.", buttonIcon: Water, + title: "Water Heater Solutions", description: "Installation, repair, and replacement of traditional and tankless water heaters for consistent hot water supply.", buttonIcon: Thermometer, }, ]} title="Comprehensive Heating & Plumbing Solutions" -- 2.49.1