diff --git a/src/app/page.tsx b/src/app/page.tsx index 2737a77..d8698c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, + ], }, ]} />