Update src/app/contact/page.tsx

This commit is contained in:
2026-03-26 13:58:47 +00:00
parent d9d30cfd68
commit d33ed23a92

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