From 58310d6b1f2687d6edb36a21c63b966d4e375a7e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:17:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5d24ca..f6804dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg?_wi=1", imageAlt: "Technician on site", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg?_wi=2", imageAlt: "Technician on site 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg?_wi=3", imageAlt: "Technician on site 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg?_wi=4", imageAlt: "Technician on site 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg?_wi=5", imageAlt: "Technician on site 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg?_wi=6", imageAlt: "Technician on site 6", }, ]} @@ -117,11 +117,11 @@ export default function LandingPage() { title: "Expert Repair", description: "Precision repairs performed by licensed professionals.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19067.jpg?_wi=1", imageAlt: "Repair", }, items: [], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2588.jpg?_wi=7", imageAlt: "professional technician working on site", }, { @@ -129,11 +129,11 @@ export default function LandingPage() { title: "Same-Day Service", description: "Quick response times for urgent residential and commercial needs.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg?_wi=1", imageAlt: "Service", }, items: [], - imageSrc: "http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19067.jpg?_wi=2", imageAlt: "professional plumbing repair equipment", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { imageAlt: "Pricing", }, items: [], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg?_wi=2", imageAlt: "service professional working quickly", }, ]} -- 2.49.1