From dbee3b1716101c7d09899f93e185084329ac8345 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:24:14 +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 d305309..393dd72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Mitchell", role: "Homeowner", company: "Riverside Heights", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "John Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "John Mitchell" }, { id: "2", name: "Sarah Chen", role: "Property Manager", company: "Downtown Properties LLC", rating: 5, @@ -128,7 +128,7 @@ export default function LandingPage() { }, { id: "3", name: "Michael Rodriguez", role: "Business Owner", company: "Martinez Construction", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Rodriguez" }, { id: "4", name: "Emily Watson", role: "Homeowner", company: "Oak Street Residence", rating: 5, -- 2.49.1