Merge version_5 into main #4
167
src/app/page.tsx
167
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Servizi",
|
||||
id: "servizi",
|
||||
},
|
||||
name: "Servizi", id: "servizi"},
|
||||
{
|
||||
name: "Abbonamenti",
|
||||
id: "abbonamenti",
|
||||
},
|
||||
name: "Abbonamenti", id: "abbonamenti"},
|
||||
{
|
||||
name: "Regole",
|
||||
id: "regole",
|
||||
},
|
||||
name: "Regole", id: "regole"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contatti",
|
||||
},
|
||||
name: "Contatti", id: "contatti"},
|
||||
]}
|
||||
brandName="Lavaggio a Domicilio"
|
||||
/>
|
||||
@@ -57,13 +49,11 @@ export default function LandingPage() {
|
||||
description="Noi veniamo da te. Tu risparmi tempo. Il tuo autolavaggio a domicilio professionale in tutta Torino e prima cintura."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp: 3XX 0000000",
|
||||
href: "#contatti",
|
||||
},
|
||||
text: "WhatsApp: 3XX 0000000", href: "#contatti"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-3543.jpg"
|
||||
imageAlt="Mobile car wash service in action"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/luxury-car-being-professionally-detailed-by-expert-technician_1268-23485.jpg?w=1200&h=800"
|
||||
imageAlt="Luxury mobile car detailing service"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,20 +64,11 @@ export default function LandingPage() {
|
||||
description="Soluzioni rapide ed efficaci per la cura della tua auto, direttamente a casa tua."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "b1",
|
||||
title: "Esterno Rapido - 20€",
|
||||
content: "Lavaggio carrozzeria, cerchi e vetri con asciugatura a mano. Tempo 25 min.",
|
||||
},
|
||||
id: "b1", title: "Esterno Rapido - 20€", content: "Lavaggio carrozzeria, cerchi e vetri con asciugatura a mano. Tempo 25 min."},
|
||||
{
|
||||
id: "b2",
|
||||
title: "Completo Base - 32€",
|
||||
content: "Esterno rapido più aspirazione interna, plancia, vetri interni e tappetini. Tempo 45 min.",
|
||||
},
|
||||
id: "b2", title: "Completo Base - 32€", content: "Esterno rapido più aspirazione interna, plancia, vetri interni e tappetini. Tempo 45 min."},
|
||||
{
|
||||
id: "b3",
|
||||
title: "Solo Interni - 22€",
|
||||
content: "Aspirazione completa, plancia, plastiche, vetri interni e profumazione. Tempo 30 min.",
|
||||
},
|
||||
id: "b3", title: "Solo Interni - 22€", content: "Aspirazione completa, plancia, plastiche, vetri interni e profumazione. Tempo 30 min."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-female-holding-cleaning-equipment_329181-10221.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -102,20 +83,11 @@ export default function LandingPage() {
|
||||
description="Trattamenti premium per risultati duraturi e una cura profonda del tuo veicolo."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Completo Plus - 45€",
|
||||
content: "Completo base + cera spray effetto bagnato + nero gomme + cura dettagli. Durata 3 settimane.",
|
||||
},
|
||||
id: "p1", title: "Completo Plus - 45€", content: "Completo base + cera spray effetto bagnato + nero gomme + cura dettagli. Durata 3 settimane."},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Rinnova Interni - 40€",
|
||||
content: "Solo interni + pulizia sedili tessuto + vapore + pelle trattata.",
|
||||
},
|
||||
id: "p2", title: "Rinnova Interni - 40€", content: "Solo interni + pulizia sedili tessuto + vapore + pelle trattata."},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Extra e Opzioni",
|
||||
content: "SUV +5€, Sedili pelle +15€, Sanificazione Ozono +15€, Decontaminazione cerchi +8€.",
|
||||
},
|
||||
id: "p3", title: "Extra e Opzioni", content: "SUV +5€, Sedili pelle +15€, Sanificazione Ozono +15€, Decontaminazione cerchi +8€."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6629.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -131,22 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "abbonamento-mensile",
|
||||
title: "Pacchetto 4 Lavaggi",
|
||||
price: "115€",
|
||||
period: "invece di 128€",
|
||||
features: [
|
||||
"4 Lavaggi Completo Base",
|
||||
"Valido 3 mesi",
|
||||
"Priorità di prenotazione",
|
||||
],
|
||||
id: "abbonamento-mensile", title: "Pacchetto 4 Lavaggi", price: "115€", period: "invece di 128€", features: [
|
||||
"4 Lavaggi Completo Base", "Valido 3 mesi", "Priorità di prenotazione"],
|
||||
button: {
|
||||
text: "Richiedi ora",
|
||||
href: "#contatti",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193578.jpg",
|
||||
imageAlt: "car polish wax application",
|
||||
},
|
||||
text: "Richiedi ora", href: "#contatti"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193578.jpg", imageAlt: "car polish wax application"},
|
||||
]}
|
||||
title="Abbonamenti Risparmio"
|
||||
description="Risparmia chiamandoci regolarmente. 1 lavaggio gratis ogni 4 effettuati."
|
||||
@@ -159,25 +120,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "r1",
|
||||
title: "Pagamento",
|
||||
content: "Accettiamo contanti o Satispay direttamente a fine lavoro.",
|
||||
},
|
||||
id: "r1", title: "Pagamento", content: "Accettiamo contanti o Satispay direttamente a fine lavoro."},
|
||||
{
|
||||
id: "r2",
|
||||
title: "Acqua",
|
||||
content: "Se non hai un punto acqua, usiamo le nostre taniche con un piccolo contributo di 3€.",
|
||||
},
|
||||
id: "r2", title: "Acqua", content: "Se non hai un punto acqua, usiamo le nostre taniche con un piccolo contributo di 3€."},
|
||||
{
|
||||
id: "r3",
|
||||
title: "Condominio",
|
||||
content: "Verifica con l'amministratore. Se non possibile lavare esternamente, effettuiamo solo interni.",
|
||||
},
|
||||
id: "r3", title: "Condominio", content: "Verifica con l'amministratore. Se non possibile lavare esternamente, effettuiamo solo interni."},
|
||||
{
|
||||
id: "r4",
|
||||
title: "Disdetta",
|
||||
content: "Disdetta entro 2h prima per evitare 10€ di penale.",
|
||||
},
|
||||
id: "r4", title: "Disdetta", content: "Disdetta entro 2h prima per evitare 10€ di penale."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-team-office-clerks-checking-accounting-figures-paperwork_482257-123736.jpg"
|
||||
title="Regole Chiare"
|
||||
@@ -196,25 +145,15 @@ export default function LandingPage() {
|
||||
author="Marco V."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/anxious-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-orange-wall-with-copy-space_141793-116438.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/anxious-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-orange-wall-with-copy-space_141793-116438.jpg", alt: "Cliente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "Cliente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", alt: "Cliente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", alt: "Cliente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-model-posing_23-2149154619.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-model-posing_23-2149154619.jpg", alt: "Cliente 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -226,14 +165,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Torino Centro",
|
||||
"Crocetta",
|
||||
"San Salvario",
|
||||
"Lingotto",
|
||||
"Cit Turin",
|
||||
"Santa Rita",
|
||||
"Vanchiglia",
|
||||
]}
|
||||
"Torino Centro", "Crocetta", "San Salvario", "Lingotto", "Cit Turin", "Santa Rita", "Vanchiglia"]}
|
||||
title="Presenti in tutta Torino"
|
||||
description="Copertura gratuita su Torino e prima cintura. Oltre 10km dal centro, piccolo supplemento."
|
||||
/>
|
||||
@@ -246,28 +178,17 @@ export default function LandingPage() {
|
||||
description="Lasciaci i tuoi dati e ti ricontatteremo per fissare l'appuntamento."
|
||||
inputs={[
|
||||
{
|
||||
name: "nome",
|
||||
type: "text",
|
||||
placeholder: "Nome e Cognome",
|
||||
required: true,
|
||||
name: "nome", type: "text", placeholder: "Nome e Cognome", required: true,
|
||||
},
|
||||
{
|
||||
name: "telefono",
|
||||
type: "tel",
|
||||
placeholder: "Telefono/WhatsApp",
|
||||
required: true,
|
||||
name: "telefono", type: "tel", placeholder: "Telefono/WhatsApp", required: true,
|
||||
},
|
||||
{
|
||||
name: "auto",
|
||||
type: "text",
|
||||
placeholder: "Modello Auto",
|
||||
required: true,
|
||||
name: "auto", type: "text", placeholder: "Modello Auto", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "note",
|
||||
placeholder: "Note, servizi richiesti, indirizzo",
|
||||
rows: 3,
|
||||
name: "note", placeholder: "Note, servizi richiesti, indirizzo", rows: 3,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-job_52683-101622.jpg"
|
||||
@@ -280,33 +201,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Servizi",
|
||||
items: [
|
||||
title: "Servizi", items: [
|
||||
{
|
||||
label: "Servizi Base",
|
||||
href: "#servizi",
|
||||
},
|
||||
label: "Servizi Base", href: "#servizi"},
|
||||
{
|
||||
label: "Servizi Plus",
|
||||
href: "#servizi-plus",
|
||||
},
|
||||
label: "Servizi Plus", href: "#servizi-plus"},
|
||||
{
|
||||
label: "Abbonamenti",
|
||||
href: "#abbonamenti",
|
||||
},
|
||||
label: "Abbonamenti", href: "#abbonamenti"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informazioni",
|
||||
items: [
|
||||
title: "Informazioni", items: [
|
||||
{
|
||||
label: "Regole",
|
||||
href: "#regole",
|
||||
},
|
||||
label: "Regole", href: "#regole"},
|
||||
{
|
||||
label: "Prenotazioni",
|
||||
href: "#contatti",
|
||||
},
|
||||
label: "Prenotazioni", href: "#contatti"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--accent: #a8a8a8;
|
||||
--background-accent: #d4d4d4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user