From c5d4547b9e765c4999a568e7dac67b1c7074a9de Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 04:50:00 +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 04f1cc7..bb9c10e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, - { id: "2", value: "180+", title: "Countries Served", description: "Global coverage with local expertise" }, - { id: "3", value: "50K+", title: "Active Travelers", description: "Growing community of trusted clients" }, - { id: "4", value: "24/7", title: "Expert Support", description: "Round-the-clock assistance in 12 languages" } + { 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" } ]} ariaLabel="Key metrics and achievements section" /> -- 2.49.1