From 0ff5f7d7f1c47a50fc1e0e6b94ec45908029f775 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:19:16 +0000 Subject: [PATCH 1/4] Update src/app/app/alerts/page.tsx --- src/app/app/alerts/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app/alerts/page.tsx b/src/app/app/alerts/page.tsx index 713f044..b2ea27d 100644 --- a/src/app/app/alerts/page.tsx +++ b/src/app/app/alerts/page.tsx @@ -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"}, From abd606a01c9f568045b11fefbb5b7b2c223c20a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:19:17 +0000 Subject: [PATCH 2/4] Update src/app/app/calendar/page.tsx --- src/app/app/calendar/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app/calendar/page.tsx b/src/app/app/calendar/page.tsx index bc378d5..475b355 100644 --- a/src/app/app/calendar/page.tsx +++ b/src/app/app/calendar/page.tsx @@ -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"}, From 5e4dd6d5145c4c128595957f7b1ae704a1b96040 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:19:17 +0000 Subject: [PATCH 3/4] Update src/app/app/subscriptions/page.tsx --- src/app/app/subscriptions/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app/subscriptions/page.tsx b/src/app/app/subscriptions/page.tsx index e938ec7..6845603 100644 --- a/src/app/app/subscriptions/page.tsx +++ b/src/app/app/subscriptions/page.tsx @@ -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"}, From 373e178b2e26b1106d941cacfd07e62fc58fd920 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:19:18 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8af1d12..ba615fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },