3 Commits

Author SHA1 Message Date
41aa887871 Update src/app/styles/variables.css 2026-03-21 23:48:14 +00:00
61d9d5f4b3 Update src/app/page.tsx 2026-03-21 23:48:14 +00:00
94f78e8a23 Merge version_1 into main
Merge version_1 into main
2026-03-21 23:44:43 +00:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -10,12 +10,12 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #f6f0e9;
--card: #ffffff; --card: #efe7dd;
--foreground: #1c1c1c; --foreground: #2b180a;
--primary-cta: #1f514c; --primary-cta: #0a7039;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #efe7dd;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #159c49; --accent: #159c49;
--background-accent: #a8e8ba; --background-accent: #a8e8ba;