From 5a9575409ccb130570183d291761c99f54662814 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:55:18 +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 2714758..f14aad8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,19 +62,19 @@ export default function LandingPage() { imageAlt: "Aerial dogfight", }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-plane-sustainable-energy-concept_23-2151582565.jpg", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-many-planes-gray-sky-performing-operations-pirouetting_181624-2885.jpg?_wi=1", imageAlt: "Aerial explosion", }, ]} @@ -84,19 +84,19 @@ export default function LandingPage() { imageAlt: "Storm maneuver", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-many-planes-gray-sky-performing-operations-pirouetting_181624-2885.jpg", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/green-plane-sustainable-energy-concept_23-2151582565.jpg?_wi=2", imageAlt: "Cockpit perspective", }, ]} -- 2.49.1