4 Commits

Author SHA1 Message Date
71a9e72493 Merge version_3 into main
Merge version_3 into main
2026-04-09 06:15:32 +00:00
e625ab23ab Update src/app/styles/variables.css 2026-04-09 06:15:29 +00:00
c191f31fe1 Update src/app/page.tsx 2026-04-09 06:15:29 +00:00
7d937f00bf Merge version_2 into main
Merge version_2 into main
2026-04-09 06:10:19 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -186,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--background: #f0fdf4;
--card: #ffffff;
--foreground: #064e3b;
--primary-cta: #059669;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--accent: #34d399;
--background-accent: #ecfdf5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);