From 93de7a36926d86d28c75d81a82f57b25f8774faa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 04:03:07 +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 634db07..d97aac4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { testimonials={[ { name: "Local Resident", handle: "Customer", testimonial: "Excellent service from Jitender.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=1"}, { name: "Business Owner", handle: "Client", testimonial: "Very professional work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53010.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53010.jpg?_wi=1"}, { name: "Homeowner", handle: "Customer", testimonial: "Fixed my plumbing instantly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg"}, @@ -98,7 +98,7 @@ export default function LandingPage() { { type: "text", text: "Kalka & Surrounding Areas"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=2" /> @@ -122,7 +122,7 @@ export default function LandingPage() { }, { title: "Core Cutting & Tank Installation", description: "Professional core cutting services and secure water tank installation for your property.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53010.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53010.jpg?_wi=2"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/ventilation-duct-building-roof_1387-548.jpg"} }, -- 2.49.1