Update src/app/destinations/page.tsx

This commit is contained in:
2026-03-26 13:58:47 +00:00
parent d33ed23a92
commit 84492b2b0c

View File

@@ -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"