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"
}
}
}
+14
View File
@@ -12,5 +12,19 @@
"light": "Light",
"dark": "Dark",
"system": "System"
},
"landingPage": {
"title": "Hi, I'm Nico Haider.",
"subtitle": "Software developer for websites, web apps, mobile apps, desktop apps, and more.",
"location": "Dobersberg, Lower Austria",
"contact": {
"email": "Send email",
"phone": "Call phone number"
},
"social": {
"linkedin": "Open LinkedIn profile",
"instagram": "Open Instagram profile",
"facebook": "Open Facebook profile"
}
}
}