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,