10 Commits

Author SHA1 Message Date
bb39bba63b Merge version_4 into main
Merge version_4 into main
2026-02-10 19:02:00 +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 17 additions and 17 deletions

View File

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

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="none"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -229,4 +229,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #032419;;
--primary-cta: #2bb889;;
--secondary-cta: #ffffff;;
--accent: #09b97e;;
--background-accent: #a8e8c3;; */
/* --background: #1a0f2e;;
--card: #2d1b47;;
--foreground: #e6e0ff;;
--primary-cta: #8b5cf6;;
--secondary-cta: #2d1b47;;
--accent: #d8cef5;;
--background-accent: #6b3fb6;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #032419;;
--primary-cta: #2bb889;;
--secondary-cta: #ffffff;;
--accent: #09b97e;;
--background-accent: #a8e8c3;;
--background: #1a0f2e;;
--card: #2d1b47;;
--foreground: #e6e0ff;;
--primary-cta: #8b5cf6;;
--secondary-cta: #2d1b47;;
--accent: #d8cef5;;
--background-accent: #6b3fb6;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);