Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0064caff1 | |||
| efc7e62268 |
@@ -19,7 +19,7 @@ export default function GoreClanPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
background="grid"
|
background="circleGradient"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -47,7 +47,7 @@ export default function GoreClanPage() {
|
|||||||
{ text: "Join Our Ranks", href: "#contact" },
|
{ text: "Join Our Ranks", href: "#contact" },
|
||||||
{ text: "View Roster", href: "#roster" },
|
{ text: "View Roster", href: "#roster" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "grid" }}
|
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"
|
||||||
imageAlt="GORE Clan in Action"
|
imageAlt="GORE Clan in Action"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -70,6 +70,7 @@ export default function GoreClanPage() {
|
|||||||
imageAlt="Clan Training"
|
imageAlt="Clan Training"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -168,7 +169,7 @@ export default function GoreClanPage() {
|
|||||||
tagIcon={Flame}
|
tagIcon={Flame}
|
||||||
title="Prove Your Worth"
|
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."
|
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}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="your.gamertag@email.com"
|
inputPlaceholder="your.gamertag@email.com"
|
||||||
buttonText="Submit Application"
|
buttonText="Submit Application"
|
||||||
|
|||||||
Reference in New Issue
Block a user