5 Commits

Author SHA1 Message Date
91e7d74a65 Update theme colors 2026-05-01 03:28:11 +00:00
c58df836ad Update theme colors 2026-05-01 03:28:02 +00:00
1c5d891812 Update src/app/styles/variables.css 2026-05-01 03:26:51 +00:00
d71c50a3e4 Update src/app/page.tsx 2026-05-01 03:26:51 +00:00
75919e3cf2 Merge version_2 into main
Merge version_2 into main
2026-05-01 03:24:36 +00:00
2 changed files with 12 additions and 12 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;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--background: #010912;
--card: #152840;
--foreground: #e6f0ff;
--primary-cta: #cee7ff;
--primary-cta-text: #010912;
--secondary-cta: #0e1a29;
--secondary-cta-text: #ffffff;
--accent: #e63946;
--background-accent: #f3f3f3;
--accent: #3f5c79;
--background-accent: #004a93;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);