mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 22:46:58 +00:00
39 lines
546 B
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"
|
|
}
|
|
]
|
|
}
|