Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #11.
This commit is contained in:
@@ -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={[
|
||||
{ subtitle: "Globally", category: "Travelers", value: "10k+" },
|
||||
{ subtitle: "Explored", category: "Locations", value: "100+" },
|
||||
{ subtitle: "In Travel", category: "Expertise", value: "15+" }
|
||||
{ category: "Globally Travelers", value: "10k+" },
|
||||
{ category: "Explored Locations", value: "100+" },
|
||||
{ category: "In Travel Expertise", value: "15+" }
|
||||
]}
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -131,9 +131,9 @@ export default function DestinationsPage() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ subtitle: "Globally", category: "Travelers", value: "10k+" },
|
||||
{ subtitle: "Explored", category: "Locations", value: "100+" },
|
||||
{ subtitle: "In Travel", category: "Expertise", value: "15+" }
|
||||
{ category: "Globally Travelers", value: "10k+" },
|
||||
{ category: "Explored Locations", value: "100+" },
|
||||
{ category: "In Travel Expertise", value: "15+" }
|
||||
]}
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user