Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-05-21 01:49:53 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);