6 Commits

Author SHA1 Message Date
62716b22d4 Merge version_3 into main
Merge version_3 into main
2025-12-31 10:47:01 +00:00
c98d81b9f4 Update src/app/globals.css 2025-12-31 10:46:56 +00:00
a63b99540e Merge version_2 into main
Merge version_2 into main
2025-12-31 10:31:45 +00:00
30524915fa Update src/app/page.tsx 2025-12-31 10:31:41 +00:00
ddd270b634 Update src/app/layout.tsx 2025-12-31 10:31:40 +00:00
b561e16050 Update src/app/globals.css 2025-12-31 10:31:39 +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: #fffafa;; --background: #ffffff;;
--card: #fff7f7;; --card: #fcfcfc;;
--foreground: #1a0000;; --foreground: #00120ae6;;
--primary-cta: #e63946;; --primary-cta: #15ad59;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #f5c4c7;; --accent: #e2e2e2;;
--background-accent: #f09199;; --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

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

View File

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