12 Commits

Author SHA1 Message Date
77ad5a2df4 Update src/app/styles/variables.css 2026-02-10 19:08:41 +00:00
f0b242f925 Update src/app/styles/variables.css 2026-02-10 19:07:36 +00:00
17071ab234 Update src/app/page.tsx 2026-02-10 19:07:35 +00:00
0aeb9297f1 Update src/app/styles/variables.css 2026-02-10 19:01:55 +00:00
be0f64cc7f Update src/app/page.tsx 2026-02-10 19:01:53 +00:00
1913fb954b Merge version_3 into main
Merge version_3 into main
2026-02-10 18:49:03 +00:00
c066852245 Update src/app/styles/variables.css 2026-02-10 18:48:58 +00:00
5be3fa9533 Merge version_2 into main
Merge version_2 into main
2026-02-10 18:24:25 +00:00
18b1ab8bb4 Update src/app/styles/variables.css 2026-02-10 18:24:21 +00:00
85c4a36983 Update src/app/page.tsx 2026-02-10 18:24:19 +00:00
9367fea714 Update src/app/layout.tsx 2026-02-10 18:24:17 +00:00
6bc68d502e Merge version_1 into main
Merge version_1 into main
2026-02-09 19:21:28 +00:00
3 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f7f6f7;; /* --background: #060606;;
--card: #ffffff;; --card: #1a1a1a;;
--foreground: #032419;; --foreground: #e6e6e6e6;;
--primary-cta: #2bb889;; --primary-cta: #5d3a8a;;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;;
--accent: #09b97e;; --accent: #8b5cf6;;
--background-accent: #a8e8c3;; */ --background-accent: #6b4ba3;; */
--background: #f7f6f7;; --background: #060606;;
--card: #ffffff;; --card: #1a1a1a;;
--foreground: #032419;; --foreground: #e6e6e6e6;;
--primary-cta: #2bb889;; --primary-cta: #5d3a8a;;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;;
--accent: #09b97e;; --accent: #8b5cf6;;
--background-accent: #a8e8c3;; --background-accent: #6b4ba3;;
/* 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);