Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-06 14:27:57 +00:00

View File

@@ -88,14 +88,23 @@ export default function LandingPage() {
{
id: "assistenza", label: "Assistenza Tecnica", title: "Supporto Informatico Professionale", items: [
"Help desk 24/7 per risolvere problemi critici", "Manutenzione preventiva dei sistemi", "Supporto remoto e on-site rapido", "Gestione proattiva della tecnologia aziendale"],
buttons: [
{ text: "Scopri di più", href: "#services" },
],
},
{
id: "infrastruttura", label: "Infrastrutture IT", title: "Gestione Avanzata della Rete", items: [
"Progettazione e implementazione reti aziendali", "Server e storage management", "Virtualizzazione e cloud migration", "Backup e disaster recovery"],
buttons: [
{ text: "Scopri di più", href: "#services" },
],
},
{
id: "sicurezza", label: "Sicurezza Informatica", title: "Protezione Dati e Compliance", items: [
"Auditing di sicurezza informatica", "Implementazione firewall e antivirus", "Protezione da ransomware e minacce cyber", "Conformità GDPR e normative locali"],
buttons: [
{ text: "Scopri di più", href: "#services" },
],
},
]}
/>