From c39a97d59737db59ea1f45d95baa49062b34221d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:57:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8993495..6eb8fd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,9 +79,9 @@ export default function LandingPage() { { title: "Custom Characters", description: "Import and customize your own unique character, standing out in the fray of intense combat.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234843.jpg", imageAlt: "Characters"}, { - title: "Global Leaderboards", description: "Climb the ranks and compete against the world's best shooters.", imageSrc: "http://img.b2bpic.net/free-photo/view-powerful-3d-gun_23-2150888747.jpg", imageAlt: "Leaderboards"}, + title: "Global Leaderboards", description: "Climb the ranks and compete against the world's best shooters.", imageSrc: "http://img.b2bpic.net/free-photo/view-powerful-3d-gun_23-2150888747.jpg?_wi=1", imageAlt: "Leaderboards"}, { - title: "Weapon Progression", description: "Unlock levels and attachments to build the perfect arsenal for your playstyle.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-showcased-ak-47-gun-showcased_23-2150803674.jpg", imageAlt: "Progression"}, + title: "Weapon Progression", description: "Unlock levels and attachments to build the perfect arsenal for your playstyle.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-showcased-ak-47-gun-showcased_23-2150803674.jpg?_wi=1", imageAlt: "Progression"}, ]} title="Master Your Craft" description="Dominate the battlefield with realistic combat mechanics and a massive collection of customizable weapons." @@ -96,7 +96,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Tactical Sniper", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-showcased-ak-47-gun-showcased_23-2150803674.jpg"}, + id: "1", name: "Tactical Sniper", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-showcased-ak-47-gun-showcased_23-2150803674.jpg?_wi=2"}, { id: "2", name: "Assault SMG", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-powerful-weapon_23-2150888885.jpg"}, { @@ -104,7 +104,7 @@ export default function LandingPage() { { id: "4", name: "Precision Pistol", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gun-black-background_23-2150803590.jpg"}, { - id: "5", name: "Machine Gun", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/view-powerful-3d-gun_23-2150888747.jpg"}, + id: "5", name: "Machine Gun", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/view-powerful-3d-gun_23-2150888747.jpg?_wi=2"}, { id: "6", name: "Tactical Blade", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/arrow-archery-direction-icon-symbol_53876-14259.jpg"}, ]} -- 2.49.1