From f48518d8fd9dbbe821b91bfd8dda813c3330e81b Mon Sep 17 00:00:00 2001 From: AdrianoDev Date: Sun, 12 Jul 2026 23:48:58 +0200 Subject: [PATCH] footer e contatti: social aggiornati e nome sulla mappa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Footer: Instagram -> in_sanity_lab, LinkedIn -> in-sanity-lab-srl, rimosso Facebook - Contatti: mapQuery con nome "IN-SANITY LAB" così la mappa mostra l'etichetta Co-Authored-By: Claude Opus 4.8 (1M context) --- src/data/site.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/data/site.ts b/src/data/site.ts index b55b2c2..3b74c8e 100644 --- a/src/data/site.ts +++ b/src/data/site.ts @@ -5,12 +5,11 @@ export const site = { // Due ingressi dello stesso stabile. address = testo mostrato; mapQuery = punto geolocalizzabile per Google Maps. address: "Via Leandro Alberti 76 e Via De Mattiolo 5", cityLine: "40139 Bologna", - mapQuery: "Via Leandro Alberti 76, 40139 Bologna", + mapQuery: "IN-SANITY LAB, Via Leandro Alberti 76, 40139 Bologna", hours: ["Lun – Ven 6.00 – 21.00", "Sab 8.00 – 19.00 · Dom chiuso"], socials: [ - { label: "Instagram", url: "https://www.instagram.com/insanitylab" }, - { label: "Facebook", url: "https://www.facebook.com/insanitylab" }, - { label: "LinkedIn", url: "https://www.linkedin.com/company/insanitylab" }, + { label: "Instagram", url: "https://www.instagram.com/in_sanity_lab" }, + { label: "LinkedIn", url: "https://www.linkedin.com/company/in-sanity-lab-srl/" }, ], navigation: [ { label: "About us", href: "/about" },