From 3fd2bc306b68308f9227c8ec3909008cb95e1dfe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:59:26 +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 ade098e..c83dcf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,10 +140,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Business Traveler", company: "Tech Solutions Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { id: "2", name: "James Chen", role: "Frequent Commuter", company: "City Transport Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "James Chen"}, { id: "3", name: "Emma Rodriguez", role: "Travel Manager", company: "Global Tours Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Emma Rodriguez"}, @@ -152,10 +152,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"}, { id: "5", name: "Lisa Anderson", role: "Student", company: "University Network", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Lisa Anderson"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Lisa Anderson"}, { id: "6", name: "Michael Park", role: "Weekend Traveler", company: "Adventure Seekers", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Michael Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Michael Park"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1