From 2894c6a9bbd349a8c23220c1226287ce0f88a738 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:56:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 509e5fb..f68305f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,25 +54,25 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-white-aircraft-flying-sky_181624-19136.jpg", imageAlt: "Aerial dogfight"}, { - imageSrc: "http://img.b2bpic.net/free-photo/green-plane-sustainable-energy-concept_23-2151582565.jpg", imageAlt: "Cockpit perspective"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-plane-sustainable-energy-concept_23-2151582565.jpg?_wi=1", imageAlt: "Cockpit perspective"}, { - imageSrc: "http://img.b2bpic.net/free-photo/panorama-night-city-top-view_1153-3811.jpg", imageAlt: "Squadron formation"}, + imageSrc: "http://img.b2bpic.net/free-photo/panorama-night-city-top-view_1153-3811.jpg?_wi=1", imageAlt: "Squadron formation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-fighter-plane-taking-off-mid-air-generated-by-ai_188544-26201.jpg", imageAlt: "Engine afterburners"}, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-fighter-plane-taking-off-mid-air-generated-by-ai_188544-26201.jpg?_wi=1", imageAlt: "Engine afterburners"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-many-planes-gray-sky-performing-operations-pirouetting_181624-2885.jpg", imageAlt: "Aerial explosion"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-many-planes-gray-sky-performing-operations-pirouetting_181624-2885.jpg?_wi=1", imageAlt: "Aerial explosion"}, ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/old-war-fighter_181624-28920.jpg", imageAlt: "Storm maneuver"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-many-planes-gray-sky-performing-operations-pirouetting_181624-2885.jpg", imageAlt: "Aerial explosion"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-many-planes-gray-sky-performing-operations-pirouetting_181624-2885.jpg?_wi=2", imageAlt: "Aerial explosion"}, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-fighter-plane-taking-off-mid-air-generated-by-ai_188544-26201.jpg", imageAlt: "Engine afterburners"}, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-fighter-plane-taking-off-mid-air-generated-by-ai_188544-26201.jpg?_wi=2", imageAlt: "Engine afterburners"}, { - imageSrc: "http://img.b2bpic.net/free-photo/panorama-night-city-top-view_1153-3811.jpg", imageAlt: "Squadron formation"}, + imageSrc: "http://img.b2bpic.net/free-photo/panorama-night-city-top-view_1153-3811.jpg?_wi=2", imageAlt: "Squadron formation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/green-plane-sustainable-energy-concept_23-2151582565.jpg", imageAlt: "Cockpit perspective"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-plane-sustainable-energy-concept_23-2151582565.jpg?_wi=2", imageAlt: "Cockpit perspective"}, ]} tag="New Season Available" buttons={[ -- 2.49.1