commerce/site/static_data/navBarLinks.json
2023-01-16 10:57:39 +01:00

47 lines
665 B
JSON

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