Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88923ef77b | |||
| ca8aabdc98 | |||
| 516b321f1e | |||
| 7d8c6a0642 | |||
| 24ad1a4bce | |||
| 429a9e147e | |||
| 37289b3bf2 | |||
| 242bf413d5 | |||
| 7e80d3f30d | |||
| 45313147b6 |
1442
src/app/layout.tsx
1442
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user