5 Commits

Author SHA1 Message Date
ee5f17ad1b Merge version_3 into main
Merge version_3 into main
2026-01-08 10:37:38 +00:00
6aaca7eb6b Update src/app/page.tsx 2026-01-08 10:37:33 +00:00
ba36f09925 Update src/app/layout.tsx 2026-01-08 10:37:32 +00:00
4383070d9f Update src/app/globals.css 2026-01-08 10:37:31 +00:00
f30c6ee686 Merge version_2 into main
Merge version_2 into main
2026-01-08 10:33:57 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #001a4d;;
--primary-cta: #0066ff;;
--primary-cta: #15ad59;;
--secondary-cta: #ffcc00;;
--accent: #ffcc00;;
--background-accent: #fff5cc;;

View File

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

View File

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