From 1a3f45d36a09e66d4aa470f65ab67427a0ebd8a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:58:13 +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 27876bc..fecdab4 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={[ - { category: "Globally Travelers", value: "10k+" }, - { category: "Explored Locations", value: "100+" }, - { category: "In Travel Expertise", value: "15+" } + { description: "Globally Travelers", value: "10k+" }, + { description: "Explored Locations", value: "100+" }, + { description: "In Travel Expertise", value: "15+" } ]} animationType="depth-3d" textboxLayout="default" -- 2.49.1 From d9d30cfd68287a29c7b477fb057931afaffc396b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:58:14 +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 b284af1..a091e0e 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -131,9 +131,9 @@ export default function DestinationsPage() { } ]} kpiItems={[ - { category: "Globally Travelers", value: "10k+" }, - { category: "Explored Locations", value: "100+" }, - { category: "In Travel Expertise", value: "15+" } + { description: "Globally Travelers", value: "10k+" }, + { description: "Explored Locations", value: "100+" }, + { description: "In Travel Expertise", value: "15+" } ]} animationType="depth-3d" textboxLayout="default" -- 2.49.1