You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
756 B
25 lines
756 B
const ContactUs = {
|
|
fullName:'Full Name',
|
|
phone:'Phone',
|
|
email:'Email',
|
|
subject:'Subject',
|
|
msg:'Message',
|
|
contactUs:'Contact Us',
|
|
help:'Get in touch and let us know how we can help',
|
|
contactInfo:'Contact Information',
|
|
inquiry:'General Inquiry:',
|
|
support:'Customer Support:',
|
|
media:'Press and Media:',
|
|
submit:'Submit',
|
|
successfully:'Submit successfully',
|
|
msgTips:'Please enter the message',
|
|
fullNameTips:'Please enter the full name.',
|
|
emailTips:'Please enter you email address.',
|
|
projectTips:`Please select the project.`,
|
|
enterFullName:`Enter Full Name`,
|
|
enterEmail:`Enter Email Address`,
|
|
enterSubject:`Select Project`,
|
|
enterMsg:`Enter Message`,
|
|
}
|
|
|
|
export default ContactUs
|