Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0064caff1 | |||
| 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,7 +47,7 @@ export default function GoreClanPage() {
|
||||
{ text: "Join Our Ranks", href: "#contact" },
|
||||
{ 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"
|
||||
imageAlt="GORE Clan in Action"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -70,6 +70,7 @@ export default function GoreClanPage() {
|
||||
imageAlt="Clan Training"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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