From c3700d9218ce280008c0c37008d43a24761f48cf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:16:12 +0000 Subject: [PATCH] Update src/app/book/page.tsx --- src/app/book/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx index d7c911d..06f5bfb 100644 --- a/src/app/book/page.tsx +++ b/src/app/book/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { { title: "Join Game", description: "Access the airport server via our main game link.", icon: Crown, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg?_wi=1" }, ], }, { @@ -60,8 +60,8 @@ export default function LandingPage() { { title: "Boarding", description: "Wait in our elite lounge until your gate is ready.", icon: LogIn, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=2" }, ], }, ]} @@ -77,7 +77,7 @@ export default function LandingPage() { tag="Book Now" title="Reserve Your Seat" description="Fill out the form to get your flight details sent to your inbox." - imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg" + imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=3" mediaAnimation="slide-up" /> @@ -91,7 +91,7 @@ export default function LandingPage() { bulletPoints={[ { title: "Fast", description: "Instant confirmation." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1