diff --git a/src/app/page.tsx b/src/app/page.tsx index ba615fb..17d7f33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function HomePage() { title="Your Money. Fully Controlled." description="Take charge of your finances with intelligent tracking, budgeting, and insights. See exactly where your money goes and make smarter financial decisions." buttons={[ - { text: "Start Free Trial", href: "#" }, + { text: "Get Started Free", href: "#" }, { text: "View Demo", href: "#" }, ]} background={{ variant: "radial-gradient" }} @@ -415,4 +415,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}