diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c7c320..fef88cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { tag="Trusted Service Provider" tagIcon={CheckCircle} buttons={[{text: "Book Your Service Today", href: "contact"}]} - imageSrc="http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg" + imageSrc="http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg?_wi=1" imageAlt="Professional plumber working on residential plumbing" mediaAnimation="slide-up" imagePosition="right" @@ -69,7 +69,7 @@ export default function LandingPage() { description="Over 1,000 Completed Jobs" subdescription="Professional Plumbing Solutions Across Montana" icon={Wrench} - imageSrc="http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg" + imageSrc="http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg?_wi=2" imageAlt="Professional plumber repairing under sink" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -84,7 +84,7 @@ export default function LandingPage() { tagIcon={Zap} features={[ { - title: "Emergency Repairs", description: "Fast response times for burst pipes, leaks, and urgent plumbing issues. We're available 24/7 for your emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", imageAlt: "Emergency plumbing repair service" + title: "Emergency Repairs", description: "Fast response times for burst pipes, leaks, and urgent plumbing issues. We're available 24/7 for your emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg?_wi=3", imageAlt: "Emergency plumbing repair service" }, { title: "System Installation", description: "Expert installation of water heaters, boiler systems, and complete plumbing infrastructure with full warranties.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Boiler system installation" @@ -142,19 +142,19 @@ export default function LandingPage() {