mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Create "where we are" and news pages
This commit is contained in:
@@ -1,39 +1,46 @@
|
||||
{
|
||||
|
||||
"it": [
|
||||
{
|
||||
"label": "Regioni",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"label": "Chi Siamo",
|
||||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"label": "News",
|
||||
"href": "/news"
|
||||
},
|
||||
{
|
||||
"label": "Contatti",
|
||||
"href": "/contact"
|
||||
}
|
||||
],
|
||||
"en": [
|
||||
{
|
||||
"label": "Regions",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"label": "About",
|
||||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"label": "News",
|
||||
"href": "/news"
|
||||
},
|
||||
{
|
||||
"label": "Contact",
|
||||
"href": "/contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
"it": [
|
||||
{
|
||||
"label": "Regioni",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"label": "Chi Siamo",
|
||||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"label": "News",
|
||||
"href": "/news"
|
||||
},
|
||||
{
|
||||
"label": "Contatti",
|
||||
"href": "/contact"
|
||||
},
|
||||
{
|
||||
"label": "Dove Siamo",
|
||||
"href": "/where-we-are"
|
||||
}
|
||||
],
|
||||
"en": [
|
||||
{
|
||||
"label": "Regions",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"label": "About",
|
||||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"label": "News",
|
||||
"href": "/news"
|
||||
},
|
||||
{
|
||||
"label": "Contact",
|
||||
"href": "/contact"
|
||||
},
|
||||
{
|
||||
"label": "Where we are",
|
||||
"href": "/where-we-are"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user