From 8cd7a3f72949dabdffe5b3eb6aa4b94492b62258 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:00:04 +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 62a8980..be25aab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,13 +83,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "maldives", title: "Maldives Private Atolls", description: "Overwater villas with private coral gardens and personalized concierge service in the Indian Ocean.", imageSrc: "http://img.b2bpic.net/free-photo/deep-swimming-tube-maldives-animal_1253-716.jpg", imageAlt: "Maldives resort", button: { text: "Explore", href: "#" } + title: "Maldives Private Atolls", description: "Overwater villas with private coral gardens and personalized concierge service in the Indian Ocean.", imageSrc: "http://img.b2bpic.net/free-photo/deep-swimming-tube-maldives-animal_1253-716.jpg", imageAlt: "Maldives resort", button: { text: "Explore", href: "#" } }, { - id: "tuscany", title: "Tuscan Wine Country", description: "Exclusive vineyard estates, Michelin-starred dining, and Renaissance art in the heart of Italy.", imageSrc: "http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg", imageAlt: "Tuscany vineyard", button: { text: "Explore", href: "#" } + title: "Tuscan Wine Country", description: "Exclusive vineyard estates, Michelin-starred dining, and Renaissance art in the heart of Italy.", imageSrc: "http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg", imageAlt: "Tuscany vineyard", button: { text: "Explore", href: "#" } }, { - id: "bali", title: "Bali Luxury Retreats", description: "Sacred temples, rice terraces, and world-class spa resorts with traditional Balinese hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-front-jungle-outdoor-full-length-shot-beautiful-female-models-near-lake-exotic-country_197531-9176.jpg", imageAlt: "Bali temple", button: { text: "Explore", href: "#" } + title: "Bali Luxury Retreats", description: "Sacred temples, rice terraces, and world-class spa resorts with traditional Balinese hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-front-jungle-outdoor-full-length-shot-beautiful-female-models-near-lake-exotic-country_197531-9176.jpg", imageAlt: "Bali temple", button: { text: "Explore", href: "#" } } ]} textboxLayout="default" -- 2.49.1