5 Commits

Author SHA1 Message Date
7bf66cde51 Merge version_2 into main
Merge version_2 into main
2026-01-13 21:44:29 +00:00
4dbae8af37 Update src/app/page.tsx 2026-01-13 21:44:24 +00:00
836b595e8b Update src/app/layout.tsx 2026-01-13 21:44:23 +00:00
e4e6a646cd Update src/app/globals.css 2026-01-13 21:44:22 +00:00
de3a2d61b8 Merge version_1 into main
Merge version_1 into main
2026-01-13 21:33:16 +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: #f5f5f5;; /* --background: #0a0a0a;;
--card: #ffffff;; --card: #1a1a1a;;
--foreground: #1c1c1c;; --foreground: #ffffffe6;;
--primary-cta: #159c49;; --primary-cta: #c89bff;;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;;
--accent: #159c49;; --accent: #8b5cf6;;
--background-accent: #a8e8ba;; */ --background-accent: #6d28d9;; */
--background: #f5f5f5;; --background: #0a0a0a;;
--card: #ffffff;; --card: #1a1a1a;;
--foreground: #1c1c1c;; --foreground: #ffffffe6;;
--primary-cta: #159c49;; --primary-cta: #c89bff;;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;;
--accent: #159c49;; --accent: #8b5cf6;;
--background-accent: #a8e8ba;; --background-accent: #6d28d9;;
/* 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

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

View File

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