Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-09 08:55:04 +00:00
2 changed files with 3 additions and 3 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>
);
}
}