import { GraphIcon } from '~/components/icons/graph' import { CardReport } from '~/components/ui/card-report' import { REPORT } from './data' export const DashboardPage = () => { return (

Dashboard

Tanggal:
{REPORT.map(({ title, amount }, index) => ( ))}

Total Kunjungan

2.890

Pribadi: 2.190 | Perusahaan: 700

Total User Memesan

274

Pribadi: 211 | Perusahaan: 54

) }