From 2d1fede34187ac5f380f816b976a550b17488360 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:05:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } } ]} -- 2.49.1