Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 863a2ecd3f | |||
| 8af695a900 | |||
| cae1030882 | |||
| 75b063fc7a | |||
| b230436bf1 |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -145,25 +145,46 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="BECOME A FOUNDER"
|
||||
title="Join the Beta Today"
|
||||
description="Secure your handle and join the fastest-growing community of gamers on the planet."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-employee-working-green-screen-mockup-pc_482257-126083.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
<ContactSplitForm
|
||||
title="Join the Beta Today"
|
||||
description="Secure your handle and join the fastest-growing community of gamers. We're currently scouting for new squad leads."
|
||||
inputs={[
|
||||
{ name: "email", type: "email", placeholder: "Enter your gamertag or email" },
|
||||
{ name: "platform", type: "text", placeholder: "Favorite platform (e.g., PC, Xbox)" }
|
||||
]}
|
||||
buttonText="Join the Squad"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-employee-working-green-screen-mockup-pc_482257-126083.jpg"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="GameConnect"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
<FooterBaseCard
|
||||
logoText="GameConnect"
|
||||
columns={[
|
||||
{
|
||||
title: "Platforms", items: [
|
||||
{ label: "PC Connect", href: "#" },
|
||||
{ label: "Console Sync", href: "#" },
|
||||
{ label: "Mobile Companion", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community", items: [
|
||||
{ label: "Discord Hub", href: "#" },
|
||||
{ label: "Tournament Boards", href: "#" },
|
||||
{ label: "Squad Finder", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 | GameConnect Gaming Inc."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user