From 5bbd319c8039971de364f1b2cf1d023faa792e22 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:34:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cb8e11..ed53df1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,7 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + gridVariant="three-columns-all-equal-width" features={[ { id: "01", title: "Tropical Paradise", description: "Escape to pristine islands with crystal-clear waters, white sand beaches, and world-class resorts nestled in tropical beauty.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-water-villas-tropical-maldives-island-sunrise-time_1232-4482.jpg", imageAlt: "Tropical island luxury resort destination" @@ -87,6 +88,7 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + gridVariant="four-items-2x2-equal-grid" products={[ { id: "1", name: "African Safari Expedition", price: "From $8,500", imageSrc: "http://img.b2bpic.net/free-photo/hunter-elegant-clothes-holds-shotgun-sits-together-with-his-beagle-dog-while-leaning-against-retro-military-car-forest_613910-21104.jpg", imageAlt: "Luxury African safari experience" @@ -130,22 +132,28 @@ 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" } ]} /> -- 2.49.1