diff --git a/src/app/page.tsx b/src/app/page.tsx index dd1d202..d6d5cd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,9 +152,9 @@ export default function LandingPage() { @@ -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: "#" }] }, ]} /> ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b483a57..d45bbc2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);