3 Commits

Author SHA1 Message Date
e9dab3a830 Update src/app/page.tsx 2026-01-22 20:45:24 +00:00
d0878a8237 Update src/app/layout.tsx 2026-01-22 20:45:24 +00:00
3f541ca464 Update src/app/globals.css 2026-01-22 20:45:23 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #f5faff;;
--card: #f9f9f9;; --card: #f1f8ff;;
--foreground: #120006e6;; --foreground: #001122;;
--primary-cta: #e63946;; --primary-cta: #15479c;;
--secondary-cta: #f9f9f9;; --secondary-cta: #ffffff;;
--accent: #e2e2e2;; --accent: #a8cce8;;
--background-accent: #c4c4c4;; */ --background-accent: #7ba3cf;; */
--background: #ffffff;; --background: #f5faff;;
--card: #f9f9f9;; --card: #f1f8ff;;
--foreground: #120006e6;; --foreground: #001122;;
--primary-cta: #e63946;; --primary-cta: #15479c;;
--secondary-cta: #f9f9f9;; --secondary-cta: #ffffff;;
--accent: #e2e2e2;; --accent: #a8cce8;;
--background-accent: #c4c4c4;; --background-accent: #7ba3cf;;
/* 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

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

View File

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