Update src/app/destinations/page.tsx
This commit is contained in:
@@ -131,9 +131,9 @@ export default function DestinationsPage() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ id: "1", title: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+" },
|
||||
{ id: "2", title: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+" },
|
||||
{ id: "3", title: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+" }
|
||||
{ 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+" }
|
||||
]}
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user