import { Building2, Users, TrendingUp, DollarSign, CheckCircle2, AlertCircle, Plus } from 'lucide-react' import { MOCK_HOTELS, MOCK_USERS } from '../data/mockData' import { cn, PLAN_COLORS, PLAN_LABELS } from '../lib/utils' import { Badge } from '../components/ui/Badge' export function AdminDashboard() { const activeHotels = MOCK_HOTELS.filter(h => h.isActive).length const totalRooms = MOCK_HOTELS.reduce((s, h) => s + (h.roomCount ?? 0), 0) return (
HotelSync SaaS · Обзор платформы
{s.value}
{s.label}
{hotel.name}
{hotel.address} · {hotel.roomCount} номеров
{u.name}
{u.email}