5 Commits

Author SHA1 Message Date
2f7b7d893b Update src/app/page.tsx 2025-12-28 13:00:20 +00:00
50945b0869 Update src/app/page.tsx 2025-12-28 12:58:15 +00:00
3b4466cb2c Update src/app/layout.tsx 2025-12-28 12:58:14 +00:00
a252479caf Update src/app/globals.css 2025-12-28 12:58:13 +00:00
756eaea081 Update src/app/globals.css 2025-12-28 11:53:54 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #faf8f3; --background: #ffffff;
--card: #fff5eb; --card: #f7fffa;
--foreground: #2d2a24; --foreground: #001a0a;
--primary-cta: #3d9d4d; --primary-cta: #0a7039;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--accent: #ffd700; --accent: #a8d9be;
--background-accent: #e6cc80; --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1274,4 +1274,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

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