9 Commits

Author SHA1 Message Date
de905fb70b Update theme colors 2026-05-01 03:28:27 +00:00
3dee0af959 Update theme colors 2026-05-01 03:28:24 +00:00
8893f2ca94 Update theme colors 2026-05-01 03:28:21 +00:00
e9b17882ce Update theme colors 2026-05-01 03:28:18 +00:00
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 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

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #fdfdfd;
--foreground: #1a1a1a;
--primary-cta: #e63946;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #e63946;
--background-accent: #f3f3f3;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);