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