Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-07 20:25:31 +00:00
2 changed files with 10 additions and 1436 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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" },
@@ -220,7 +220,7 @@ export default function HomePage() {
tag="Why FinControl"
tagIcon={Heart}
title="Financial Clarity Starts Here"
description="We built FinControl because managing personal finances shouldn't require a spreadsheet degree. Our mission is to make financial control intuitive, actionable, and empowering for everyone."
description="Trusted by financial experts and SOC 2 Type II Certified. We built FinControl because managing personal finances shouldn't require a spreadsheet degree. Our mission is to make financial control intuitive, actionable, and empowering for everyone."
metrics={[
{
value: "500K+", title: "Active Users Trusting FinControl"},
@@ -415,4 +415,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}