Update src/app/destinations/page.tsx

This commit is contained in:
2026-03-26 13:56:58 +00:00
parent 8e9b0d594c
commit 580bb0d3f6

View File

@@ -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+" }
{ subtitle: "Globally", category: "Travelers", value: "10k+" },
{ subtitle: "Explored", category: "Locations", value: "100+" },
{ subtitle: "In Travel", category: "Expertise", value: "15+" }
]}
animationType="depth-3d"
textboxLayout="default"