Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-25 20:21:14 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="noise"
background="floatingGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -234,4 +234,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #020617;
--secondary-cta: #041633;
--secondary-cta-text: #e2e8f0;
--accent: #2d30f3;
--background-accent: #1d4ed8;
--background: #010110;
--card: #08081F;
--foreground: #E8E8FF;
--primary-cta: #4A7CFF;
--primary-cta-text: #FFFFFF;
--secondary-cta: #1A2A4C;
--secondary-cta-text: #E8E8FF;
--accent: #70A0FF;
--background-accent: #030320;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);