fix(seo): resolve pagespeed insights performance and accessibility issues

- Add priority to hero image and replace css background-image with Next.js Image component for faster LCP
- Add aria-label and aria-expanded to mobile menu button in Navbar
- Add aria-label to social media links in Footer
- Replace css background-image with Next.js Image component in CTA and Services sections
This commit is contained in:
mstfyldz
2026-06-04 13:04:26 +03:00
parent acf01c81fa
commit 7059a1f3a4
3 changed files with 26 additions and 15 deletions
+2
View File
@@ -80,6 +80,8 @@ export default function Navbar({ lang, dict }: { lang: Locale; dict: any }) {
{/* Mobile menu button */}
<button
aria-label={mobileMenuOpen ? "Menüyü kapat" : "Menüyü aç"}
aria-expanded={mobileMenuOpen}
className="md:hidden text-white"
onClick={() => setMobileMenuOpen(!mobileMenuOpen)}
>