From ec3df3415f25b9dcefa5fc2f75e97ddad89043cd Mon Sep 17 00:00:00 2001 From: Mayur Shinde Date: Mon, 27 Jul 2026 18:40:07 +0530 Subject: [PATCH] comment added --- src/components/dashboard/leads-data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/dashboard/leads-data.ts b/src/components/dashboard/leads-data.ts index a4a5a82..4fc6d72 100644 --- a/src/components/dashboard/leads-data.ts +++ b/src/components/dashboard/leads-data.ts @@ -61,6 +61,7 @@ const G = { cyan: "linear-gradient(135deg,#34c9d6,#1f9aa4)", }; +// leads data — a small sample of the full book (TOTAL_LEADS) export const LEADS: Lead[] = [ { id: "SAL-001", initials: "JM", name: "John Martinez", gradient: G.orange,