diff --git a/src/app/page.tsx b/src/app/page.tsx index 06c240a..c100a87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,7 @@ export default function LandingPage() { id: "03", title: "Urban Elegance", description: "Immerse yourself in world's most iconic cities with luxury accommodations, cultural treasures, and Michelin-starred dining.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-swimming-pool-beach_657883-734.jpg", imageAlt: "Luxury city travel destination" } ]} + gridVariant="three-columns-all-equal-width" carouselMode="buttons" /> @@ -131,28 +132,22 @@ export default function LandingPage() { showRating={true} testimonials={[ { - id: "1", name: "Victoria Chen", handle: "@victoriachen", testimonial: "Luxe Voyages transformed our honeymoon into an unforgettable adventure. Every detail was perfect, from the private villa to the personalized excursions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", imageAlt: "Victoria Chen client testimonial" + id: "1", name: "Victoria Chen", handle: "@victoriachen", testimonial: "Luxe Voyages transformed our honeymoon into an unforgettable adventure. Every detail was perfect, from the private villa to the personalized excursions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", imageAlt: "Victoria Chen client testimonial" }, { - id: "2", name: "James Mitchell", handle: "@jamesmitchell", testimonial: "As someone who travels frequently, I can confidently say Luxe Voyages offers the finest luxury experiences. Exceptional service and attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg", imageAlt: "James Mitchell client testimonial" + id: "2", name: "James Mitchell", handle: "@jamesmitchell", testimonial: "As someone who travels frequently, I can confidently say Luxe Voyages offers the finest luxury experiences. Exceptional service and attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg", imageAlt: "James Mitchell client testimonial" }, { - id: "3", name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "Our family vacation exceeded all expectations. The concierge service was impeccable and accommodated every special request. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Sophie Laurent client testimonial" + id: "3", name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "Our family vacation exceeded all expectations. The concierge service was impeccable and accommodated every special request. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Sophie Laurent client testimonial" }, { - id: "4", name: "Marcus Thompson", handle: "@marcusthompson", testimonial: "Luxe Voyages curated the perfect African safari for us. Professional guides, luxurious camps, and unforgettable wildlife encounters. Truly world-class.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg", imageAlt: "Marcus Thompson client testimonial" + id: "4", name: "Marcus Thompson", handle: "@marcusthompson", testimonial: "Luxe Voyages curated the perfect African safari for us. Professional guides, luxurious camps, and unforgettable wildlife encounters. Truly world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg", imageAlt: "Marcus Thompson client testimonial" }, { - id: "5", name: "Elena Rodriguez", handle: "@elenarod", testimonial: "The attention to detail is remarkable. From airport transfers to evening dining reservations, everything was seamlessly arranged. Pure luxury!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280734.jpg", imageAlt: "Elena Rodriguez client testimonial" + id: "5", name: "Elena Rodriguez", handle: "@elenarod", testimonial: "The attention to detail is remarkable. From airport transfers to evening dining reservations, everything was seamlessly arranged. Pure luxury!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280734.jpg", imageAlt: "Elena Rodriguez client testimonial" }, { - id: "6", name: "David Park", handle: "@davidpark", testimonial: "Five-star experience from start to finish. Luxe Voyages knows how to deliver premium travel experiences. Already planning our next adventure with them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cafe-using-sign-language_23-2148740291.jpg", imageAlt: "David Park client testimonial" + id: "6", name: "David Park", handle: "@davidpark", testimonial: "Five-star experience from start to finish. Luxe Voyages knows how to deliver premium travel experiences. Already planning our next adventure with them.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cafe-using-sign-language_23-2148740291.jpg", imageAlt: "David Park client testimonial" } ]} /> @@ -172,6 +167,7 @@ export default function LandingPage() { { id: "3", icon: Star, title: "Avg. Rating", value: "4.9/5" }, { id: "4", icon: Award, title: "Awards Won", value: "45+" } ]} + gridVariant="four-items-2x2-equal-grid" carouselMode="buttons" />