Add meaningful alternative text critical a11y
Ensure <img> elements have alternative text or a role of none or presentation
Expected impact: Lower accessibility violation counts and improved audit pass rate.
Evidence
- Rule: image-alt
- Impacted nodes: 1
- WCAG tags: wcag2a, wcag111
Remediation
- Add an `alt` attribute that communicates the image intent.
- Use `alt=""` for decorative-only images to avoid noisy announcements.