diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b5ae40..aba674a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,104 +48,61 @@ export default function LandingPage() {
@@ -167,59 +114,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Display IPS 6\" 1800 nits", - tags: [ - "Hardware", - "Visibilità", - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-sunglasses-driving-motorbike_158595-3326.jpg", - }, + id: "1", title: "Display IPS 6\" 1800 nits", tags: [ + "Hardware", "Visibilità"], + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-sunglasses-driving-motorbike_158595-3326.jpg"}, { - id: "2", - title: "CarPlay / Android Auto Wireless", - tags: [ - "Connettività", - "Wireless", - ], - imageSrc: "http://img.b2bpic.net/free-photo/vehicle-move_23-2151846014.jpg", - }, + id: "2", title: "CarPlay / Android Auto Wireless", tags: [ + "Connettività", "Wireless"], + imageSrc: "http://img.b2bpic.net/free-photo/vehicle-move_23-2151846014.jpg"}, { - id: "3", - title: "Dual Dashcam Sony IMX307", - tags: [ - "Sicurezza", - "Video", - ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-vehicle_23-2151048176.jpg", - }, + id: "3", title: "Dual Dashcam Sony IMX307", tags: [ + "Sicurezza", "Video"], + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-vehicle_23-2151048176.jpg"}, { - id: "4", - title: "IP69K Waterproof", - tags: [ - "Resistenza", - "Meteo", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-motorcycle_1232-2669.jpg", - }, + id: "4", title: "IP69K Waterproof", tags: [ + "Resistenza", "Meteo"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-motorcycle_1232-2669.jpg"}, { - id: "5", - title: "Visione Notturna X-Ray Mode", - tags: [ - "Notturna", - "Sicurezza", - ], - imageSrc: "http://img.b2bpic.net/free-photo/motor-service-maintenance-motorbike-concept_53876-120589.jpg", - }, + id: "5", title: "Visione Notturna X-Ray Mode", tags: [ + "Notturna", "Sicurezza"], + imageSrc: "http://img.b2bpic.net/free-photo/motor-service-maintenance-motorbike-concept_53876-120589.jpg"}, { - id: "6", - title: "Integrazione Wonder Wheel BMW", - tags: [ - "BMW", - "Controllo", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-driving-car-interior-route-navigation-travel-driving-concept_169016-68684.jpg", - }, + id: "6", title: "Integrazione Wonder Wheel BMW", tags: [ + "BMW", "Controllo"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-driving-car-interior-route-navigation-travel-driving-concept_169016-68684.jpg"}, ]} title="Funzionalità Avanzate" description="Tecnologia all'avanguardia progettata per motociclisti che non accettano compromessi." @@ -233,36 +150,20 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "1800", - title: "Luminosità Nits", - items: [ - "Leggibile sotto il sole", - ], + id: "1", value: "1800", title: "Luminosità Nits", items: [ + "Leggibile sotto il sole"], }, { - id: "2", - value: "IP69K", - title: "Grado Protezione", - items: [ - "Pioggia, Fango, Polvere", - ], + id: "2", value: "IP69K", title: "Grado Protezione", items: [ + "Pioggia, Fango, Polvere"], }, { - id: "3", - value: "1080p", - title: "Qualità Video", - items: [ - "Sensori Sony HD", - ], + id: "3", value: "1080p", title: "Qualità Video", items: [ + "Sensori Sony HD"], }, { - id: "4", - value: "5.3", - title: "Bluetooth", - items: [ - "Connessione stabile", - ], + id: "4", value: "5.3", title: "Bluetooth", items: [ + "Connessione stabile"], }, ]} title="Scheda Tecnica" @@ -272,50 +173,26 @@ export default function LandingPage() {