feat(front-end): contact form and about separated
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"NAV": {
|
||||
"HOME": "Home",
|
||||
"CALCULATOR": "Calculator",
|
||||
"SHOP": "Shop",
|
||||
"ABOUT": "About"
|
||||
"ABOUT": "About",
|
||||
"CONTACT": "Contact Us"
|
||||
},
|
||||
"FOOTER": {
|
||||
"PRIVACY": "Privacy",
|
||||
@@ -58,7 +60,22 @@
|
||||
"SERVICE_4": "File verification and optimization for printing",
|
||||
"TARGET_TITLE": "Who is it for",
|
||||
"TARGET_TEXT": "Small businesses, freelancers, makers and customers looking for a ready-made product from the shop.",
|
||||
"CONTACT_US": "Contact Us",
|
||||
"SEND": "Send Message"
|
||||
"TEAM_TITLE": "Our Team"
|
||||
},
|
||||
"CONTACT": {
|
||||
"TITLE": "Contact Us",
|
||||
"SEND": "Send Message",
|
||||
"REQ_TYPE_LABEL": "Type of Request",
|
||||
"REQ_TYPE_CUSTOM": "Custom Quote",
|
||||
"REQ_TYPE_SERIES": "Series Production",
|
||||
"REQ_TYPE_CONSULT": "Consultation",
|
||||
"REQ_TYPE_QUESTION": "General Questions",
|
||||
"PHONE": "Phone",
|
||||
"IS_COMPANY": "Are you a company?",
|
||||
"COMPANY_NAME": "Company Name",
|
||||
"REF_PERSON": "Reference Person",
|
||||
"UPLOAD_LABEL": "Attachments",
|
||||
"UPLOAD_HINT": "Max 15 files. Supported: Images, PDF, STL, STEP, 3MF, OBJ",
|
||||
"DROP_FILES": "Drop files here or click to upload"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user