|
|
|
|
@@ -152,9 +152,9 @@ export default function LandingPage() {
|
|
|
|
|
<ContactSplit
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
tag="Stay Informed"
|
|
|
|
|
title="Join the Squadron"
|
|
|
|
|
description="Subscribe for exclusive updates, pilot rewards, and game development news."
|
|
|
|
|
tag="Support"
|
|
|
|
|
title="Get Technical Support"
|
|
|
|
|
description="Need help with your account, game performance, or billing issues? Our support squad is ready to assist."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/army-personnel-monitors-isolated-green-screen-surveillance-footage_482257-89072.jpg"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -164,13 +164,13 @@ export default function LandingPage() {
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17139.jpg"
|
|
|
|
|
logoText="SkyStrike Air"
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Game", items: [{ label: "Download", href: "#" }, { label: "Patch Notes", href: "#" }] },
|
|
|
|
|
{ title: "Community", items: [{ label: "Discord", href: "#" }, { label: "Twitter", href: "#" }] },
|
|
|
|
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
|
|
|
|
{ title: "Game", items: [{ label: "Download", href: "#" }, { label: "Support Center", href: "#" }, { label: "Patch Notes", href: "#" }] },
|
|
|
|
|
{ title: "Social", items: [{ label: "Discord", href: "#" }, { label: "Twitter/X", href: "#" }, { label: "YouTube", href: "#" }] },
|
|
|
|
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|