Update src/app/page.tsx

This commit is contained in:
2026-03-07 20:33:01 +00:00
parent e610b06dd8
commit dca0ce3a2a

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}