From 5d57521ea51c4659e2a318a891132cdf9d651b1c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:56:26 +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 7799281..32f4b6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,27 +104,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Food Critic", company: "Travel & Taste Magazine", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "professional portrait woman headshot profile" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=1", imageAlt: "professional portrait woman headshot profile" }, { id: "2", name: "Ahmed Hassan", role: "Regular Guest", company: "Casa Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "professional portrait man headshot profile" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "professional portrait man headshot profile" }, { id: "3", name: "Mariah Williams", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "professional portrait woman headshot profile" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=2", imageAlt: "professional portrait woman headshot profile" }, { id: "4", name: "Mohammed Benani", role: "Chef", company: "Culinary Academy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "professional portrait man headshot profile" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "professional portrait man headshot profile" }, { id: "5", name: "Elena Rodriguez", role: "Event Planner", company: "Casablanca Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "professional portrait woman headshot profile" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=3", imageAlt: "professional portrait woman headshot profile" }, { id: "6", name: "David Thomson", role: "Restaurant Owner", company: "Gastro Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "professional portrait man headshot profile" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "professional portrait man headshot profile" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1