From 70aaabcd8d6c3946a4dfa4e59cd893507f6645cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:11:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fdfbb7..0e4c817 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="HERO INTRODUCTION" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg", imageAlt: "Warrior Portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=1", imageAlt: "Warrior Portrait"}, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C58hc7F3EqxubHLIhmQ9L1No0f/uploaded-1775664597776-1b55qv0q.jpg", imageAlt: "Dynamic Gameplay Action"} ]} @@ -129,11 +129,11 @@ export default function LandingPage() { { id: "g1", groupTitle: "Synergy Compositions", members: [ { - id: "m1", title: "Dragon Knight", subtitle: "Frontline Tank", detail: "Excellent synergy for sustained fights.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg"}, + id: "m1", title: "Dragon Knight", subtitle: "Frontline Tank", detail: "Excellent synergy for sustained fights.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=2"}, { - id: "m2", title: "Nevermore", subtitle: "Burst Mage", detail: "High-damage nuker to finish off targets.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg"}, + id: "m2", title: "Nevermore", subtitle: "Burst Mage", detail: "High-damage nuker to finish off targets.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=3"}, { - id: "m3", title: "Sniper", subtitle: "Backline Support", detail: "Provides vision and long-range pressure.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg"}, + id: "m3", title: "Sniper", subtitle: "Backline Support", detail: "Provides vision and long-range pressure.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=4"}, ] } ]} @@ -159,7 +159,7 @@ export default function LandingPage() { name: "message", placeholder: "Share your thoughts", rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=5" mediaPosition="left" /> -- 2.49.1