Accessibility Improvement
The main navigation bar is missing ARIA landmark labels, making it harder for screen-reader users to navigate the site.
Changes Needed
- Add
aria-label to the <nav> element in NavMenu.razor
- Ensure active links have
aria-current="page"
- Run axe or Lighthouse accessibility audit and fix any critical violations
Accessibility Improvement
The main navigation bar is missing ARIA landmark labels, making it harder for screen-reader users to navigate the site.
Changes Needed
aria-labelto the<nav>element inNavMenu.razoraria-current="page"