From 7836c73a57fac922cbe2004c3fd540f985a34936 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:26:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 120 +++++++++++++++++++---------------------------- 1 file changed, 47 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6dc3177..62b729f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Droplets, Shield, Sparkles, Wrench } from "lucide-react"; +import { Droplets, Shield, Sparkles, Wrench, Info, Zap, AlertTriangle } from "lucide-react"; export default function LandingPage() { return ( @@ -46,39 +46,25 @@ export default function LandingPage() {
@@ -110,15 +97,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Esterno Base", price: "€29", imageSrc: "http://img.b2bpic.net/free-vector/detergent-wash-labels-design-set-two_1017-25961.jpg" }, - { id: "p2", name: "Interno Base", price: "€35", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg" }, - { id: "p3", name: "Dettaglio Completo", price: "€59", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193142.jpg" }, - { id: "p4", name: "Cera Premium", price: "€45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg" }, - { id: "p5", name: "Family Pack", price: "€99", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-car-front-glass_53876-30980.jpg" }, - { id: "p6", name: "Express Rapido", price: "€19", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193169.jpg" } + { id: "p1", name: "Lavaggio Base Esterno", price: "€29", imageSrc: "http://img.b2bpic.net/free-vector/detergent-wash-labels-design-set-two_1017-25961.jpg" }, + { id: "p2", name: "Interni Profondi", price: "€35", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg" }, + { id: "p3", name: "Full Detailing Pack", price: "€59", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193142.jpg" } ]} - title="Prezzi trasparenti" - description="Scegli il pacchetto di lavaggio perfetto per le esigenze della tua auto." + title="Listino Prezzi" + description="Soluzioni trasparenti senza costi nascosti. Prenota il tuo pacchetto ideale oggi." /> @@ -129,23 +113,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - 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: "subscription-basic", title: "Piano Mensile Essenziale", price: "€49", period: "/mese", features: ["1 Lavaggio Completo", "Prenotazione prioritaria", "Accesso prioritario in agenda"], + button: { text: "Abbonati via WhatsApp", href: "https://wa.me/393331234567" } }, { - 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: "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" + id: "subscription-pro", title: "Piano Pro", price: "€89", period: "/mese", features: ["2 Lavaggi Completi", "Sanificazione sedili inclusa", "Supporto dedicato"], + button: { text: "Abbonati via WhatsApp", href: "https://wa.me/393331234567" } } ]} - title="Piani in abbonamento" - description="Risparmia con i nostri pacchetti mensili regolari." + title="Abbonamenti per professionisti" + description="La comodità dell'abbonamento per mantenere la tua auto sempre perfetta." /> @@ -155,19 +132,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { 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: "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" } + { id: "1", name: "Giulia T.", role: "Avvocato", company: "Studio Torino", rating: 5 }, + { id: "2", name: "Marco V.", role: "Manager", company: "Business Solutions", rating: 5 } ]} kpiItems={[ - { value: "4.9/5", label: "Valutazione media" }, + { value: "4.9/5", label: "Qualità percepita" }, { value: "100%", label: "Affidabilità" }, - { value: "20min", label: "Risposta media" } + { value: "95%", label: "Clienti fedeli" } ]} - title="Amati dai driver di Torino" - description="Scopri perché i professionisti impegnati si affidano a noi." + title="Cosa dicono i nostri clienti" + description="La soddisfazione del cliente è il nostro obiettivo principale a Torino." /> @@ -176,12 +150,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { 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." } + { id: "f1", title: "Dove operiamo?", content: "Serviamo tutta Torino e le zone limitrofe con il nostro centro mobile." }, + { id: "f2", title: "Come posso pagare?", content: "Accettiamo contanti, bonifici o pagamenti digitali via link di pagamento inviato post-servizio." }, + { id: "f3", title: "Ci sono limiti per gli interni?", content: "La pulizia interna richiede accesso ai sedili; in caso di sedili molto sporchi, i tempi possono variare." } ]} - title="Domande frequenti" - description="Tutto quello che c'è da sapere sul nostro servizio." + title="Domande Frequenti" + description="Trova le risposte ai tuoi dubbi sul servizio di lavaggio mobile." faqsAnimation="slide-up" /> @@ -190,19 +164,19 @@ export default function LandingPage() {