From 956c60a25a04cf82564812e7eb6a6270fde172e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:44:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c81216e..b3b0773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,11 +166,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Riverside, Jacksonville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=1" }, { id: "2", name: "Jennifer Lopez", role: "Property Manager", company: "Downtown Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg?_wi=1" }, { id: "3", name: "Michael Chen", role: "Homeowner", company: "Riverside, Jacksonville", rating: 5, @@ -182,11 +182,11 @@ export default function LandingPage() { }, { id: "5", name: "David Thompson", role: "Homeowner", company: "Southside, Jacksonville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2" }, { id: "6", name: "Lisa Anderson", role: "Business Owner", company: "Commercial Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg?_wi=2" } ]} ariaLabel="Client testimonials and reviews section" -- 2.49.1