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