From 647a222923fbc32eab67dd1268bc36f6926429d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 12:56:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 354 +++++++---------------------------------------- 1 file changed, 47 insertions(+), 307 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07aeeb0..a321267 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,120 +31,41 @@ export default function LandingPage() {
@@ -154,36 +75,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - label: "Officina", - title: "Assistenza Professionale", - items: [ - "Tagliandi", - "Preparazione", - "Setup", - ], - }, - { - id: "f2", - label: "Sicurezza", - title: "Protezione Totale", - items: [ - "Caschi", - "Tute", - "Protezioni", - ], - }, - { - id: "f3", - label: "Prenotazioni", - title: "Gestione Appuntamenti", - items: [ - "Test Ride", - "Manutenzione", - "Consulenza", - ], - }, + { id: "f1", label: "Officina", title: "Assistenza Professionale", items: ["Tagliandi", "Preparazione", "Setup"] }, + { id: "f2", label: "Sicurezza", title: "Protezione Totale", items: ["Caschi", "Tute", "Protezioni"] }, + { id: "f3", label: "Prenotazioni", title: "Gestione Appuntamenti", items: ["Test Ride", "Manutenzione", "Consulenza"] } ]} title="Scopri i nostri servizi" description="Dalla manutenzione avanzata alla protezione totale." @@ -197,60 +91,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "KTM", - name: "450 SMR", - price: "10.490 €", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-sexy-man-motorbike_1303-22174.jpg", - }, - { - id: "p2", - brand: "Stark", - name: "Varg EX", - price: "12.900 €", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-mountain-biking-equipment_23-2148777264.jpg", - }, - { - id: "p3", - brand: "Kawasaki", - name: "KX 450", - price: "9.800 €", - rating: 4, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/professional-cyclist-women_23-2149703294.jpg", - }, - { - id: "p4", - brand: "Yamaha", - name: "YZ 450F", - price: "10.100 €", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-black-clothing-sitting-bicycle-street_23-2148176528.jpg", - }, - { - id: "p5", - brand: "Beta", - name: "RR 300", - price: "9.200 €", - rating: 4, - reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-biker-girl-wearing-black-leather-jacket-holding-helmet-superbike-outside-building_613910-19351.jpg", - }, - { - id: "p6", - brand: "KTM", - name: "690 SMC R", - price: "11.500 €", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/blond-female-leather-motorcycle-uniform-lying-two-car-wheels_613910-8099.jpg", - }, + { id: "p1", brand: "KTM", name: "450 SMR", price: "10.490 €", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/handsome-sexy-man-motorbike_1303-22174.jpg" }, + { id: "p2", brand: "Stark", name: "Varg EX", price: "12.900 €", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-mountain-biking-equipment_23-2148777264.jpg" }, + { id: "p3", brand: "Kawasaki", name: "KX 450", price: "9.800 €", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/professional-cyclist-women_23-2149703294.jpg" }, + { id: "p4", brand: "Yamaha", name: "YZ 450F", price: "10.100 €", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/young-man-black-clothing-sitting-bicycle-street_23-2148176528.jpg" }, + { id: "p5", brand: "Beta", name: "RR 300", price: "9.200 €", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-biker-girl-wearing-black-leather-jacket-holding-helmet-superbike-outside-building_613910-19351.jpg" }, + { id: "p6", brand: "KTM", name: "690 SMC R", price: "11.500 €", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-leather-motorcycle-uniform-lying-two-car-wheels_613910-8099.jpg" } ]} title="Gamma Moto" description="Ready to dominate the track." @@ -263,33 +109,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15+", - title: "Anni d'esperienza", - items: [ - "Professionalità", - "Passione", - ], - }, - { - id: "m2", - value: "2000+", - title: "Moto riparate", - items: [ - "Qualità", - "Velocità", - ], - }, - { - id: "m3", - value: "500+", - title: "Clienti felici", - items: [ - "Community", - "Racing", - ], - }, + { id: "m1", value: "15+", title: "Anni d'esperienza", items: ["Professionalità", "Passione"] }, + { id: "m2", value: "2000+", title: "Moto riparate", items: ["Qualità", "Velocità"] }, + { id: "m3", value: "500+", title: "Clienti felici", items: ["Community", "Racing"] } ]} title="Prestazioni in cifre" description="I nostri numeri parlano chiaro." @@ -303,24 +125,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} members={[ - { - id: "t1", - name: "Luca Ferrari", - role: "Capo Officina", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-handyman-standing-own-workshop-interior_1163-3158.jpg", - }, - { - id: "t2", - name: "Giulia Rossi", - role: "Racer", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashionable-young-blonde-female-biker-wearing-stylish-black-leather-jacket-having-confident-facial-expression_343059-979.jpg", - }, - { - id: "t3", - name: "Andrea Bianchi", - role: "Tecnico Setup", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-with-smile-happy-face_141793-111811.jpg", - }, + { id: "t1", name: "Luca Ferrari", role: "Capo Officina", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-handyman-standing-own-workshop-interior_1163-3158.jpg" }, + { id: "t2", name: "Giulia Rossi", role: "Racer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashionable-young-blonde-female-biker-wearing-stylish-black-leather-jacket-having-confident-facial-expression_343059-979.jpg" }, + { id: "t3", name: "Andrea Bianchi", role: "Tecnico Setup", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-with-smile-happy-face_141793-111811.jpg" } ]} title="Il nostro team tecnico" description="Esperti a tuo servizio." @@ -331,31 +138,11 @@ export default function LandingPage() { @@ -398,54 +173,19 @@ export default function LandingPage() { title="Contattaci" description="Richiedi maggiori informazioni o prenota un appuntamento." inputs={[ - { - name: "name", - type: "text", - placeholder: "Nome", - }, - { - name: "email", - type: "email", - placeholder: "Email", - }, + { name: "name", type: "text", placeholder: "Nome" }, + { name: "email", type: "email", placeholder: "Email" } ]} - textarea={{ - name: "message", - placeholder: "Il tuo messaggio", - }} - imageSrc="http://img.b2bpic.net/free-photo/technology-background-concept_23-2148882653.jpg?_wi=2" + textarea={{ name: "message", placeholder: "Il tuo messaggio" }} + imageSrc="http://img.b2bpic.net/free-photo/technology-background-concept_23-2148882653.jpg" />