Merge version_1 into main #2
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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?_wi=1", imageAlt: "Tropical island luxury resort destination"
|
||||
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"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Alpine Retreats", description: "Experience mountain luxury in exclusive lodges with panoramic vistas, fine dining, and access to premier outdoor adventures.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-lake-tahoe-captured-snowy-sunset-california-usa_181624-31694.jpg", imageAlt: "Mountain luxury lodge with scenic views"
|
||||
@@ -75,7 +75,6 @@ export default function LandingPage() {
|
||||
id: "03", title: "Urban Elegance", description: "Immerse yourself in world's most iconic cities with luxury accommodations, cultural treasures, and Michelin-starred dining.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-swimming-pool-beach_657883-734.jpg", imageAlt: "Luxury city travel destination"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
@@ -114,7 +113,7 @@ export default function LandingPage() {
|
||||
description="Founded in 1995"
|
||||
subdescription="Luxury Travel Experts"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-water-villas-tropical-maldives-island-sunrise-time_1232-4482.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-water-villas-tropical-maldives-island-sunrise-time_1232-4482.jpg"
|
||||
imageAlt="Luxury travel expertise and experience"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -173,7 +172,6 @@ export default function LandingPage() {
|
||||
{ id: "3", icon: Star, title: "Avg. Rating", value: "4.9/5" },
|
||||
{ id: "4", icon: Award, title: "Awards Won", value: "45+" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user