Update src/app/destinations/page.tsx

This commit is contained in:
2026-03-26 13:58:14 +00:00
parent 1a3f45d36a
commit d9d30cfd68

View File

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