commerce/site/static_data/navBarLinks.json

39 lines
546 B
JSON

{
"it": [
{
"label": "Chi Siamo",
"href": "/about"
},
{
"label": "Contatti",
"href": "/contact"
},
{
"label": "Dove Siamo",
"href": "/where-we-are"
},
{
"label": "News",
"href": "/news"
}
],
"en": [
{
"label": "About",
"href": "/about"
},
{
"label": "Contact",
"href": "/contact"
},
{
"label": "News",
"href": "/news"
},
{
"label": "Where we are",
"href": "/where-we-are"
}
]
}