feat(fullstack): Add contact form

This commit is contained in:
2026-02-08 18:21:07 +01:00
parent 43aef3b5b1
commit 36132a3bef
12 changed files with 420 additions and 11 deletions

View File

@@ -263,5 +263,32 @@
"onCommentAdded": "When someone comments on my application form",
"saved": "Settings saved"
}
},
"contact": {
"title": "Contact",
"header": "Contact Our Experts",
"description": "Do you have questions about co-determination, data protection, or IT systems? Our experts are happy to help.",
"experts": {
"laborLaw": "Labor Law Attorney",
"itConsultant": "IT Consultant",
"dataProtection": "Data Protection Officer",
"itSecurity": "IT Security Officer"
},
"form": {
"title": "Send a Message",
"description": "Describe your inquiry and we will get back to you as soon as possible.",
"subject": "Subject",
"subjectPlaceholder": "What is your inquiry about?",
"message": "Message",
"messagePlaceholder": "Describe your inquiry",
"submit": "Send Message"
},
"success": {
"title": "Message Sent",
"description": "Your message has been sent successfully. We will get back to you as soon as possible."
},
"error": {
"description": "The message could not be sent. Please try again later."
}
}
}