From bfe5c152465d23cc949f6e9e7c692e639bf4a8f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:01:16 +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 4bd65ce..cdd3338 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,16 +139,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Victoria Chen", role: "CEO", company: "Luxury Ventures LLC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1"}, { id: "2", name: "James Richardson", role: "Founder", company: "Heritage Investments", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { id: "3", name: "Sophie Laurent", role: "Creative Director", company: "Atelier Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2"}, { id: "4", name: "Marcus Holloway", role: "Philanthropist", company: "Holloway Foundation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, ]} kpiItems={[ { value: "98%", label: "Satisfaction Rate" }, -- 2.49.1