From 7ee17ec392dc77b5e8689cfae38cba3e9c55cc2a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 12:26:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f81b55..a205c77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { AlertCircle, Droplets, Home, Phone, Pipe, Wrench, Zap } from "lucide-react"; +import { AlertCircle, Droplets, Home, Phone, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg" imageAlt="Professional plumber at work" mediaAnimation="opacity" frameStyle="card" @@ -67,7 +67,7 @@ export default function LandingPage() { title: "Leak Detection & Repair", description: "We quickly identify and fix leaks to prevent water damage and save you money on your water bill." }, { - icon: Pipe, + icon: Wrench, title: "Drain Cleaning", description: "Professional drain cleaning services to keep your plumbing flowing smoothly and prevent backups." }, { @@ -125,7 +125,7 @@ export default function LandingPage() { } ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> @@ -188,7 +188,7 @@ export default function LandingPage() { faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg" imageAlt="Professional plumbing service" />