From 5ff47711cdd45338386766dd467e873cad2829f9 Mon Sep 17 00:00:00 2001 From: AdrianoDev Date: Sun, 12 Jul 2026 23:54:55 +0200 Subject: [PATCH] menu: riordina le voci (Training, Servizi, About us, Blog & Edugo, Promo, Contatti) I label del menu vengono da global.nav.N.label (per posizione): riordinati anche i blocchi contenuto in produzione per allinearli al nuovo ordine degli href. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/data/site.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/site.ts b/src/data/site.ts index 3b74c8e..1ca68e8 100644 --- a/src/data/site.ts +++ b/src/data/site.ts @@ -12,12 +12,12 @@ export const site = { { label: "LinkedIn", url: "https://www.linkedin.com/company/in-sanity-lab-srl/" }, ], navigation: [ - { label: "About us", href: "/about" }, { label: "Training", href: "/training" }, { label: "Servizi", href: "/services" }, + { label: "About us", href: "/about" }, { label: "Blog & Edugo", href: "/blog" }, - { label: "Contatti", href: "/contact" }, { label: "Promo ed eventi", href: "/promo-eventi" }, + { label: "Contatti", href: "/contact" }, ], footerTraining: [ { label: "One to one", href: "/training#one-to-one" },