--- import SubpageLayout from '../layouts/SubpageLayout.astro'; import { termsDocument, termsSections, termsRiferimenti, termsCrossReferences } from '../data/terms'; const link = 'text-sky-400/90 underline-offset-2 hover:text-sky-300 hover:underline'; const lead = "Si applicano alla navigazione e all'uso del sito informativo pubblico di NexStudio S.r.l., con sede legale in Italia, [INDIRIZZO_COMPLETO]. I contratti d'abbonamento o d'acquisto sui prodotti software restano retti da offerte, ordini o accordi separati. " + termsCrossReferences.leadNote; ---

Versione {termsDocument.version} · In vigore dal {termsDocument.inVigoreDal}

Documenti connessi:{' '} { termsRiferimenti.map((r, i) => ( {i > 0 && · } {r.label} )) }

Indice

    { termsSections.map((s) => (
  1. {s.title}
  2. )) }
{ termsSections.map((s) => (

{s.title}

{s.paragraphs.map((p) => (

{p}

))} {s.bullets && s.bullets.length > 0 ? (
    {s.bullets.map((b) => (
  • {b}
  • ))}
) : null}
)) }