4 Commits

Author SHA1 Message Date
4a1833e5b0 Update theme colors 2026-03-09 11:00:27 +00:00
edb5d70693 Update src/app/page.tsx 2026-03-09 08:55:00 +00:00
17fd3104d7 Update src/app/layout.tsx 2026-03-09 08:55:00 +00:00
11ec19de0f Merge version_2 into main
Merge version_2 into main
2026-03-09 07:14:25 +00:00
3 changed files with 12 additions and 12 deletions

View File

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

View File

@@ -80,7 +80,7 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Get Free Portfolio Analysis", href: "#cta"}, text: "Start Free Analysis", href: "#cta"},
{ {
text: "Learn how it works", href: "/how-it-works"}, text: "Learn how it works", href: "/how-it-works"},
]} ]}
@@ -292,4 +292,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #ffffff;
--card: #ffffff; --card: #f9f9f9;
--foreground: #1b0c25; --foreground: #000612e6;
--primary-cta: #1b0c25; --primary-cta: #106EFB;
--primary-cta-text: #f7f6f7; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #1b0c25; --secondary-cta-text: #000612e6;
--accent: #ff93e4; --accent: #e2e2e2;
--background-accent: #e8a8c3; --background-accent: #106EFB;
/* 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);