From f5897ad43b0d23554099f7529ed93f63543b7e2d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:01:34 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f78e25e..7244eeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg" + imageSrc="http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg?_wi=1" /> @@ -162,7 +162,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg?_wi=2", imageAlt: "Scene of professional eSports gamer in profile colored with red and blue light generative ai", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg?_wi=1", imageAlt: "Scene of professional eSports gamer in profile colored with red and blue light generative ai", }, ]} -- 2.49.1 From 84a6aada41cc7ec57b76d8e8679e1bcf0d92060f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:01:35 +0000 Subject: [PATCH 2/2] Update src/app/squad/page.tsx --- src/app/squad/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/squad/page.tsx b/src/app/squad/page.tsx index 43f7b54..7da640f 100644 --- a/src/app/squad/page.tsx +++ b/src/app/squad/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { title: "SPORT", subtitle: "IGL / Leader", detail: "The founder. Terrifying with S1897.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg?_wi=2", }, { id: "2", @@ -97,7 +97,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg?_wi=3", imageAlt: "esports player portrait red light", }, ]} -- 2.49.1