Merge version_2 into main #2
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user