From 42f0102336b89198855907ef26bdf61e970ec7d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 11:01:37 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f0909f5..308e10b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,7 +73,7 @@ export default function ContactPage() { description="Ready to embark on an unforgettable journey? Our travel experts are here to help you every step of the way." background={{ variant: 'plain' }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/table-with-map-touristic-set_23-2147732616.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/table-with-map-touristic-set_23-2147732616.jpg" imageAlt="Stylized world map with connecting lines" mediaAnimation="slide-up" mediaPosition="right" @@ -106,16 +106,16 @@ export default function ContactPage() { title="Hear From Our Happy Travelers" description="Our clients' unforgettable memories are the best testament to our commitment to exceptional travel experiences." testimonials={[ - { id: "1", name: "Sarah J.", role: "Adventure Seeker", company: "Solo Explorer", 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?_wi=3", imageAlt: "Smiling woman on a beach" }, - { id: "2", name: "Michael C.", role: "Family Vacationer", company: "Chen Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg?_wi=2", imageAlt: "Man enjoying mountain view" }, - { id: "3", name: "Emily R.", role: "Romantic Getaway Planner", company: "Couple's Retreats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-woman-embracing_23-2147850507.jpg?_wi=2", imageAlt: "Couple enjoying a city break" }, - { id: "4", name: "David K.", role: "Group Tour Organizer", company: "Friends on Tour", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/father-child-exploring-seashells-beach-sunset-toddler-with-dad-sand_169016-69731.jpg?_wi=2", imageAlt: "Family playing on a beach" }, - { 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?_wi=4", imageAlt: "Smiling woman on a beach" } + { id: "1", name: "Sarah J.", role: "Adventure Seeker", company: "Solo Explorer", 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" }, + { id: "2", name: "Michael C.", role: "Family Vacationer", company: "Chen Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg", imageAlt: "Man enjoying mountain view" }, + { id: "3", name: "Emily R.", role: "Romantic Getaway Planner", company: "Couple's Retreats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-woman-embracing_23-2147850507.jpg", imageAlt: "Couple enjoying a city break" }, + { id: "4", name: "David K.", role: "Group Tour Organizer", company: "Friends on Tour", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/father-child-exploring-seashells-beach-sunset-toddler-with-dad-sand_169016-69731.jpg", imageAlt: "Family playing on a beach" }, + { 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={[ - { 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" @@ -127,7 +127,7 @@ export default function ContactPage() {