10 Commits

Author SHA1 Message Date
e1f94ab580 Update src/app/page.tsx 2026-01-06 10:38:52 +00:00
217dbc0240 Update src/app/page.tsx 2026-01-06 10:37:07 +00:00
a8a71efa7f Update src/app/page.tsx 2026-01-06 10:35:31 +00:00
042830f7ba Update src/app/page.tsx 2026-01-06 10:33:32 +00:00
7550b98335 Update src/app/page.tsx 2026-01-06 10:31:35 +00:00
12e9c792ce Update src/app/page.tsx 2026-01-06 10:30:01 +00:00
f3d4950f1e Update src/app/layout.tsx 2026-01-06 10:30:00 +00:00
3ae9b1f665 Update src/app/page.tsx 2026-01-06 10:28:12 +00:00
038709ad19 Update src/app/page.tsx 2026-01-06 10:25:14 +00:00
3e1d9e5b7e Update src/app/globals.css 2026-01-06 10:22:58 +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: #f5faff;; --background: #ffffff;;
--card: #f1f8ff;; --card: #f5f5f5;;
--foreground: #001122;; --foreground: #000000e6;;
--primary-cta: #15479c;; --primary-cta: #1a1a1a;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a8cce8;; --accent: #bebebe;;
--background-accent: #7ba3cf;; --background-accent: #c4c4c4;;
/* 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

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

View File

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