feat: Implement Telegram Bot and AI Settings

This commit is contained in:
renato97
2026-01-28 23:15:44 -03:00
parent 4ba5841839
commit f369bb70fe
115 changed files with 26873 additions and 26 deletions

View File

@@ -7,6 +7,7 @@ import {
PiggyBank,
Bell,
Lightbulb,
Settings,
X,
} from 'lucide-react';
import Link from 'next/link';
@@ -25,6 +26,7 @@ const navigationItems = [
{ name: 'Tarjetas', href: '/cards', icon: CreditCard },
{ name: 'Presupuesto', href: '/budget', icon: PiggyBank },
{ name: 'Servicios', href: '/services', icon: Lightbulb },
{ name: 'Configuración', href: '/settings', icon: Settings },
{ name: 'Alertas', href: '/alerts', icon: Bell, hasBadge: true },
];