29 lines
541 B
JSON
29 lines
541 B
JSON
{
|
|
"subTitle": "Lets Work",
|
|
"title": "Together",
|
|
"form": {
|
|
"name": {
|
|
"label": "Name",
|
|
"placeholder": "Your name"
|
|
},
|
|
"email": {
|
|
"label": "Email",
|
|
"placeholder": "Your email"
|
|
},
|
|
"budget": {
|
|
"label": "Budget",
|
|
"placeholder": "Select your budget",
|
|
"options": {
|
|
"1": "Less than $2k",
|
|
"2": "More than $4k",
|
|
"3": "More than $6k"
|
|
}
|
|
},
|
|
"message": {
|
|
"label": "Message",
|
|
"placeholder": "Your message"
|
|
},
|
|
"submit": "Send"
|
|
}
|
|
}
|