931c1e43ad
Variante di /promo-eventi con font Montserrat/Open Sans e palette --c-* al posto di Inter e dei colori hardcoded; struttura e contenuti identici (stessi tag promo.*). Root class `.lp2` per isolare gli stili is:global dalla pagina originale. Aggiunta la voce di menu "Promo 2 (test)" → /promo-eventi2 per il confronto affiancato. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
40 lines
1.7 KiB
TypeScript
40 lines
1.7 KiB
TypeScript
export const site = {
|
||
name: "InsanityLab",
|
||
phone: "351 7535977",
|
||
email: "info@insanitylab.it",
|
||
// 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: "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/in_sanity_lab" },
|
||
{ label: "LinkedIn", url: "https://www.linkedin.com/company/in-sanity-lab-srl/" },
|
||
],
|
||
navigation: [
|
||
{ label: "Training", href: "/training" },
|
||
{ label: "Servizi", href: "/services" },
|
||
{ label: "About us", href: "/about" },
|
||
{ label: "Blog & Edugo", href: "/blog" },
|
||
{ label: "Promo ed eventi", href: "/promo-eventi" },
|
||
{ label: "Contatti", href: "/contact" },
|
||
{ label: "Promo 2 (test)", href: "/promo-eventi2" },
|
||
],
|
||
footerTraining: [
|
||
{ label: "One to one", href: "/training#one-to-one" },
|
||
{ label: "Small group", href: "/training#small-groups" },
|
||
{ label: "Rehab", href: "/training#rehab" },
|
||
{ label: "Holistic class", href: "/training#holistic-class" },
|
||
{ label: "Reformer class", href: "/training#reformer-class" },
|
||
{ label: "Coaching", href: "/training#coaching" },
|
||
],
|
||
footerServices: [
|
||
{ label: "Personal Training", href: "/services/personal-training" },
|
||
{ label: "Performance Class", href: "/services/performance-class" },
|
||
{ label: "Coaching", href: "/services/coaching" },
|
||
{ label: "Profilazione", href: "/services/profilazione" },
|
||
{ label: "Osteopatia", href: "/services/osteopatia" },
|
||
{ label: "Nutrizione", href: "/services/nutrition" },
|
||
],
|
||
};
|