From 27603d94003032087ac8bc6380686b259c39f14a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:02:34 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 589575d..1bc2fbf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { { heading: "Data Usage", content: [ { - text: "We respect the privacy of all our competitive players."}, + type: "paragraph", text: "We respect the privacy of all our competitive players."}, ], }, ]} -- 2.49.1 From 8ee275fcd3928e3ad8f4674641d8b661145429ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:02:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3ee642..dfc5726 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,13 +123,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/scene-professional-esports-gamer-profile-colored-with-red-blue-light-generative-ai_191095-1964.jpg"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg"}, - imageAlt: "Scene of professional eSports gamer in profile colored with red and blue light generative ai"}, + imageSrc: "http://img.b2bpic.net/free-photo/yellow-green-smoke-black-background_23-2148092423.jpg"}, { title: "VOD Review", description: "Deep analysis of every engagement.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/gamer-wearing-headphones-talking-with-friends-online-multiplayer-shooter_482257-116216.jpg"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg"}, - imageAlt: "Scene of professional eSports gamer in profile colored with red and blue light generative ai"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg"}, ]} /> -- 2.49.1