15 lines
210 B
JSON
15 lines
210 B
JSON
{
|
|
"nav": {
|
|
"home": "Home",
|
|
"about": "About Us",
|
|
"contact": "Contact"
|
|
},
|
|
"hero": {
|
|
"title": "Welcome",
|
|
"cta": "Learn More"
|
|
},
|
|
"footer": {
|
|
"rights": "All rights reserved."
|
|
}
|
|
}
|