3 Commits

Author SHA1 Message Date
227042387b Update src/app/page.tsx 2026-01-08 16:14:22 +00:00
cbe236e35d Update src/app/layout.tsx 2026-01-08 16:14:21 +00:00
70bce8a056 Update src/app/globals.css 2026-01-08 16:14:20 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
/* --vw is set by ThemeProvider */
--background: #f5faff;;
--card: #f1f8ff;;
--card: #e6f2fa;;
--foreground: #001122;;
--primary-cta: #15479c;;
--secondary-cta: #ffffff;;

View File

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

View File

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