From 5495d21d0a28577b49b6b2af8e485fa335625f70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:25:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 493c201..7fbe208 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,17 +121,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Victoria Ashford", handle: "@victoriaashford", testimonial: "Celestial Travels transformed our family vacation into an experience we'll cherish forever. Every detail was impeccable, from the private jet transfer to the exclusive villa amenities.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Victoria Ashford"}, + id: "1", name: "Victoria Ashford", handle: "@victoriaashford", testimonial: "Celestial Travels transformed our family vacation into an experience we'll cherish forever. Every detail was impeccable, from the private jet transfer to the exclusive villa amenities.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Victoria Ashford"}, { - id: "2", name: "James Wellington", handle: "@jwellington_ventures", testimonial: "Working with their team was seamless. They anticipated every need and delivered a honeymoon that exceeded our wildest dreams. Truly exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "James Wellington"}, + id: "2", name: "James Wellington", handle: "@jwellington_ventures", testimonial: "Working with their team was seamless. They anticipated every need and delivered a honeymoon that exceeded our wildest dreams. Truly exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "James Wellington"}, { - id: "3", name: "Catherine Montrose", handle: "@catherine_m_travel", testimonial: "The attention to detail and personalized service is unmatched. They didn't just book flights and hotels; they curated an entire lifestyle experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Catherine Montrose"}, + id: "3", name: "Catherine Montrose", handle: "@catherine_m_travel", testimonial: "The attention to detail and personalized service is unmatched. They didn't just book flights and hotels; they curated an entire lifestyle experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Catherine Montrose"}, { - id: "4", name: "Richard Sterling", handle: "@sterlingcorp_ceo", testimonial: "After traveling the world for business, I finally found a travel concierge that understands luxury. Celestial Travels is now our corporate travel partner.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Richard Sterling"}, + id: "4", name: "Richard Sterling", handle: "@sterlingcorp_ceo", testimonial: "After traveling the world for business, I finally found a travel concierge that understands luxury. Celestial Travels is now our corporate travel partner.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Richard Sterling"}, { - id: "5", name: "Sophia Laurent", handle: "@sophialaurent_fashion", testimonial: "From private yacht charters to exclusive villa dinners, every moment was meticulously orchestrated. They truly set the gold standard for luxury travel.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sophia Laurent"}, + id: "5", name: "Sophia Laurent", handle: "@sophialaurent_fashion", testimonial: "From private yacht charters to exclusive villa dinners, every moment was meticulously orchestrated. They truly set the gold standard for luxury travel.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Sophia Laurent"}, { - id: "6", name: "Michael Chandler", handle: "@chandler_family_office", testimonial: "The level of discretion, expertise, and execution is incomparable. Celestial Travels understands that luxury is about seamless, personalized experiences.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chandler"}, + id: "6", name: "Michael Chandler", handle: "@chandler_family_office", testimonial: "The level of discretion, expertise, and execution is incomparable. Celestial Travels understands that luxury is about seamless, personalized experiences.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3", imageAlt: "Michael Chandler"}, ]} animationType="slide-up" speed={40} -- 2.49.1