Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73f296b825 | |||
| 44168825ad | |||
| 2f65b82db6 | |||
| a94e59c32f |
144
src/app/page.tsx
144
src/app/page.tsx
@@ -32,12 +32,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Chi Siamo", id: "about" },
|
||||
{ name: "Servizi", id: "services" },
|
||||
{ name: "Listino", id: "pricing" },
|
||||
{ name: "Recensioni", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contatti", id: "contact" }
|
||||
]}
|
||||
brandName="TurinWash"
|
||||
/>
|
||||
@@ -46,26 +46,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Your car washed. You keep working."
|
||||
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."
|
||||
buttons={[{ text: "Book now on WhatsApp", href: "https://wa.me/393331234567" }]}
|
||||
title="La tua auto pulita. Mentre tu lavori."
|
||||
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: "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"
|
||||
imageAlt="Professional mobile car wash in Turin"
|
||||
imageAlt="Lavaggio auto a domicilio professionale a Torino"
|
||||
mediaAnimation="slide-up"
|
||||
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/beautiful-car-interior-clean-up-service_23-2149212258.jpg", alt: "Customer 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/beautiful-car-interior-clean-up-service_23-2149212254.jpg", alt: "Customer 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/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: "Cliente 2" },
|
||||
{ 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: "Cliente 4" },
|
||||
{ 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={[
|
||||
{ type: "text", text: "Rapid Response" },
|
||||
{ type: "text", text: "Eco-Friendly Products" },
|
||||
{ type: "text", text: "Mobile Service" },
|
||||
{ type: "text", text: "Turin Wide" },
|
||||
{ type: "text", text: "Professional Detailers" }
|
||||
{ type: "text", text: "Risposta Rapida" },
|
||||
{ type: "text", text: "Prodotti Eco-Friendly" },
|
||||
{ type: "text", text: "Servizio Mobile" },
|
||||
{ type: "text", text: "Torino e Provincia" },
|
||||
{ type: "text", text: "Detailer Professionisti" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,12 +73,12 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Convenience at Your Doorstep"
|
||||
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."
|
||||
title="Comodità a casa tua"
|
||||
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={[
|
||||
{ value: "25min", title: "Rapid Arrival" },
|
||||
{ value: "500+", title: "Happy Cars" },
|
||||
{ value: "100%", title: "Satisfaction" }
|
||||
{ value: "25min", title: "Arrivo Rapido" },
|
||||
{ value: "500+", title: "Auto Pulite" },
|
||||
{ value: "100%", title: "Soddisfazione" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-text-messaging-mobile-phone_1170-1372.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -92,14 +92,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ icon: Sparkles, title: "Hand Wash Exterior", description: "Gentle, thorough exterior hand wash to protect your paint." },
|
||||
{ icon: Droplets, title: "Deep Interior Clean", description: "Professional vacuuming and detailing for a spotless interior." },
|
||||
{ icon: Shield, title: "Protective Wax", description: "High-quality wax application for lasting shine and protection." },
|
||||
{ icon: Droplets, title: "Eco-Friendly Cleaning", description: "Water-saving technology safe for your car and the environment." },
|
||||
{ icon: Wrench, title: "Safety Inspection", description: "A quick visual check to ensure your vehicle is ready for the road." }
|
||||
{ icon: Sparkles, title: "Lavaggio a mano esterno", description: "Lavaggio esterno accurato per proteggere la tua carrozzeria." },
|
||||
{ icon: Droplets, title: "Pulizia interna profonda", description: "Aspirazione professionale e cura dei dettagli per interni impeccabili." },
|
||||
{ icon: Shield, title: "Cera Protettiva", description: "Applicazione di cera di alta qualità per lucentezza e protezione duratura." },
|
||||
{ icon: Droplets, title: "Pulizia Eco-Friendly", description: "Tecnologia a risparmio idrico sicura per l'auto e per l'ambiente." },
|
||||
{ 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"
|
||||
description="Quality cleaning using specialized equipment for exceptional results."
|
||||
title="Il nostro processo professionale"
|
||||
description="Pulizia di qualità con attrezzature specializzate per risultati eccezionali."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,15 +110,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
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: "p2", name: "Interior Basic", 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: "p4", name: "Premium Wax", price: "€45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.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: "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 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"
|
||||
description="Choose the wash package that fits your vehicle needs."
|
||||
title="Prezzi trasparenti"
|
||||
description="Scegli il pacchetto di lavaggio perfetto per le esigenze della tua auto."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -190,19 +190,19 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ready to shine?"
|
||||
title="Book your mobile wash in seconds"
|
||||
description="Message us on WhatsApp to secure your slot in Turin. We're ready when you are."
|
||||
buttons={[{ text: "WhatsApp Booking", href: "https://wa.me/393331234567" }]}
|
||||
tag="Pronto a brillare?"
|
||||
title="Prenota in pochi secondi"
|
||||
description="Scrivici su WhatsApp per bloccare il tuo slot a Torino. Siamo pronti quando lo sei tu."
|
||||
buttons={[{ text: "Prenota ora", href: "https://wa.me/393331234567" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Services", items: [{ label: "Exterior", href: "#services" }, { label: "Interior", href: "#services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
{ title: "Azienda", items: [{ label: "Chi Siamo", href: "#about" }, { label: "Contatti", href: "#contact" }] },
|
||||
{ title: "Servizi", items: [{ label: "Esterno", href: "#services" }, { label: "Interno", href: "#services" }] },
|
||||
{ title: "Legale", items: [{ label: "Privacy Policy", href: "#" }, { label: "Termini di Servizio", href: "#" }] }
|
||||
]}
|
||||
logoText="TurinWash"
|
||||
/>
|
||||
@@ -210,4 +210,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user