diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fd413db..31a1fdd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f697bb..0dbbd41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file