janahan-law/public/locales/en/contact.json

36 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"contactInfo": {
"emailTitle": "Email Us",
"email": "info@janahanlaw.com",
"callTitle": "Call Now",
"phone": "+1 (305) 330-7413",
"questionTitle": "Have Any Question?",
"questionDesc": "Were here to help with all your U.S. immigration and legal needs — contact Janahan Law for trusted guidance today.",
"pageTitle": "Contact Us"
},
"form": {
"namePlaceholder": "Your Name",
"emailPlaceholder": "Your Email",
"phonePlaceholder": "Your Phone",
"subjectPlaceholder": "Select Subject",
"subjectOptions": [
"River Development",
"Village Development",
"Road Development",
"Town Development",
"Social Development"
],
"messagePlaceholder": "Message",
"submitButton": "Submit Now",
"successMessage": "Message sent successfully!",
"failedMessage": "Failed to send message. Please try again later.",
"requiredMessages": {
"name": "Name is required",
"email": "Valid email is required",
"phone": "Phone number is required",
"subject": "Please select a subject",
"message": "Message is required",
"recaptcha": "Please complete the ReCAPTCHA"
}
}
}