From 5485bfc8b3c5300c393c597a620fc417614efc10 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 01:44:22 +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 f32185a..996c372 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,25 +55,25 @@ export default function LandingPage() { testimonials={[ { name: "AcePilot99", 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", imageAlt: "fighter jet sunset sky"}, + imageSrc: "http://img.b2bpic.net/free-photo/bermuda-triangle-mystery-event_23-2151625885.jpg?_wi=1", imageAlt: "fighter jet sunset sky"}, { name: "SkyKing", 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", imageAlt: "fighter jet sunset sky"}, + imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828278.jpg?_wi=1", imageAlt: "fighter jet sunset sky"}, { name: "VectorPilot", 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", imageAlt: "fighter jet sunset sky"}, + 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"}, { name: "RadarLock", 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", imageAlt: "fighter jet sunset sky"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-drone-flying-ocean-with-sunset-sky_1048-8182.jpg?_wi=1", imageAlt: "fighter jet sunset sky"}, { name: "GamerX", 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", imageAlt: "fighter jet sunset sky"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg?_wi=1", imageAlt: "fighter jet sunset sky"}, ]} buttons={[ { text: "Download Now", 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={[ { @@ -111,11 +111,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - 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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=2"}, ]} title="Revolutionary Air Combat" description="Built from the ground up for mobile dominance with cutting-edge tech." @@ -130,7 +130,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "jet1", name: "F-22 Raptor", price: "Unlock", imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg"}, + id: "jet1", name: "F-22 Raptor", price: "Unlock", imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg?_wi=2"}, { id: "jet2", name: "Precision Missile", price: "Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/destruction-russian-s-war-ukraine_23-2149437893.jpg"}, { -- 2.49.1