Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9400aac9d1 | |||
| efc7e62268 |
@@ -19,7 +19,7 @@ export default function GoreClanPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -47,8 +47,8 @@ export default function GoreClanPage() {
|
||||
{ text: "Join Our Ranks", href: "#contact" },
|
||||
{ text: "View Roster", href: "#roster" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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,10 +66,11 @@ 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"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -91,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -168,7 +169,7 @@ export default function GoreClanPage() {
|
||||
tagIcon={Flame}
|
||||
title="Prove Your Worth"
|
||||
description="Think you have what it takes to join GORE? Submit your application and show us your firepower. We only accept the deadliest."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your.gamertag@email.com"
|
||||
buttonText="Submit Application"
|
||||
|
||||
Reference in New Issue
Block a user