From 08cce4a15af46548665b4f0a794ff82e075540a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:57:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1