Merge version_6 into main
Merge version_6 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user