From ce56d52dc58669a5e041a7a963b56d07aa4fc943 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 11:03:06 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dd32412..fdd7839 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -113,9 +113,9 @@ export default function ContactPage() { { id: "5", name: "Jessica L.", role: "Cultural Traveler", company: "Discovery Tours", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg", imageAlt: "Smiling woman on a beach" } ]} kpiItems={[ - { description: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+" }, - { description: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+" }, - { description: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+" } + { id: "1", title: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+" }, + { id: "2", title: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+" }, + { id: "3", title: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+" } ]} animationType="depth-3d" textboxLayout="default" -- 2.49.1 From c6064bd5f89c6977bad824d6252242226430fa71 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 11:03:06 +0000 Subject: [PATCH 2/2] Update src/app/destinations/page.tsx --- src/app/destinations/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index 9f9e778..d2c78f1 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -131,9 +131,9 @@ export default function DestinationsPage() { } ]} kpiItems={[ - { description: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+" }, - { description: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+" }, - { description: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+" } + { id: "1", title: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+" }, + { id: "2", title: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+" }, + { id: "3", title: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+" } ]} animationType="depth-3d" textboxLayout="default" -- 2.49.1