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>
</html>
);
}
}

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);