22f3b4e2e8
Task #13: Bring the EHSAN home page closer to the real ehsan.sa. Changes (artifacts/ehsan-poc/src/pages/home.tsx): - Ayah banner: added a full-width white section directly below the hero slider showing the provided ayah artwork «وأحسنوا إن الله يحب المحسنين» (imported via the @assets Vite alias as an <img>), centered and flanked by two decorative ornaments. Ornaments are a small inline SVG flourish (Ornament component) in a light primary-green tint, mirrored on each side, hidden on the smallest screens. Responsive heights, RTL-correct. - Removed the "إجمالي الطلبات" (Total Requests) stat card; the stats row now shows two cards (الحالات المغلقة, إجمالي التبرعات) and the grid was changed from md:grid-cols-3 to md:grid-cols-2 (loading skeleton updated to match). - Removed the "الفرص المميزة" (featuredTitle) heading text; the heading row now just right-aligns the existing "عرض جميع الفرص" button. Search box and opportunity cards are unchanged and still visible. Scope decision: user confirmed (interactive query) to remove ONLY the "الفرص المميزة" heading word and keep the search + cards. Out of scope (unchanged): nav, services mega-menu, hero slider, workflow steps, other pages. featuredTitle translation key left in place (unused now). Verified: tsc --noEmit clean; screenshots confirm the ayah band under the hero, two stat cards, and no featured heading; console clean after workflow restart. No emojis.