4 Commits

Author SHA1 Message Date
73f296b825 Update src/app/page.tsx 2026-04-19 20:23:12 +00:00
44168825ad Merge version_1 into main
Merge version_1 into main
2026-04-19 20:20:48 +00:00
2f65b82db6 Merge version_1 into main
Merge version_1 into main
2026-04-19 20:20:24 +00:00
a94e59c32f Merge version_1 into main
Merge version_1 into main
2026-04-19 20:19:57 +00:00

View File

@@ -32,12 +32,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "Chi Siamo", id: "about" },
{ name: "Services", id: "services" }, { name: "Servizi", id: "services" },
{ name: "Pricing", id: "pricing" }, { name: "Listino", id: "pricing" },
{ name: "Reviews", id: "testimonials" }, { name: "Recensioni", id: "testimonials" },
{ name: "FAQ", id: "faq" }, { name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" } { name: "Contatti", id: "contact" }
]} ]}
brandName="TurinWash" brandName="TurinWash"
/> />
@@ -46,26 +46,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Your car washed. You keep working." title="La tua auto pulita. Mentre tu lavori."
description="We come to you in Turin in 25 minutes to 1 hour. Professional hand wash, transparent pricing, book via WhatsApp—no appointments, no surprises." description="Arriviamo da te a Torino in un tempo compreso tra 25 minuti e 1 ora. Lavaggio a mano professionale, prezzi trasparenti, prenota via WhatsApp: niente appuntamenti, nessuna sorpresa."
buttons={[{ text: "Book now on WhatsApp", href: "https://wa.me/393331234567" }]} buttons={[{ text: "Prenota ora su WhatsApp", href: "https://wa.me/393331234567" }]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-cleaning-gym-equipment_23-2148766019.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-cleaning-gym-equipment_23-2148766019.jpg?_wi=1"
imageAlt="Professional mobile car wash in Turin" imageAlt="Lavaggio auto a domicilio professionale a Torino"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194085.jpg", alt: "Customer 1" }, { src: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194085.jpg", alt: "Cliente 1" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg", alt: "Customer 2" }, { src: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg", alt: "Cliente 2" },
{ src: "http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-chair_23-2148506335.jpg", alt: "Customer 3" }, { src: "http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-chair_23-2148506335.jpg", alt: "Cliente 3" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212254.jpg", alt: "Customer 4" }, { src: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212254.jpg", alt: "Cliente 4" },
{ src: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358941.jpg", alt: "Customer 5" } { src: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358941.jpg", alt: "Cliente 5" }
]} ]}
avatarText="Trusted by 500+ professionals" avatarText="Scelto da 500+ professionisti"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "Rapid Response" }, { type: "text", text: "Risposta Rapida" },
{ type: "text", text: "Eco-Friendly Products" }, { type: "text", text: "Prodotti Eco-Friendly" },
{ type: "text", text: "Mobile Service" }, { type: "text", text: "Servizio Mobile" },
{ type: "text", text: "Turin Wide" }, { type: "text", text: "Torino e Provincia" },
{ type: "text", text: "Professional Detailers" } { type: "text", text: "Detailer Professionisti" }
]} ]}
/> />
</div> </div>
@@ -73,12 +73,12 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Convenience at Your Doorstep" title="Comodità a casa tua"
description="Stop wasting time at traditional car washes. Our professional team brings quality, eco-friendly cleaning services directly to your home or office in Turin." description="Smetti di perdere tempo ai lavaggi tradizionali. Il nostro team porta servizi di pulizia professionali ed eco-friendly direttamente a casa tua o in ufficio a Torino."
metrics={[ metrics={[
{ value: "25min", title: "Rapid Arrival" }, { value: "25min", title: "Arrivo Rapido" },
{ value: "500+", title: "Happy Cars" }, { value: "500+", title: "Auto Pulite" },
{ value: "100%", title: "Satisfaction" } { value: "100%", title: "Soddisfazione" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/customer-text-messaging-mobile-phone_1170-1372.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/customer-text-messaging-mobile-phone_1170-1372.jpg?_wi=1"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -92,14 +92,14 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ icon: Sparkles, title: "Hand Wash Exterior", description: "Gentle, thorough exterior hand wash to protect your paint." }, { icon: Sparkles, title: "Lavaggio a mano esterno", description: "Lavaggio esterno accurato per proteggere la tua carrozzeria." },
{ icon: Droplets, title: "Deep Interior Clean", description: "Professional vacuuming and detailing for a spotless interior." }, { icon: Droplets, title: "Pulizia interna profonda", description: "Aspirazione professionale e cura dei dettagli per interni impeccabili." },
{ icon: Shield, title: "Protective Wax", description: "High-quality wax application for lasting shine and protection." }, { icon: Shield, title: "Cera Protettiva", description: "Applicazione di cera di alta qualità per lucentezza e protezione duratura." },
{ icon: Droplets, title: "Eco-Friendly Cleaning", description: "Water-saving technology safe for your car and the environment." }, { icon: Droplets, title: "Pulizia Eco-Friendly", description: "Tecnologia a risparmio idrico sicura per l'auto e per l'ambiente." },
{ icon: Wrench, title: "Safety Inspection", description: "A quick visual check to ensure your vehicle is ready for the road." } { icon: Wrench, title: "Check di Sicurezza", description: "Un rapido controllo visivo per assicurare che la tua auto sia pronta per la strada." }
]} ]}
title="Our Professional Process" title="Il nostro processo professionale"
description="Quality cleaning using specialized equipment for exceptional results." description="Pulizia di qualità con attrezzature specializzate per risultati eccezionali."
/> />
</div> </div>
@@ -110,15 +110,15 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Exterior Basic", price: "€29", imageSrc: "http://img.b2bpic.net/free-vector/detergent-wash-labels-design-set-two_1017-25961.jpg" }, { 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: "Interior Basic", price: "€35", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.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: "Full Detail", price: "€59", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193142.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: "Premium Wax", price: "€45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.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: "p5", name: "Family Pack", price: "€99", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-car-front-glass_53876-30980.jpg" },
{ id: "p6", name: "Express Quick", price: "€19", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193169.jpg" } { id: "p6", name: "Express Rapido", price: "€19", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193169.jpg" }
]} ]}
title="Transparent Pricing" title="Prezzi trasparenti"
description="Choose the wash package that fits your vehicle needs." description="Scegli il pacchetto di lavaggio perfetto per le esigenze della tua auto."
/> />
</div> </div>
@@ -129,23 +129,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic-plan", title: "Basic Maintenance", price: "€49", period: "/mo", features: ["1 Exterior wash", "Monthly vacuum"], id: "basic-plan", title: "Manutenzione Base", price: "€49", period: "/mese", features: ["1 Lavaggio esterno", "Aspirazione mensile"],
button: { text: "Book Now", href: "https://wa.me/393331234567" }, button: { text: "Prenota", 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" 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"], id: "pro-plan", title: "Cura Pro", price: "€89", period: "/mese", features: ["2 Dettagli completi", "Prenotazione prioritaria"],
button: { text: "Book Now", href: "https://wa.me/393331234567" }, 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: "car wash sponge bucket water" 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"], id: "premium-plan", title: "Flotta Premium", price: "€149", period: "/mese", features: ["4 Dettagli completi", "Supporto VIP"],
button: { text: "Book Now", href: "https://wa.me/393331234567" }, 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: "car wash sponge bucket water" imageSrc: "http://img.b2bpic.net/free-photo/customer-text-messaging-mobile-phone_1170-1372.jpg?_wi=2", imageAlt: "lavaggio auto"
} }
]} ]}
title="Subscription Plans" title="Piani in abbonamento"
description="Save on regular cleaning with our monthly packages." description="Risparmia con i nostri pacchetti mensili regolari."
/> />
</div> </div>
@@ -155,19 +155,19 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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: "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: "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: "Doctor", company: "City Hospital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.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: "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: "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={[ kpiItems={[
{ value: "4.9/5", label: "Avg Rating" }, { value: "4.9/5", label: "Valutazione media" },
{ value: "100%", label: "Reliability" }, { value: "100%", label: "Affidabilità" },
{ value: "20min", label: "Avg Response" } { value: "20min", label: "Risposta media" }
]} ]}
title="Loved by Turin Drivers" title="Amati dai driver di Torino"
description="See why busy professionals trust us with their vehicles." description="Scopri perché i professionisti impegnati si affidano a noi."
/> />
</div> </div>
@@ -176,12 +176,12 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ 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: "f1", title: "Devo essere presente?", content: "No, se hai un posto auto privato, possiamo procedere mentre lavori." },
{ id: "f2", title: "What cleaning products do you use?", content: "We use eco-friendly, professional-grade cleaners safe for all paint." }, { id: "f2", title: "Quali prodotti usate?", content: "Utilizziamo detergenti eco-friendly di grado professionale, sicuri per ogni carrozzeria." },
{ 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: "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" title="Domande frequenti"
description="Find everything you need to know about our service." description="Tutto quello che c'è da sapere sul nostro servizio."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -190,19 +190,19 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
tag="Ready to shine?" tag="Pronto a brillare?"
title="Book your mobile wash in seconds" title="Prenota in pochi secondi"
description="Message us on WhatsApp to secure your slot in Turin. We're ready when you are." description="Scrivici su WhatsApp per bloccare il tuo slot a Torino. Siamo pronti quando lo sei tu."
buttons={[{ text: "WhatsApp Booking", href: "https://wa.me/393331234567" }]} buttons={[{ text: "Prenota ora", href: "https://wa.me/393331234567" }]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={[ columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] }, { title: "Azienda", items: [{ label: "Chi Siamo", href: "#about" }, { label: "Contatti", href: "#contact" }] },
{ title: "Services", items: [{ label: "Exterior", href: "#services" }, { label: "Interior", href: "#services" }] }, { title: "Servizi", items: [{ label: "Esterno", href: "#services" }, { label: "Interno", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } { title: "Legale", items: [{ label: "Privacy Policy", href: "#" }, { label: "Termini di Servizio", href: "#" }] }
]} ]}
logoText="TurinWash" logoText="TurinWash"
/> />