Update src/app/servizi/page.tsx
This commit is contained in:
@@ -74,33 +74,17 @@ export default function ServicesPage() {
|
||||
tag="Gamma Completa"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Forni Professionali per Pizzerie",
|
||||
tags: ["Pizzeria", "Forno", "Cottura", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-preparing-selling-tasty-breads_181624-58950.jpg?_wi=3",
|
||||
imageAlt: "Forni professionali pizzeria",
|
||||
},
|
||||
id: "1", title: "Forni Professionali per Pizzerie", tags: ["Pizzeria", "Forno", "Cottura", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-preparing-selling-tasty-breads_181624-58950.jpg?_wi=3", imageAlt: "Forni professionali pizzeria"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Attrezzature per Panifici",
|
||||
tags: ["Panificio", "Forno", "Impastatrici", "Vitrine"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups_23-2148523032.jpg?_wi=3",
|
||||
imageAlt: "Attrezzature panificio",
|
||||
},
|
||||
id: "2", title: "Attrezzature per Panifici", tags: ["Panificio", "Forno", "Impastatrici", "Vitrine"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups_23-2148523032.jpg?_wi=3", imageAlt: "Attrezzature panificio"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Forniture Alberghiere Completi",
|
||||
tags: ["Hotel", "Cucina", "Forniture", "Cucine"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-stainless-steel-kitchen-design-photo-was-made-restouraunt_613910-12332.jpg?_wi=3",
|
||||
imageAlt: "Forniture alberghiere",
|
||||
},
|
||||
id: "3", title: "Forniture Alberghiere Completi", tags: ["Hotel", "Cucina", "Forniture", "Cucine"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-stainless-steel-kitchen-design-photo-was-made-restouraunt_613910-12332.jpg?_wi=3", imageAlt: "Forniture alberghiere"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Assistenza Tecnica e Manutenzione",
|
||||
tags: ["Supporto", "Manutenzione", "Garanzia", "24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-takes-speciall-opening-plastic-instrument-from-his-tool-bag-repair-tablet_346278-1781.jpg?_wi=4",
|
||||
imageAlt: "Assistenza tecnica professionale",
|
||||
},
|
||||
id: "4", title: "Assistenza Tecnica e Manutenzione", tags: ["Supporto", "Manutenzione", "Garanzia", "24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-takes-speciall-opening-plastic-instrument-from-his-tool-bag-repair-tablet_346278-1781.jpg?_wi=4", imageAlt: "Assistenza tecnica professionale"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -114,26 +98,14 @@ export default function ServicesPage() {
|
||||
description="Offriamo pacchetti customizzati che si adattano perfettamente alle necessità specifiche del tuo business. Consulenza gratuita per identificare la soluzione ideale."
|
||||
features={[
|
||||
{
|
||||
id: "5",
|
||||
title: "Consulenza Tecnica Dedicata",
|
||||
tags: ["Consulenza", "Progettazione", "Personalizzazione"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-showing-two-partners-paper_1262-811.jpg?_wi=2",
|
||||
imageAlt: "Consulenza personalizzata",
|
||||
},
|
||||
id: "5", title: "Consulenza Tecnica Dedicata", tags: ["Consulenza", "Progettazione", "Personalizzazione"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-showing-two-partners-paper_1262-811.jpg?_wi=2", imageAlt: "Consulenza personalizzata"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Installazione Professionale",
|
||||
tags: ["Installazione", "Configurazione", "Collaudo"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-taking-notes-while-having-meeting-with-colleagues-office_637285-1026.jpg?_wi=1",
|
||||
imageAlt: "Installazione professionale",
|
||||
},
|
||||
id: "6", title: "Installazione Professionale", tags: ["Installazione", "Configurazione", "Collaudo"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-taking-notes-while-having-meeting-with-colleagues-office_637285-1026.jpg?_wi=1", imageAlt: "Installazione professionale"},
|
||||
{
|
||||
id: "7",
|
||||
title: "Formazione Operatori",
|
||||
tags: ["Training", "Sicurezza", "Best Practice"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg?_wi=2",
|
||||
imageAlt: "Formazione operatori",
|
||||
},
|
||||
id: "7", title: "Formazione Operatori", tags: ["Training", "Sicurezza", "Best Practice"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg?_wi=2", imageAlt: "Formazione operatori"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -149,4 +121,4 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user