Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa8f81bee0 |
@@ -88,14 +88,23 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "assistenza", label: "Assistenza Tecnica", title: "Supporto Informatico Professionale", items: [
|
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"],
|
"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: [
|
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"],
|
"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: [
|
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"],
|
"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" },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user