From 440bf2a83d7e035650365a7266de3fe1a636785f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:34:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9001e79..b5a0567 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@ Rancho Homeowner", testimonial: "They fixed my water heater in under an hour. Incredible service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/courier-sitting-near-boxes_23-2147787767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/courier-sitting-near-boxes_23-2147787767.jpg?_wi=1", }, { name: "Mike R.", @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@ Local Pro", testimonial: "Needed an emergency repair and they arrived super fast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera_141793-96323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera_141793-96323.jpg?_wi=1", }, ]} buttons={[ @@ -110,7 +110,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576465.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576465.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -314,7 +314,7 @@ export default function LandingPage() { quote: "They helped my aunt with her drain. Very kind and professional staff.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/courier-sitting-near-boxes_23-2147787767.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576465.jpg?_wi=2", imageAlt: "experienced plumbing technician uniform", }, { @@ -336,7 +336,7 @@ export default function LandingPage() { quote: "Clean installation, very helpful with explaining how to maintain the new heater.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/plumber-looking-lateral_1368-549.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-t-shirt-cap-talking-mobile-phone-looking-hesitant_176474-16836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-t-shirt-cap-talking-mobile-phone-looking-hesitant_176474-16836.jpg?_wi=1", imageAlt: "experienced plumbing technician uniform", }, { @@ -347,7 +347,7 @@ export default function LandingPage() { quote: "Efficient communication and excellent work quality. The standard for home service.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hands-pockets-uniform-looking-cheerful-front-view_176474-21697.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera_141793-96323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera_141793-96323.jpg?_wi=2", imageAlt: "experienced plumbing technician uniform", }, { @@ -409,7 +409,7 @@ export default function LandingPage() { placeholder: "Describe your plumbing issue...", rows: 3, }} - imageSrc="http://img.b2bpic.net/free-photo/young-man-blue-t-shirt-cap-talking-mobile-phone-looking-hesitant_176474-16836.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-blue-t-shirt-cap-talking-mobile-phone-looking-hesitant_176474-16836.jpg?_wi=2" /> @@ -436,7 +436,7 @@ export default function LandingPage() { ]} title="Need More Help?" description="Check our most common questions." - imageSrc="http://img.b2bpic.net/free-photo/courier-sitting-near-boxes_23-2147787767.jpg" + imageSrc="http://img.b2bpic.net/free-photo/courier-sitting-near-boxes_23-2147787767.jpg?_wi=2" faqsAnimation="slide-up" /> -- 2.49.1