From dbd4d1aaf2564e8b1087d577f7f32d431c8aa370 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 17:41:12 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae6f813..43ed51d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg?_wi=1", imageAlt: "Luxury travel vehicle", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { description: "Tailor-made itineraries for your unique preferences.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg?_wi=2", imageAlt: "luxury tour landscape scenery", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { description: "Seamless travel between destinations.", bentoComponent: "reveal-icon", icon: Car, - imageSrc: "http://img.b2bpic.net/free-photo/musician-with-guitar-tablet_23-2147782094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/musician-with-guitar-tablet_23-2147782094.jpg?_wi=1", imageAlt: "luxury tour landscape scenery", }, ]} -- 2.49.1 From 2e702d66c6db1de99fc92db988f5b28a0e2eea28 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 17:41:12 +0000 Subject: [PATCH 2/2] Update src/app/tours/page.tsx --- src/app/tours/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tours/page.tsx b/src/app/tours/page.tsx index 7252644..08a315e 100644 --- a/src/app/tours/page.tsx +++ b/src/app/tours/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { description: "High-altitude luxury.", bentoComponent: "reveal-icon", icon: Mountain, - imageSrc: "http://img.b2bpic.net/free-photo/musician-with-guitar-tablet_23-2147782094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/musician-with-guitar-tablet_23-2147782094.jpg?_wi=2", imageAlt: "cultural tour city exploration", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { description: "Sun, sand, and serenity.", bentoComponent: "reveal-icon", icon: Waves, - imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg?_wi=3", imageAlt: "cultural tour city exploration", }, ]} -- 2.49.1