export const en = { contact: { labelName: 'Name', placeholderName: 'Your name', labelEmail: 'Email', placeholderEmail: 'email@company.com', labelMessage: 'How can we help?', placeholderMessage: 'Briefly describe your process or challenge...', submit: 'Schedule a call', sending: 'Sending...', successTitle: 'Message sent!', successBody: "We'll get back to you shortly.", errorTitle: 'Something went wrong.', errorBody: 'Please try again or email us directly at hello@gethumanai.pl.', errors: { nameRequired: 'Please enter your name.', emailInvalid: 'Please enter a valid email address.', messageTooShort: 'Your message must be at least 5 characters long.', rateLimited: 'Too many attempts. Please wait a moment and try again.', mailFailed: 'We could not send your message. Please try again or email us directly at hello@gethumanai.pl.', generic: 'Please try again or email us directly at hello@gethumanai.pl.', }, }, };