diff --git a/src/app/page.tsx b/src/app/page.tsx index c60be92..92c0502 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,12 +61,12 @@ export default function RemindSyncPage() { ], stats: [ { - title: "Total Clients", values: [124, 138, 145], - description: "Number of active clients monitored for payments." + title: "Pending Payments", values: [42, 58, 31], + description: "Number of payments currently awaiting processing." }, { - title: "Unpaid Owed", values: [4200, 5800, 3100], - valuePrefix: "$", description: "Current outstanding balance across all accounts." + title: "Revenue Collected", values: [4200, 5800, 3100], + valuePrefix: "$", description: "Total revenue recovered through automated follow-ups." }, { title: "Notifications Sent", values: [85, 92, 105],