From 0908d7615c7f43d861b64028eda0be1585d12e0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:43:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d85ed1c..068fdb1 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 ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Star, Award, ShieldCheck, Zap, DollarSign, Phone, Wrench, Droplet, Pipe } from "lucide-react"; +import { Star, Award, ShieldCheck, Zap, DollarSign, Phone, Wrench, Droplet } from "lucide-react"; export default function LandingPage() { return ( @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg" imageAlt="Professional Alvarado Plumbing service truck and technician" mediaAnimation="blur-reveal" imagePosition="right" @@ -90,7 +90,7 @@ export default function LandingPage() { title: "Honest Pricing", description: "Transparent estimates with no hidden fees. What you see is what you pay.", icon: DollarSign, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg" imageAlt="Alvarado Plumbing team at work" mediaAnimation="slide-up" imagePosition="right" @@ -112,7 +112,7 @@ export default function LandingPage() { icon: Droplet, title: "Water Heater Repair & Replacement", description: "Professional repair and full replacement of gas and electric water heaters."}, { - icon: Pipe, + icon: Wrench, title: "Fixture Installation", description: "Expert installation of showers, sinks, toilets, and all bathroom and kitchen fixtures."}, { icon: Wrench, -- 2.49.1