4 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
3 changed files with 7 additions and 7 deletions

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff; --background: #ffffff;
--card: #fcfcfc; --card: #f7fffa;
--foreground: #120006e6; --foreground: #001a0a;
--primary-cta: #e63946; --primary-cta: #0a7039;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--accent: #e2e2e2; --accent: #a8d9be;
--background-accent: #c4c4c4; --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>
); );
} }