Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 10:06:03 +00:00

View File

@@ -103,19 +103,19 @@ export default function LandingPage() {
{
id: 1,
title: "Personalized Itineraries", description: "Our travel experts create bespoke itineraries tailored to your unique preferences, interests, and travel style.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-traveling-by-train_52683-124710.jpg", imageAlt: "Personalized travel planning consultation"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-traveling-by-train_52683-124710.jpg?_wi=1", imageAlt: "Personalized travel planning consultation"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-traveling-by-train_52683-124710.jpg", imageAlt: "Custom itinerary design"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-traveling-by-train_52683-124710.jpg?_wi=2", imageAlt: "Custom itinerary design"
}
},
{
id: 2,
title: "Exclusive Access", description: "Unlock private experiences and exclusive access to luxury destinations that aren't available through standard travel channels.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bikini-by-pool_1303-9915.jpg", imageAlt: "Exclusive luxury destination access"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bikini-by-pool_1303-9915.jpg?_wi=1", imageAlt: "Exclusive luxury destination access"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bikini-by-pool_1303-9915.jpg", imageAlt: "Premium private travel opportunity"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bikini-by-pool_1303-9915.jpg?_wi=2", imageAlt: "Premium private travel opportunity"
}
}
]}