diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eb5436..67a185c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,13 +91,13 @@ export default function LandingPage() { tag="Premium Collections" features={[ { - title: "European Elegance", description: "Experience the finest castles, vineyards, and cultural landmarks across France, Italy, and Switzerland with private guides and exclusive access", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-dress-straw-hat-summer-style-fashion-trend-vacation-smiling-stylish-accessories-sunglasses-posing-tropical-villa-bali_285396-5700.jpg", imageAlt: "Luxury European villa with vineyard views", button: { text: "Explore", href: "#" }, + title: "European Elegance", description: "Experience the finest castles, vineyards, and cultural landmarks across France, Italy, and Switzerland with private guides and exclusive access", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-dress-straw-hat-summer-style-fashion-trend-vacation-smiling-stylish-accessories-sunglasses-posing-tropical-villa-bali_285396-5700.jpg", imageAlt: "Luxury European villa with vineyard views", buttons: [{ text: "Explore", href: "#" }], }, { - title: "Tropical Paradise", description: "Retreat to pristine island destinations offering overwater bungalows, private beaches, and world-class diving experiences", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-beach-chairs-with-umbrella-around-outdoor-swimming-poo_1232-3087.jpg", imageAlt: "Crystal clear tropical waters with bungalow resort", button: { text: "Explore", href: "#" }, + title: "Tropical Paradise", description: "Retreat to pristine island destinations offering overwater bungalows, private beaches, and world-class diving experiences", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-beach-chairs-with-umbrella-around-outdoor-swimming-poo_1232-3087.jpg", imageAlt: "Crystal clear tropical waters with bungalow resort", buttons: [{ text: "Explore", href: "#" }], }, { - title: "Mountain Sanctuaries", description: "Discover high-altitude luxury lodges with breathtaking views, spa facilities, and access to exclusive mountain trails and adventure activities", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-green-trees-with-house-mountain-distance-dolomite-italy_181624-18678.jpg", imageAlt: "Luxury mountain resort with alpine scenery", button: { text: "Explore", href: "#" }, + title: "Mountain Sanctuaries", description: "Discover high-altitude luxury lodges with breathtaking views, spa facilities, and access to exclusive mountain trails and adventure activities", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-green-trees-with-house-mountain-distance-dolomite-italy_181624-18678.jpg", imageAlt: "Luxury mountain resort with alpine scenery", buttons: [{ text: "Explore", href: "#" }], }, ]} textboxLayout="default" @@ -155,16 +155,16 @@ export default function LandingPage() { tag="Member Rewards" features={[ { - id: "1", title: "Priority Bookings", description: "Reserve the most sought-after properties and experiences before they're released to the general market", tag: "First Access", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg", button: { text: "Learn More", href: "#" }, + id: "1", title: "Priority Bookings", description: "Reserve the most sought-after properties and experiences before they're released to the general market", tag: "First Access", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg", buttons: [{ text: "Learn More", href: "#" }], }, { - id: "2", title: "Complimentary Upgrades", description: "Enjoy automatic room and service upgrades at partner hotels and resorts worldwide", tag: "Premium Status", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185071.jpg", button: { text: "Learn More", href: "#" }, + id: "2", title: "Complimentary Upgrades", description: "Enjoy automatic room and service upgrades at partner hotels and resorts worldwide", tag: "Premium Status", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185071.jpg", buttons: [{ text: "Learn More", href: "#" }], }, { - id: "3", title: "Bespoke Itineraries", description: "Receive customized travel plans designed by our expert curators based on your unique preferences", tag: "Personalization", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holds-guide-brochure_1163-5501.jpg", button: { text: "Learn More", href: "#" }, + id: "3", title: "Bespoke Itineraries", description: "Receive customized travel plans designed by our expert curators based on your unique preferences", tag: "Personalization", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holds-guide-brochure_1163-5501.jpg", buttons: [{ text: "Learn More", href: "#" }], }, { - id: "4", title: "Exclusive Events", description: "Access invitation-only travel showcases, wine tastings, and cultural events in prestigious locations", tag: "VIP Events", imageSrc: "http://img.b2bpic.net/free-photo/two-couples-glitter-wall-celebrating-new-year_329181-5708.jpg", button: { text: "Learn More", href: "#" }, + id: "4", title: "Exclusive Events", description: "Access invitation-only travel showcases, wine tastings, and cultural events in prestigious locations", tag: "VIP Events", imageSrc: "http://img.b2bpic.net/free-photo/two-couples-glitter-wall-celebrating-new-year_329181-5708.jpg", buttons: [{ text: "Learn More", href: "#" }], }, ]} textboxLayout="default"