Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 04:50:35 +00:00

View File

@@ -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"
/>