Merge version_2 into main #2
@@ -9,7 +9,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import { BrainCircuit, Trophy, Users, Target, Mail } from "lucide-react";
|
||||
import { BrainCircuit, Trophy, Users, Target } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
title="Peak Performance Esports"
|
||||
description="Redefining competitive integrity with data-driven training and elite tactical execution. Welcome to the future of high-performance gaming."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alex 'Apex' Rivers", role: "Captain", testimonial: "The rigorous training regimen at PRO GAMER ORG is unmatched in the industry.", rating: 5 }
|
||||
{ name: "Alex 'Apex' Rivers", handle: "@apex_pro", testimonial: "The rigorous training regimen at PRO GAMER ORG is unmatched in the industry.", rating: 5 }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg"
|
||||
buttons={[{ text: "Join The Squad", href: "#contact" }]}
|
||||
@@ -58,6 +58,7 @@ export default function LandingPage() {
|
||||
{ icon: Users, label: "Roster Size", value: "24" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,6 +73,7 @@ export default function LandingPage() {
|
||||
{ id: "m2", value: "4.2k", description: "Training Hours/Mo" }
|
||||
]}
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,6 +84,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Alex Rivers", role: "Captain", description: "Strategic mastermind and primary shotcaller.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-brutal-male-casual-clothes-dark-background_613910-16043.jpg" },
|
||||
{ id: "2", name: "Sarah Chen", role: "Sniper", description: "Precision accuracy across all major titles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg" }
|
||||
@@ -91,10 +94,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Inquire"
|
||||
title="Get In Touch"
|
||||
description="Connect with our management team for scouting, sponsorship, or media opportunities."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
onSubmit={(email) => console.log(email)}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user