diff --git a/src/app/page.tsx b/src/app/page.tsx index a7804c1..3615f9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,99 +48,56 @@ export default function LandingPage() { @@ -159,9 +108,7 @@ export default function LandingPage() { title="Esperienza e Passione per il Paesaggio" buttons={[ { - text: "Scopri i Nostri Servizi", - href: "#features", - }, + text: "Scopri i Nostri Servizi", href: "#features"}, ]} /> @@ -173,32 +120,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Manutenzione Parchi", - tags: [ - "Verde", - "Servizio", - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-creative-male-gardener-shaping-spiral-from-thuja-with-hedge-trimmer-back-yard-side-view_7502-10484.jpg", - }, + id: "1", title: "Manutenzione Parchi", tags: [ + "Verde", "Servizio"], + imageSrc: "http://img.b2bpic.net/free-photo/happy-creative-male-gardener-shaping-spiral-from-thuja-with-hedge-trimmer-back-yard-side-view_7502-10484.jpg"}, { - id: "2", - title: "Impianti Irrigazione", - tags: [ - "Tecnica", - "Sostenibile", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-sustainable-greenhouse_23-2149072117.jpg", - }, + id: "2", title: "Impianti Irrigazione", tags: [ + "Tecnica", "Sostenibile"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-sustainable-greenhouse_23-2149072117.jpg"}, { - id: "3", - title: "Potatura Alberi", - tags: [ - "Specializzato", - "Sicurezza", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening_1157-38539.jpg", - }, + id: "3", title: "Potatura Alberi", tags: [ + "Specializzato", "Sicurezza"], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening_1157-38539.jpg"}, ]} title="I Nostri Servizi" description="Offriamo soluzioni complete per la cura e la gestione del verde pubblico e privato." @@ -213,25 +145,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "15+", - title: "Anni di Attività", - description: "Professionalità certificata.", - icon: Award, + id: "1", value: "15+", title: "Anni di Attività", description: "Professionalità certificata.", icon: Award, }, { - id: "2", - value: "200+", - title: "Cantieri Conclusi", - description: "Opere completate con successo.", - icon: CheckCircle, + id: "2", value: "200+", title: "Cantieri Conclusi", description: "Opere completate con successo.", icon: CheckCircle, }, { - id: "3", - value: "50+", - title: "Comuni Serviti", - description: "Lavori su territorio pubblico.", - icon: MapPin, + id: "3", value: "50+", title: "Comuni Serviti", description: "Lavori su territorio pubblico.", icon: MapPin, }, ]} title="I Numeri del Nostro Impegno" @@ -241,50 +161,26 @@ export default function LandingPage() {