diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a9c6a8..4bbf869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { tag="Gaming Shop #1" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futurist-texture-wallpaper_23-2151860524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futurist-texture-wallpaper_23-2151860524.jpg?_wi=1", imageAlt: "Hero scene 1", }, { @@ -72,15 +72,15 @@ export default function LandingPage() { imageAlt: "Hero scene 2", }, { - imageSrc: "http://img.b2bpic.net/free-vector/knifes-set-game_1150-37093.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/knifes-set-game_1150-37093.jpg?_wi=1", imageAlt: "Premium sniper skin", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741465.jpg?_wi=1", imageAlt: "Fire-Lord bundle", }, { - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-biathlon-champion-aiming-with-competitive-gun-studio-grey-background-redhead-female-biathlon-champion-aiming-with-competitive-gun-studio-grey-background_613910-8335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-biathlon-champion-aiming-with-competitive-gun-studio-grey-background-redhead-female-biathlon-champion-aiming-with-competitive-gun-studio-grey-background_613910-8335.jpg?_wi=1", imageAlt: "Cyber katana", }, ]} @@ -102,13 +102,13 @@ export default function LandingPage() { id: "1", name: "Phantom Sniper Skin", price: "999 Diamond", - imageSrc: "http://img.b2bpic.net/free-vector/knifes-set-game_1150-37093.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/knifes-set-game_1150-37093.jpg?_wi=2", }, { id: "2", name: "Fire-Lord Bundle", price: "1999 Diamond", - imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741465.jpg?_wi=2", }, { id: "3", @@ -132,7 +132,7 @@ export default function LandingPage() { id: "6", name: "Cyber Katana", price: "1299 Diamond", - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-biathlon-champion-aiming-with-competitive-gun-studio-grey-background-redhead-female-biathlon-champion-aiming-with-competitive-gun-studio-grey-background_613910-8335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-biathlon-champion-aiming-with-competitive-gun-studio-grey-background-redhead-female-biathlon-champion-aiming-with-competitive-gun-studio-grey-background_613910-8335.jpg?_wi=2", }, ]} title="Legendary Items" @@ -272,7 +272,7 @@ export default function LandingPage() {