Adding contact page.
This commit is contained in:
@ -4,10 +4,31 @@ module.exports = {
|
||||
"site": {
|
||||
"name": "domsPlace"
|
||||
},
|
||||
|
||||
|
||||
"navbar": {
|
||||
"home": "Home",
|
||||
"about": "About",
|
||||
"contact": "Contact"
|
||||
},
|
||||
|
||||
"pages": {
|
||||
"contact": {
|
||||
"name": {
|
||||
"label": "Name",
|
||||
"placeholder": "Enter your name."
|
||||
},
|
||||
|
||||
"email": {
|
||||
"label": "Email Address",
|
||||
"placeholder": "Enter your email address."
|
||||
},
|
||||
|
||||
"message": {
|
||||
"label": "Message",
|
||||
"placeholder": "Enter your message."
|
||||
},
|
||||
|
||||
"send": "Send"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user