6 Commits

Author SHA1 Message Date
b29a165141 Merge version_4 into main
Merge version_4 into main
2026-03-02 14:58:28 +00:00
54577c7b3c Update src/app/styles/variables.css 2026-03-02 14:58:23 +00:00
3fd7994c49 Update src/app/page.tsx 2026-03-02 14:58:22 +00:00
11cfe40463 Update src/app/layout.tsx 2026-03-02 14:58:22 +00:00
d0eb8d871f Merge version_3 into main
Merge version_3 into main
2026-03-02 11:45:57 +00:00
88cecd3524 Merge version_3 into main
Merge version_3 into main
2026-03-02 11:45:17 +00:00
3 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
/* --background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;; */
--background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--primary-cta-text: #f6f0e9;;
--secondary-cta: #0e1a29;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #2b180a;;
--accent: #3f5c79;;
--background-accent: #004a93;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);