From 25e0b14b5c8095426d20d91ffbadbc2b68d75882 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:37:50 +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 82ce8dc..8216e4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/equipment-fix-computer_1161-87.jpg", imageAlt: "Diagnostic", }, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2490.jpg?_wi=1", imageAlt: "electric motor diagnostic equipment", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { imageAlt: "Charger", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-works-machine-with-wooden-product_169016-3680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-works-machine-with-wooden-product_169016-3680.jpg?_wi=1", imageAlt: "Install", }, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", @@ -180,7 +180,7 @@ export default function LandingPage() { id: "p1", name: "Pool Pump Motors", price: "Expert Repair", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2490.jpg?_wi=2", }, { id: "p2", @@ -367,7 +367,7 @@ export default function LandingPage() { placeholder: "Tell us about your motor issues or EV installation needs...", required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/man-works-machine-with-wooden-product_169016-3680.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-works-machine-with-wooden-product_169016-3680.jpg?_wi=2" /> -- 2.49.1