Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-17 17:45:12 +00:00

View File

@@ -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],