diff --git a/src/app/page.tsx b/src/app/page.tsx index 682c9e9..6bff564 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } } ]}