a674944408
The home page previously showed the 10-step "خطوات إقفال دورة التبرع" workflow section. The user asked to replace it with an "إحسانكم لعام 2026" impact statistics section matching the attached reference. Changes: - artifacts/ehsan-poc/src/pages/home.tsx: removed the 10-step workflow section and added an "Impact Statistics" section in its place — a centered heading with a green Leaf accent, a subtitle, and three rounded white shadowed stat cards (lucide icons HandHeart / Users / Wallet), each with a large green value and a label. Responsive 3-up grid stacking on mobile. - artifacts/ehsan-poc/src/lib/i18n/translations.ts: added a `home.stats` group (title, subtitle, and the 3 value/label pairs) in both en and ar. AR values: 85,4 مليون / 391,5 ألف / 3.113 مليار. EN mirrors with Million / Thousand / Billion. Notes: - Static reference numbers used as display values (POC; no live data — per task out-of-scope). - No emojis; lucide icons consistent with the rest of the app. The old t.home.workflowTitle and t.workflow.* keys are left in place (harmless shared strings) but are no longer used by the home page. Verified: tsc --noEmit clean; e2e confirmed AR + EN rendering, old workflow section removed, no console errors.