From 6dba8a86f61bf86881c2adb9b3a87d8bb0a5cbd0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:15:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 540d218..e854a78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { title: "Drain Cleaning", description: "Quick, professional clearing of sink, tub, and sewer clogs.", tag: "Clear", - imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg?_wi=1", imageAlt: "professional plumbing work kitchen sink modern", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { title: "Water Heater", description: "Expert installation and repair for traditional and tankless systems.", tag: "Install", - imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg?_wi=1", imageAlt: "professional plumbing work kitchen sink modern", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { title: "Leak Repair", description: "Precision leak detection and repair to protect your home.", tag: "Fix", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-speaks-phone-showing-goat-gesture-purple_141793-74552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-speaks-phone-showing-goat-gesture-purple_141793-74552.jpg?_wi=1", imageAlt: "professional plumbing work kitchen sink modern", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { title: "Pipe Repair", description: "Reliable pipe maintenance and damaged section replacement.", tag: "Reliable", - imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6625.jpg?_wi=1", imageAlt: "professional plumbing work kitchen sink modern", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { title: "Fixture Setup", description: "Upgrading your kitchen or bathroom with modern fixtures.", tag: "Upgrade", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg?_wi=1", imageAlt: "professional plumbing work kitchen sink modern", }, { @@ -230,7 +230,7 @@ export default function LandingPage() { name: "Kevin Miller", handle: "@kmiller", testimonial: "Outstanding service. Finished the job ahead of schedule and very reasonably priced.", - imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/candy-girl-kitchen_1150-9993.jpg?_wi=2", imageAlt: "Plumber doing victory gesture", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { name: "Perlita Tomlinson", handle: "@perlita", testimonial: "Professional, efficient, and always on time. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg?_wi=2", imageAlt: "Plumber doing victory gesture", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { name: "Jessica Bravo", handle: "@jessb", testimonial: "Excellent service! Repaired my bathroom sink pipes quickly. Very reasonable price.", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-speaks-phone-showing-goat-gesture-purple_141793-74552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-speaks-phone-showing-goat-gesture-purple_141793-74552.jpg?_wi=2", imageAlt: "Plumber doing victory gesture", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { name: "Maureen Morris", handle: "@maureenm", testimonial: "Ryan was knowledgeable, meticulous, and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_1203-6625.jpg?_wi=2", imageAlt: "Plumber doing victory gesture", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { name: "Ken Miller", handle: "@kenm", testimonial: "Prompt, thorough, and fair. Definitely my go-to plumber.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg?_wi=2", imageAlt: "Plumber doing victory gesture", }, ]} @@ -354,7 +354,7 @@ export default function LandingPage() { }} title="Need Plumbing Help Today?" description="Get in touch for professional service." - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-speaks-phone-showing-goat-gesture-purple_141793-74552.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-speaks-phone-showing-goat-gesture-purple_141793-74552.jpg?_wi=3" mediaAnimation="slide-up" inputPlaceholder="Enter your phone number" tag="Get in touch" @@ -363,7 +363,7 @@ export default function LandingPage() {