22 lines
485 B
JavaScript
22 lines
485 B
JavaScript
module.exports = {
|
|
"contact": {
|
|
"form": {
|
|
"title": "Contact",
|
|
"info": "Want to contact me and other lorem ipsum dolor sit amet.",
|
|
"name": {
|
|
"label": "Name",
|
|
"placeholder": "Enter your name."
|
|
},
|
|
"email": {
|
|
"label": "Email",
|
|
"placeholder": "Enter your email address.",
|
|
},
|
|
"message": {
|
|
"label": "Message",
|
|
"placeholder": "Enter your message here."
|
|
},
|
|
"submit": "Send"
|
|
}
|
|
}
|
|
}
|