From 765aa8381f16a3bf4df37e728753e0bcbc4725ce Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:55:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed35916..d8bcf1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colourful-glow-cup-coffee-glasses_169016-33896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colourful-glow-cup-coffee-glasses_169016-33896.jpg?_wi=1", imageAlt: "Professional gaming setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-woman-winning-videogame_23-2149349981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-woman-winning-videogame_23-2149349981.jpg?_wi=1", imageAlt: "Esports arena", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-gaming-keyboard-fly-spaceship-sf-videogame-close-up_482257-121693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-gaming-keyboard-fly-spaceship-sf-videogame-close-up_482257-121693.jpg?_wi=1", imageAlt: "Competitive gaming", }, { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colourful-glow-cup-coffee-glasses_169016-33896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colourful-glow-cup-coffee-glasses_169016-33896.jpg?_wi=2", imageAlt: "Neon desk setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-woman-winning-videogame_23-2149349981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-woman-winning-videogame_23-2149349981.jpg?_wi=2", imageAlt: "Tournament stage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-gaming-keyboard-fly-spaceship-sf-videogame-close-up_482257-121693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-gaming-keyboard-fly-spaceship-sf-videogame-close-up_482257-121693.jpg?_wi=2", imageAlt: "Pro gamer focus", }, ]} -- 2.49.1