From 9400aac9d1e2e3375a723adab10ce9428bcea766 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:50:23 +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 3c724d0..da0106e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function GoreClanPage() { { text: "View Roster", href: "#roster" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg?_wi=1" imageAlt="GORE Clan in Action" mediaAnimation="slide-up" frameStyle="card" @@ -66,7 +66,7 @@ export default function GoreClanPage() { { value: "500+", title: "Matches Dominated" }, { value: "47%", title: "Average Headshot Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg?_wi=2" imageAlt="Clan Training" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -80,9 +80,9 @@ export default function GoreClanPage() { { id: "commandment", groupTitle: "Leadership", members: [ { - id: "1", title: "ShadowKiller", subtitle: "Clan Commander", detail: "shadowkiller@goreclan.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-streamer-looking-camera-after-playing-space-shooter-games-using-professional-rgb-keypad-powerful-computer-pro-player-streaming-online-videogames-gaming-home-studio_482257-12631.jpg", imageAlt: "ShadowKiller"}, + id: "1", title: "ShadowKiller", subtitle: "Clan Commander", detail: "shadowkiller@goreclan.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-streamer-looking-camera-after-playing-space-shooter-games-using-professional-rgb-keypad-powerful-computer-pro-player-streaming-online-videogames-gaming-home-studio_482257-12631.jpg?_wi=1", imageAlt: "ShadowKiller"}, { - id: "2", title: "BloodMoon", subtitle: "Co-Commander", detail: "bloodmoon@goreclan.com", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-streamer-template_23-2149831586.jpg", imageAlt: "BloodMoon"}, + id: "2", title: "BloodMoon", subtitle: "Co-Commander", detail: "bloodmoon@goreclan.com", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-streamer-template_23-2149831586.jpg?_wi=1", imageAlt: "BloodMoon"}, ], }, { @@ -92,9 +92,9 @@ export default function GoreClanPage() { { id: "4", title: "PhantomReaper", subtitle: "Sniper Precision", detail: "phantomreaper@goreclan.com", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-man-playing-video-games-computer-with-green-screen-professional-game-player_482257-22162.jpg", imageAlt: "PhantomReaper"}, { - id: "5", title: "CrimsonBlade", subtitle: "Tactical Support", detail: "crimsonblade@goreclan.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-streamer-looking-camera-after-playing-space-shooter-games-using-professional-rgb-keypad-powerful-computer-pro-player-streaming-online-videogames-gaming-home-studio_482257-12631.jpg", imageAlt: "CrimsonBlade"}, + id: "5", title: "CrimsonBlade", subtitle: "Tactical Support", detail: "crimsonblade@goreclan.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-streamer-looking-camera-after-playing-space-shooter-games-using-professional-rgb-keypad-powerful-computer-pro-player-streaming-online-videogames-gaming-home-studio_482257-12631.jpg?_wi=2", imageAlt: "CrimsonBlade"}, { - id: "6", title: "NightmareX", subtitle: "Heavy Weapons", detail: "nightmarex@goreclan.com", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-streamer-template_23-2149831586.jpg", imageAlt: "NightmareX"}, + id: "6", title: "NightmareX", subtitle: "Heavy Weapons", detail: "nightmarex@goreclan.com", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-streamer-template_23-2149831586.jpg?_wi=2", imageAlt: "NightmareX"}, ], }, ]} -- 2.49.1