diff --git a/src/app/page.tsx b/src/app/page.tsx index 59254bf..6dc3177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,12 +32,12 @@ export default function LandingPage() {
@@ -129,23 +129,23 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic-plan", title: "Basic Maintenance", price: "€49", period: "/mo", features: ["1 Exterior wash", "Monthly vacuum"], - button: { text: "Book Now", href: "https://wa.me/393331234567" }, - imageSrc: "http://img.b2bpic.net/free-photo/man-wash-car-using-shampoo_1150-6987.jpg", imageAlt: "car wash sponge bucket water" + id: "basic-plan", title: "Manutenzione Base", price: "€49", period: "/mese", features: ["1 Lavaggio esterno", "Aspirazione mensile"], + button: { text: "Prenota", href: "https://wa.me/393331234567" }, + imageSrc: "http://img.b2bpic.net/free-photo/man-wash-car-using-shampoo_1150-6987.jpg", imageAlt: "lavaggio auto" }, { - id: "pro-plan", title: "Pro Care", price: "€89", period: "/mo", features: ["2 Full Details", "Priority booking"], - button: { text: "Book Now", href: "https://wa.me/393331234567" }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-gym-equipment_23-2148766019.jpg?_wi=2", imageAlt: "car wash sponge bucket water" + id: "pro-plan", title: "Cura Pro", price: "€89", period: "/mese", features: ["2 Dettagli completi", "Prenotazione prioritaria"], + button: { text: "Prenota", href: "https://wa.me/393331234567" }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-gym-equipment_23-2148766019.jpg?_wi=2", imageAlt: "lavaggio auto" }, { - id: "premium-plan", title: "Premium Fleet", price: "€149", period: "/mo", features: ["4 Full Details", "VIP support"], - button: { text: "Book Now", href: "https://wa.me/393331234567" }, - imageSrc: "http://img.b2bpic.net/free-photo/customer-text-messaging-mobile-phone_1170-1372.jpg?_wi=2", imageAlt: "car wash sponge bucket water" + id: "premium-plan", title: "Flotta Premium", price: "€149", period: "/mese", features: ["4 Dettagli completi", "Supporto VIP"], + button: { text: "Prenota", href: "https://wa.me/393331234567" }, + imageSrc: "http://img.b2bpic.net/free-photo/customer-text-messaging-mobile-phone_1170-1372.jpg?_wi=2", imageAlt: "lavaggio auto" } ]} - title="Subscription Plans" - description="Save on regular cleaning with our monthly packages." + title="Piani in abbonamento" + description="Risparmia con i nostri pacchetti mensili regolari." /> @@ -155,19 +155,19 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Marco Rossi", role: "Architect", company: "Studio Torino", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958777.jpg" }, + { id: "1", name: "Marco Rossi", role: "Architetto", company: "Studio Torino", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958777.jpg" }, { id: "2", name: "Elena Bianchi", role: "Manager", company: "Tech Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-daughter-mother-posing-font-car_23-2148349770.jpg" }, - { id: "3", name: "Luca Verdi", role: "Developer", company: "Digital Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg" }, - { id: "4", name: "Sofia Neri", role: "Doctor", company: "City Hospital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg" }, - { id: "5", name: "Giulia Rossi", role: "Lawyer", company: "Studio Legale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-protective-face-mask-while-holding-keys-his-repaired-car-workshop_637285-7744.jpg" } + { id: "3", name: "Luca Verdi", role: "Sviluppatore", company: "Digital Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg" }, + { id: "4", name: "Sofia Neri", role: "Medico", company: "Ospedale Cittadino", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg" }, + { id: "5", name: "Giulia Rossi", role: "Avvocato", company: "Studio Legale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-protective-face-mask-while-holding-keys-his-repaired-car-workshop_637285-7744.jpg" } ]} kpiItems={[ - { value: "4.9/5", label: "Avg Rating" }, - { value: "100%", label: "Reliability" }, - { value: "20min", label: "Avg Response" } + { value: "4.9/5", label: "Valutazione media" }, + { value: "100%", label: "Affidabilità" }, + { value: "20min", label: "Risposta media" } ]} - title="Loved by Turin Drivers" - description="See why busy professionals trust us with their vehicles." + title="Amati dai driver di Torino" + description="Scopri perché i professionisti impegnati si affidano a noi." /> @@ -176,12 +176,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "f1", title: "Do I need to be present?", content: "No, if you have a private spot, we can handle it while you work." }, - { id: "f2", title: "What cleaning products do you use?", content: "We use eco-friendly, professional-grade cleaners safe for all paint." }, - { id: "f3", title: "How long does a wash take?", content: "A standard wash usually takes between 45 to 90 minutes depending on the vehicle." } + { id: "f1", title: "Devo essere presente?", content: "No, se hai un posto auto privato, possiamo procedere mentre lavori." }, + { id: "f2", title: "Quali prodotti usate?", content: "Utilizziamo detergenti eco-friendly di grado professionale, sicuri per ogni carrozzeria." }, + { id: "f3", title: "Quanto dura un lavaggio?", content: "Un lavaggio standard richiede tra i 45 e i 90 minuti a seconda del veicolo." } ]} - title="Common Questions" - description="Find everything you need to know about our service." + title="Domande frequenti" + description="Tutto quello che c'è da sapere sul nostro servizio." faqsAnimation="slide-up" /> @@ -190,19 +190,19 @@ export default function LandingPage() {