6 Commits

Author SHA1 Message Date
88923ef77b Update src/app/page.tsx 2026-03-07 20:29:16 +00:00
ca8aabdc98 Update src/app/layout.tsx 2026-03-07 20:29:16 +00:00
516b321f1e Update src/app/page.tsx 2026-03-07 20:26:55 +00:00
7d8c6a0642 Update src/app/layout.tsx 2026-03-07 20:26:55 +00:00
24ad1a4bce Update src/app/page.tsx 2026-03-07 20:25:26 +00:00
429a9e147e Update src/app/layout.tsx 2026-03-07 20:25:26 +00:00
2 changed files with 15 additions and 1433 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>
);
}
}