feat(home): mail and phone links and aria labels

This commit is contained in:
2026-04-21 21:12:32 +02:00
parent 98059d50bc
commit 762b03c291
3 changed files with 42 additions and 11 deletions
+10 -1
View File
@@ -16,6 +16,15 @@
"landingPage": {
"title": "Hi, ich bin Nico Haider.",
"subtitle": "Softwareentwickler für Webseiten, Web-Apps, Mobile-Apps, Desktop-Apps und vieles mehr.",
"location": "Dobersberg, Niederösterreich"
"location": "Dobersberg, Niederösterreich",
"contact": {
"email": "E-Mail senden",
"phone": "Telefonnummer anrufen"
},
"social": {
"linkedin": "LinkedIn-Profil öffnen",
"instagram": "Instagram-Profil öffnen",
"facebook": "Facebook-Profil öffnen"
}
}
}