Overview
src/app/layout.tsx (line 105) renders
with no id and there is no 'Skip to main content' link anywhere, so keyboard and screen-reader users must tab through the entire header/nav on every page. Add a visually-hidden skip link at the top of and give an id="main-content" target.
Overview
with no id and there is no 'Skip to main content' link anywhere, so keyboard and screen-reader users must tab through the entire header/nav on every page. Add a visually-hidden skip link at the top of and give an id="main-content" target.src/app/layout.tsx (line 105) renders