From 4db915efc76ba7ac9a242fcdd7b727856df39d8d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:22:12 +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 c0414f4..622b1cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,13 +113,13 @@ 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, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sarah Chen"}, { 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, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Watson"}, -- 2.49.1