Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9ed2fbd95 | |||
| 0b059f1901 | |||
| 091fe2a642 | |||
| 533c7327ba | |||
| eac0117920 | |||
| fa8f81bee0 |
@@ -1423,4 +1423,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{ text: "Contattaci Ora", href: "tel:051-022-4484" },
|
||||
{ text: "Richiedi Assistenza Gratuita", href: "tel:051-022-4484" },
|
||||
{ text: "Richiedi Preventivo", href: "contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -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" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -224,4 +233,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f514c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--background: #efebe5;
|
||||
--card: #f7f2ea;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #000000;
|
||||
--primary-cta-text: #efebe5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #159c49;
|
||||
--background-accent: #a8e8ba;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #e1b875;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user