diff --git a/src/app/page.tsx b/src/app/page.tsx index e05bf6c..bea154c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,13 +94,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", buttons: [{ 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", 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: "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: "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: "#" }], + 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: "#" }, }, ]} textboxLayout="default"