Create "where we are" and news pages

This commit is contained in:
Daniele Pancottini
2023-01-14 21:46:57 +01:00
parent 30b172cf29
commit 350390f3b8
7 changed files with 381 additions and 66 deletions

View File

@@ -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"
}
]
}