From 7b0376b0c8edabfff49e54d84855caeca5e34137 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 11:02:17 +0000 Subject: [PATCH] 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 527306b..9f9e778 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -131,9 +131,9 @@ export default function DestinationsPage() { } ]} kpiItems={[ - { title: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+" }, - { title: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+" }, - { title: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+" } + { 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+" } ]} animationType="depth-3d" textboxLayout="default"