Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-05-01 03:26:57 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -22,10 +22,10 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="large"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
background="noiseDiagonalGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
headingFontWeight="bold"
>
<ReactLenis root>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #fdfdfd;
--foreground: #1a1a1a;
--primary-cta: #e63946;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fff5f5e6;
--primary-cta: #ff7a7a;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #e63946;
--background-accent: #f3f3f3;
--accent: #ff0000;
--background-accent: #7f1d1d;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);