From ba3b9d448adc945a0dade200c5805b147bde7746 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:02:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58b583a..2158dd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,7 +127,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Mitchell", handle: "@johnm", testimonial: "ElectriCare responded to our emergency call within 30 minutes and fixed the issue immediately. Highly professional and fairly priced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Mitchell" }, { id: "2", name: "Sarah Johnson", handle: "@sarahj", testimonial: "They upgraded our home's entire electrical system. The team was clean, respectful, and completed the work on schedule.", rating: 5, @@ -135,7 +135,7 @@ export default function LandingPage() { }, { id: "3", name: "David Chen", handle: "@dchen", testimonial: "Our commercial building needed a complete rewiring. ElectriCare handled it perfectly with minimal downtime. Excellent work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen" }, { id: "4", name: "Maria Garcia", handle: "@mgarcia", testimonial: "Very reliable service. They explain everything clearly and stand behind their work with a warranty. Recommended to all our friends.", rating: 5, -- 2.49.1