Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "View Stats", href: "#stats" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3fu7yg"
|
||||
imageAlt="professional gamer CS2 playing"
|
||||
@@ -68,16 +68,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "kd-ratio", value: "0.1", title: "KD Ratio", description: "20 deaths per 2 kills - a historic achievement"
|
||||
id: "kd-ratio", value: "0.1", title: "KD Ratio", description: "20 deaths per 2 kills - a historic achievement", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3fu7yg", imageAlt: "KD ratio metric"
|
||||
},
|
||||
{
|
||||
id: "team-flashes", value: "99%", title: "Flash Rate", description: "Exclusively blinds teammates with surgical precision"
|
||||
id: "team-flashes", value: "99%", title: "Flash Rate", description: "Exclusively blinds teammates with surgical precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=09f9d1", imageAlt: "Flash rate metric"
|
||||
},
|
||||
{
|
||||
id: "headshot-accuracy", value: "2%", title: "Headshot Accuracy", description: "Defying all expectations of human aim"
|
||||
id: "headshot-accuracy", value: "2%", title: "Headshot Accuracy", description: "Defying all expectations of human aim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sduuu9", imageAlt: "Headshot accuracy metric"
|
||||
},
|
||||
{
|
||||
id: "clutch-success", value: "0%", title: "Clutch Win Rate", description: "Never won a 1v5 (or 1v1)"
|
||||
id: "clutch-success", value: "0%", title: "Clutch Win Rate", description: "Never won a 1v5 (or 1v1)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kv5o2", imageAlt: "Clutch success metric"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -130,27 +130,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "trib-1", name: "Pro Player X", role: "Competitive Gamer", company: "FaZe Clan", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sduuu9&_wi=1"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sduuu9"
|
||||
},
|
||||
{
|
||||
id: "trib-2", name: "Streamer Y", role: "Content Creator", company: "Twitch", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=09f9d1&_wi=1"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=09f9d1"
|
||||
},
|
||||
{
|
||||
id: "trib-3", name: "Coach Z", role: "Team Coach", company: "Valorant Pro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kv5o2&_wi=1"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kv5o2"
|
||||
},
|
||||
{
|
||||
id: "trib-4", name: "Reddit Community", role: "Meme Enthusiasts", company: "r/GlobalOffensive", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sduuu9&_wi=2"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sduuu9"
|
||||
},
|
||||
{
|
||||
id: "trib-5", name: "Tournament Admin", role: "ESL Staff", company: "ESL Pro League", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=09f9d1&_wi=2"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=09f9d1"
|
||||
},
|
||||
{
|
||||
id: "trib-6", name: "Discord Mods", role: "Community Managers", company: "Gaming Discord", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kv5o2&_wi=2"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kv5o2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user