From 210c23011e97f50532f6f025a9c3ead30b39f242 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:50:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2781e1..57d776c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,22 +119,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Lopez", role: "Local Family", company: "Neighborhood Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Lopez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Maria Lopez"}, { id: "2", name: "James Chen", role: "Chef", company: "Community Restaurant", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "James Chen"}, { id: "3", name: "Sarah Williams", role: "Health Coach", company: "Wellness Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Sarah Williams"}, { id: "4", name: "David Martinez", role: "Regular Customer", company: "Downtown Office", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Martinez"}, { id: "5", name: "Emma Thompson", role: "Home Cook", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emma Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Emma Thompson"}, { id: "6", name: "Robert Johnson", role: "Business Owner", company: "Neighborhood Store", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Robert Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Robert Johnson"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1