From 31aaf8bfc3fa505cb74be9c242e5180248226609 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 01:43:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7eddc9a..f4df0d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@ace99", testimonial: "The flight physics are unparalleled on mobile. Feels like a true sim.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bermuda-triangle-mystery-event_23-2151625885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bermuda-triangle-mystery-event_23-2151625885.jpg?_wi=1", imageAlt: "fighter jet sunset sky", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@skyk", testimonial: "Multiplayer is intense and lag-free. Best 5v5 action I've played.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828278.jpg?_wi=1", imageAlt: "fighter jet sunset sky", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@v_pilot", testimonial: "Customization is deep without being pay-to-win. Truly refreshing.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-flight-helmet-carries-out-maintenance-war-fighter-interceptor-open-air-museum_613910-5427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-flight-helmet-carries-out-maintenance-war-fighter-interceptor-open-air-museum_613910-5427.jpg?_wi=1", imageAlt: "fighter jet sunset sky", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@r_lock", testimonial: "The AI drone wingman is a game changer for story mode missions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-drone-flying-ocean-with-sunset-sky_1048-8182.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-drone-flying-ocean-with-sunset-sky_1048-8182.jpg?_wi=1", imageAlt: "fighter jet sunset sky", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { handle: "@gx_sky", testimonial: "Stunning visuals on my mid-range device. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg?_wi=1", imageAlt: "fighter jet sunset sky", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/bermuda-triangle-mystery-event_23-2151625885.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bermuda-triangle-mystery-event_23-2151625885.jpg?_wi=2" imageAlt="Modern fighter jet in flight" avatars={[ { @@ -171,17 +171,17 @@ export default function LandingPage() { { title: "Next-Gen HUD", description: "Console-level graphical feedback with real-time target lock and tactical awareness.", - imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828278.jpg?_wi=2", }, { title: "Jet Powerhouse", description: "Realistic thrust physics and thermal afterburner effects for immersive dogfighting.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-flight-helmet-carries-out-maintenance-war-fighter-interceptor-open-air-museum_613910-5427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-flight-helmet-carries-out-maintenance-war-fighter-interceptor-open-air-museum_613910-5427.jpg?_wi=2", }, { title: "AI Wingman", description: "Deploy drone support to flank enemies and overwhelm defenses in critical moments.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-drone-flying-ocean-with-sunset-sky_1048-8182.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-drone-flying-ocean-with-sunset-sky_1048-8182.jpg?_wi=2", }, ]} title="Revolutionary Air Combat" @@ -199,7 +199,7 @@ export default function LandingPage() { id: "jet1", name: "F-22 Raptor", price: "Unlock", - imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg?_wi=2", }, { id: "jet2", -- 2.49.1