From 814b57c0617a84586296024a860490efc9af9057 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 04:50:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb9c10e..521c1d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,12 +55,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-waiting-queue-check-counter-with-luggage_107420-95783.jpg", imageAlt: "Business traveler at airport" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-nose-yacht-sunny-summer-day-breeze-developing-hair_231208-8347.jpg", imageAlt: "Luxury cruise ship at sunset" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-kid-male-walking-pathway-middle-grassy-fields_181624-2296.jpg", imageAlt: "Mountain adventure hiking" } + { imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-waiting-queue-check-counter-with-luggage_107420-95783.jpg?_wi=1", imageAlt: "Business traveler at airport" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-nose-yacht-sunny-summer-day-breeze-developing-hair_231208-8347.jpg?_wi=1", imageAlt: "Luxury cruise ship at sunset" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-kid-male-walking-pathway-middle-grassy-fields_181624-2296.jpg?_wi=1", imageAlt: "Mountain adventure hiking" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16796.jpg", imageAlt: "Corporate team event planning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16796.jpg?_wi=1", imageAlt: "Corporate team event planning" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-passport-map_23-2147776888.jpg", imageAlt: "Passport and travel documents" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg", imageAlt: "Luxury hotel accommodation" } ]} @@ -195,10 +195,10 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" metrics={[ - { id: "1", value: "2.5M+", title: "Trips Planned", description: "Successful journeys coordinated since 2015", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-waiting-queue-check-counter-with-luggage_107420-95783.jpg", imageAlt: "Trips metric" }, - { id: "2", value: "180+", title: "Countries Served", description: "Global coverage with local expertise", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-nose-yacht-sunny-summer-day-breeze-developing-hair_231208-8347.jpg", imageAlt: "Countries metric" }, - { id: "3", value: "50K+", title: "Active Travelers", description: "Growing community of trusted clients", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-kid-male-walking-pathway-middle-grassy-fields_181624-2296.jpg", imageAlt: "Travelers metric" }, - { id: "4", value: "24/7", title: "Expert Support", description: "Round-the-clock assistance in 12 languages", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16796.jpg", imageAlt: "Support metric" } + { id: "1", value: "2.5M+", title: "Trips Planned", description: "Successful journeys coordinated since 2015", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-waiting-queue-check-counter-with-luggage_107420-95783.jpg?_wi=2", imageAlt: "Trips metric" }, + { id: "2", value: "180+", title: "Countries Served", description: "Global coverage with local expertise", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-nose-yacht-sunny-summer-day-breeze-developing-hair_231208-8347.jpg?_wi=2", imageAlt: "Countries metric" }, + { id: "3", value: "50K+", title: "Active Travelers", description: "Growing community of trusted clients", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-kid-male-walking-pathway-middle-grassy-fields_181624-2296.jpg?_wi=2", imageAlt: "Travelers metric" }, + { id: "4", value: "24/7", title: "Expert Support", description: "Round-the-clock assistance in 12 languages", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16796.jpg?_wi=2", imageAlt: "Support metric" } ]} ariaLabel="Key metrics and achievements section" /> -- 2.49.1