feat(a11y): implement screen reader support and accessibility optimizations

This commit is contained in:
2026-02-18 00:59:31 +01:00
parent ea0dae310c
commit d93b453d53
23 changed files with 949 additions and 100 deletions

View File

@@ -58,12 +58,14 @@
}
},
"Navigation": {
"menu": "Menu",
"home": "Home",
"team": "Team",
"products": "Products",
"blog": "Blog",
"contact": "Contact",
"toggleMenu": "Toggle Menu"
"toggleMenu": "Toggle Menu",
"skipToContent": "Skip to content"
},
"Footer": {
"legal": "Legal",
@@ -394,4 +396,4 @@
"cta": "Back to Safety"
}
}
}
}