diff --git a/src/app/page.tsx b/src/app/page.tsx index b9fff98..b9667f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function RemindSyncPage() { ], chartTitle: "Collection Efficiency", chartData: [{ value: 400 }, { value: 600 }, { value: 550 }, { value: 800 }, { value: 750 }, { value: 900 }, { value: 950 }], listTitle: "Client Management Table", listItems: [ - { icon: AlertCircle, title: "$1,200: TechCorp (12 days overdue) - Send Email", status: "Urgent" }, - { icon: Mail, title: "$450: Alpha Inc (3 days overdue) - Awaiting Ack", status: "Pending" }, - { icon: CheckCircle, title: "$0: Beta Ltd (Paid) - No Action", status: "Cleared" }, - { icon: MessageSquare, title: "$2,100: Gamma Group (5 days overdue) - WhatsApp", status: "Active" }, - { icon: ExternalLink, title: "$890: Delta Works (0 days overdue) - None", status: "Stable" } + { icon: AlertCircle, title: "TechCorp: $1,200 (12 days overdue) - Send Email", status: "Urgent" }, + { icon: Mail, title: "Alpha Inc: $450 (3 days overdue) - Awaiting Ack", status: "Pending" }, + { icon: CheckCircle, title: "Beta Ltd: $0 (Paid) - No Action", status: "Cleared" }, + { icon: MessageSquare, title: "Gamma Group: $2,100 (5 days overdue) - WhatsApp", status: "Active" }, + { icon: ExternalLink, title: "Delta Works: $890 (0 days overdue) - None", status: "Stable" } ] }} /> @@ -87,4 +87,4 @@ export default function RemindSyncPage() { ); -} \ No newline at end of file +}