Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 373e178b2e | |||
| 5e4dd6d514 | |||
| abd606a01c | |||
| 0ff5f7d7f1 |
@@ -110,7 +110,7 @@ export default function AlertsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Priority Alerts", description: "Critical financial notifications ranked by importance", bentoComponent: "3d-task-list", title: "Recent Alerts", items: [
|
||||
title: "Priority Alerts", description: "Critical financial notifications ranked by importance", bentoComponent: "3d-task-list", items: [
|
||||
{
|
||||
icon: AlertCircle,
|
||||
label: "Budget Overspend Warning", time: "2 hours ago"},
|
||||
|
||||
@@ -71,7 +71,7 @@ export default function CalendarPage() {
|
||||
{
|
||||
title: "Payment Due Dates", description: "Calendar view showing all payment deadlines for the month", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Recurring Transactions", description: "Automatically tracked subscriptions and recurring payments", bentoComponent: "3d-task-list", title: "Monthly Recurring", items: [
|
||||
title: "Recurring Transactions", description: "Automatically tracked subscriptions and recurring payments", bentoComponent: "3d-task-list", items: [
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Netflix Subscription", time: "Every 15th"},
|
||||
|
||||
@@ -113,7 +113,7 @@ export default function RecurringExpensesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Renewal Timeline", description: "See upcoming subscription renewals at a glance", bentoComponent: "3d-task-list", title: "Upcoming Renewals", items: [
|
||||
title: "Renewal Timeline", description: "See upcoming subscription renewals at a glance", bentoComponent: "3d-task-list", items: [
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Streaming Service", time: "In 2 days"},
|
||||
|
||||
1442
src/app/layout.tsx
1442
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -220,7 +220,7 @@ export default function HomePage() {
|
||||
tag="Why FinControl"
|
||||
tagIcon={Heart}
|
||||
title="Financial Clarity Starts Here"
|
||||
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."
|
||||
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."
|
||||
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