From 2011ffaaadca8923a8f276a30f0ff1d137750229 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:53:55 +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 22f7466..77c1eae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,19 +138,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Sustainability Advocate", company: "GreenLiving Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", name: "Marcus Johnson", role: "Fashion Blogger", company: "Conscious Style", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { id: "3", name: "Elena Rodriguez", role: "Environmental Consultant", company: "EcoChoice", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Elena Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Elena Rodriguez" }, { id: "4", name: "David Chen", role: "Social Impact Officer", company: "PurposeFirst", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Chen" } ]} kpiItems={[ -- 2.49.1