From 6c17ae7455794499e78212950715c41eaf9b34c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:51:11 +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 9a52f75..d0cda99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,11 +114,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Attleboro Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Local Commercial Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "North Attleboro", rating: 5, -- 2.49.1