Merge version_1 into main #8

Merged
bender merged 2 commits from version_1 into main 2026-03-26 11:03:09 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -113,9 +113,9 @@ export default function ContactPage() {
{ id: "5", name: "Jessica L.", role: "Cultural Traveler", company: "Discovery Tours", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg", imageAlt: "Smiling woman on a beach" }
]}
kpiItems={[
{ description: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+" },
{ description: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+" },
{ description: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+" }
{ 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+" }
]}
animationType="depth-3d"
textboxLayout="default"

View File

@@ -131,9 +131,9 @@ export default function DestinationsPage() {
}
]}
kpiItems={[
{ description: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+" },
{ description: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+" },
{ description: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+" }
{ 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+" }
]}
animationType="depth-3d"
textboxLayout="default"