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"