Merge version_2 into main #8

Merged
bender merged 3 commits from version_2 into main 2026-03-07 20:27:44 +00:00
2 changed files with 10 additions and 1435 deletions

File diff suppressed because it is too large Load Diff

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" }}
@@ -150,7 +150,7 @@ export default function HomePage() {
],
},
{
title: "Active Goals", description: "Track progress toward your savings goals and financial milestones", bentoComponent: "3d-task-list", title: "Goals", items: [
title: "Active Goals", description: "Track progress toward your savings goals and financial milestones", bentoComponent: "3d-task-list", items: [
{ icon: Home, label: "Emergency Fund", time: "In 6 months" },
{ icon: Plane, label: "Summer Vacation", time: "In 4 months" },
{ icon: Zap, label: "New Laptop", time: "In 3 months" },
@@ -415,4 +415,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}