From a1b61f97d278d095b83acf248abb2868eb852ae4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:34:46 +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 8247002..99a25d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,16 +115,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Kristina Bell", role: "Homeowner", company: "Columbus, IN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Kristina Bell"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Kristina Bell"}, { id: "2", name: "Gary Allen", role: "Property Owner", company: "Columbus, IN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Gary Allen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Gary Allen"}, { id: "3", name: "Nicholas Gray", role: "Homeowner", company: "Columbus, IN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Nicholas Gray"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Nicholas Gray"}, { id: "4", name: "Sarah Mitchell", role: "Business Manager", company: "Local Restaurant", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Sarah Mitchell"}, ]} kpiItems={[ { value: "15+", label: "Verified Reviews" }, -- 2.49.1