From cd9b1f1d9c09472ce29473b5fdf763698d01494a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:53:25 +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 a180e91..36df119 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah J.", role: "Local", company: "Broadway", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=1"}, { id: "t2", name: "Michael C.", role: "Regular", company: "New York", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg"}, @@ -131,7 +131,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-friends-drinking-coffee_23-2148395436.jpg"}, { id: "t5", name: "Jessica L.", role: "Student", company: "NYU", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=2"}, ]} title="What Our Community Says" description="Don't just take our word for it." -- 2.49.1