Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 02:46:50 +00:00

View File

@@ -117,28 +117,28 @@ export default function LandingPage() {
{
id: 1,
title: "Personal Concierge", description: "Our dedicated concierge team provides 24/7 support, ensuring every aspect of your travel is handled with precision and care.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg?_wi=1", imageAlt: "Concierge service"
imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg", imageAlt: "Concierge service"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg?_wi=1", imageAlt: "Travel planning"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg", imageAlt: "Travel planning"
}
},
{
id: 2,
title: "Custom Itineraries", description: "Tailored journey planning that reflects your unique preferences, interests, and travel style. Every moment carefully orchestrated.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg?_wi=2", imageAlt: "Travel planning"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg", imageAlt: "Travel planning"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg?_wi=1", imageAlt: "Accommodation selection"
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg", imageAlt: "Accommodation selection"
}
},
{
id: 3,
title: "Exclusive Accommodations", description: "Access to the world's most prestigious resorts and boutique hotels, with priority bookings and special amenities.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg?_wi=2", imageAlt: "Accommodation"
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg", imageAlt: "Accommodation"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg?_wi=2", imageAlt: "Service support"
imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg", imageAlt: "Service support"
}
}
]}
@@ -211,6 +211,7 @@ export default function LandingPage() {
mediaPosition="right"
useInvertedBackground={false}
buttonText="Plan My Journey"
mediaAnimation="none"
/>
</div>