Add Pensions page with fund overview, growth chart, and projections

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Carlos Escalante
2026-03-28 18:13:52 -06:00
parent bd1346f9da
commit 1b90f0c70a
3 changed files with 720 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import {
Calculator,
BarChart3,
Landmark,
PiggyBank,
LogOut,
Wallet,
Menu,
@@ -29,6 +30,7 @@ const navItems = [
{ to: '/', icon: LayoutDashboard, label: 'Dashboard' },
{ to: '/budget', icon: Calculator, label: 'Presupuesto' },
{ to: '/salarios', icon: Landmark, label: 'Salarios' },
{ to: '/pensions', icon: PiggyBank, label: 'Pensiones' },
{ to: '/analytics', icon: BarChart3, label: 'Analytics' },
];