45a52b177f17cf2c1b5d67ffe45aa99be3623c98
Task #15: Make «عن إحسان» top-nav a real dropdown and build the About page. - Header.tsx: converted static «عن إحسان» span into a dropdown trigger replicating the existing services dropdown pattern (aboutOpen state, trigger/panel refs, outside-click + Escape handling). Desktop panel and mobile nav both list «من نحن» (/about) and «اللجان» (/about/committees). - New pages/about.tsx: green intro panel («نبذة عن إحسان») + tab strip (الرؤية والرسالة / الأهداف والركائز / المزايا والمجالات) for the Who-we-are view, and a committee card grid for the Committees view. Section chosen via /about/:section? route param; in-page toggle between the two. Reuses Reveal for scroll-in. - App.tsx: registered <Route path="/about/:section?" component={About} />. - translations.ts: added full bilingual `about` section (AR + EN). Fully bilingual via existing t.* system, RTL verified, no emojis. tsc passes; screenshots confirm both views render correctly.
Description
Ehsan Donation Platform POC
Languages
TypeScript
96%
CSS
2.1%
HTML
0.8%
Shell
0.6%
JavaScript
0.5%