Merge version_2 into main #2
175
src/app/page.tsx
175
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Soluzioni",
|
||||
id: "features",
|
||||
},
|
||||
name: "Soluzioni", id: "features"},
|
||||
{
|
||||
name: "Testimonianze",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonianze", id: "testimonials"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="ClinicaAI"
|
||||
/>
|
||||
@@ -52,47 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Recupera i Pazienti che Perdi Ogni Giorno"
|
||||
description="Automatizza la gestione dei richiami e degli appuntamenti con i nostri assistenti AI specializzati per cliniche private. Aumenta il tasso di conversione e migliora l'efficienza operativa."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota una demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prenota una demo", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-display-mockup-white-background_9975-134379.jpg?_wi=1",
|
||||
imageAlt: "AI Dashboard",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-display-mockup-white-background_9975-134379.jpg?_wi=1", imageAlt: "AI Dashboard"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-doctor-holding-stethoscope_23-2149611224.jpg?_wi=1",
|
||||
imageAlt: "Medical AI",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-doctor-holding-stethoscope_23-2149611224.jpg?_wi=1", imageAlt: "Medical AI"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-woman-wearing-vr-glasses_23-2149611195.jpg?_wi=1",
|
||||
imageAlt: "Tech network",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-woman-wearing-vr-glasses_23-2149611195.jpg?_wi=1", imageAlt: "Tech network"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-student-cute-woman-smiling-camera_197531-33567.jpg?_wi=1",
|
||||
imageAlt: "Doctor interface",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-student-cute-woman-smiling-camera_197531-33567.jpg?_wi=1", imageAlt: "Doctor interface"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clinic-registration-counter-waiting-room-lobby-computer-make-checkup-appointments-with-healthcare-report-papers-empty-hospital-reception-desk-with-medical-forms-insurance-support_482257-50666.jpg?_wi=1",
|
||||
imageAlt: "Modern clinic",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/clinic-registration-counter-waiting-room-lobby-computer-make-checkup-appointments-with-healthcare-report-papers-empty-hospital-reception-desk-with-medical-forms-insurance-support_482257-50666.jpg?_wi=1", imageAlt: "Modern clinic"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-doctor-office-equipped-with-modern-medical-equipment-drugs_482257-114058.jpg",
|
||||
imageAlt: "Digital records",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/empty-doctor-office-equipped-with-modern-medical-equipment-drugs_482257-114058.jpg", imageAlt: "Digital records"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,45 +84,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "automazione",
|
||||
title: "Recupero Pazienti",
|
||||
subtitle: "Automazione",
|
||||
description: "Contattiamo automaticamente i pazienti che non hanno prenotato o che hanno interrotto il piano terapeutico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-display-mockup-white-background_9975-134379.jpg?_wi=2",
|
||||
imageAlt: "ai dashboard healthcare",
|
||||
},
|
||||
tag: "automazione", title: "Recupero Pazienti", subtitle: "Automazione", description: "Contattiamo automaticamente i pazienti che non hanno prenotato o che hanno interrotto il piano terapeutico.", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-display-mockup-white-background_9975-134379.jpg?_wi=2", imageAlt: "ai dashboard healthcare"},
|
||||
{
|
||||
tag: "gestione",
|
||||
title: "Agenda Intelligente",
|
||||
subtitle: "Ottimizzazione",
|
||||
description: "Gestione in tempo reale di cancellazioni, spostamenti e riempimento slot vuoti.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-doctor-holding-stethoscope_23-2149611224.jpg?_wi=2",
|
||||
imageAlt: "ai medical assistant",
|
||||
},
|
||||
tag: "gestione", title: "Agenda Intelligente", subtitle: "Ottimizzazione", description: "Gestione in tempo reale di cancellazioni, spostamenti e riempimento slot vuoti.", imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-doctor-holding-stethoscope_23-2149611224.jpg?_wi=2", imageAlt: "ai medical assistant"},
|
||||
{
|
||||
tag: "conversione",
|
||||
title: "Follow-up AI",
|
||||
subtitle: "Customer Care",
|
||||
description: "Risposte immediate via chat e email ai messaggi dei pazienti in attesa di consulto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-woman-wearing-vr-glasses_23-2149611195.jpg?_wi=2",
|
||||
imageAlt: "data network health",
|
||||
},
|
||||
tag: "conversione", title: "Follow-up AI", subtitle: "Customer Care", description: "Risposte immediate via chat e email ai messaggi dei pazienti in attesa di consulto.", imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-woman-wearing-vr-glasses_23-2149611195.jpg?_wi=2", imageAlt: "data network health"},
|
||||
{
|
||||
tag: "analisi",
|
||||
title: "Insight Predittivi",
|
||||
subtitle: "Statistica",
|
||||
description: "Analisi dei dati per prevedere i picchi di richiesta e migliorare la pianificazione.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-student-cute-woman-smiling-camera_197531-33567.jpg?_wi=2",
|
||||
imageAlt: "doctor using software",
|
||||
},
|
||||
tag: "analisi", title: "Insight Predittivi", subtitle: "Statistica", description: "Analisi dei dati per prevedere i picchi di richiesta e migliorare la pianificazione.", imageSrc: "http://img.b2bpic.net/free-photo/view-student-cute-woman-smiling-camera_197531-33567.jpg?_wi=2", imageAlt: "doctor using software"},
|
||||
{
|
||||
tag: "integrazione",
|
||||
title: "Sincronizzazione CRM",
|
||||
subtitle: "Connettività",
|
||||
description: "Si integra perfettamente con il tuo gestionale clinico esistente senza cambiamenti infrastrutturali.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clinic-registration-counter-waiting-room-lobby-computer-make-checkup-appointments-with-healthcare-report-papers-empty-hospital-reception-desk-with-medical-forms-insurance-support_482257-50666.jpg?_wi=2",
|
||||
imageAlt: "modern clinic interior",
|
||||
},
|
||||
tag: "integrazione", title: "Sincronizzazione CRM", subtitle: "Connettività", description: "Si integra perfettamente con il tuo gestionale clinico esistente senza cambiamenti infrastrutturali.", imageSrc: "http://img.b2bpic.net/free-photo/clinic-registration-counter-waiting-room-lobby-computer-make-checkup-appointments-with-healthcare-report-papers-empty-hospital-reception-desk-with-medical-forms-insurance-support_482257-50666.jpg?_wi=2", imageAlt: "modern clinic interior"},
|
||||
]}
|
||||
title="Soluzioni di Automazione AI"
|
||||
description="Potenziamo la tua clinica con strumenti intelligenti per la gestione del paziente."
|
||||
@@ -165,49 +106,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dott. Mario Rossi",
|
||||
handle: "@clinica1",
|
||||
testimonial: "Abbiamo aumentato le visite del 40% in soli due mesi.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-nurse-working-clinic_23-2149868927.jpg",
|
||||
},
|
||||
id: "1", name: "Dott. Mario Rossi", handle: "@clinica_eccellenza", testimonial: "Grazie all'AI, il nostro tasso di recupero pazienti abbandonati è raddoppiato in 3 mesi. Indispensabile.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-nurse-working-clinic_23-2149868927.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dott.ssa Elena Verdi",
|
||||
handle: "@clinica2",
|
||||
testimonial: "Il sistema AI gestisce le chiamate meglio di una segreteria.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309940.jpg",
|
||||
},
|
||||
id: "2", name: "Dott.ssa Elena Verdi", handle: "@dental_care", testimonial: "Gestione appuntamenti automatizzata: zero buchi in agenda e pazienti sempre informati e soddisfatti.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309940.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dott. Luca Bianchi",
|
||||
handle: "@clinica3",
|
||||
testimonial: "Flessibilità incredibile, gestione appuntamenti impeccabile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-using-his-tablet_23-2148231325.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dott.ssa Sara Neri",
|
||||
handle: "@clinica4",
|
||||
testimonial: "Finalmente non perdiamo più pazienti dopo il primo contatto.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dott. Marco Gialli",
|
||||
handle: "@clinica5",
|
||||
testimonial: "Investimento ripagato dal primo mese di attività.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-focused-medical-doctor-modern_1134-829.jpg",
|
||||
},
|
||||
id: "3", name: "Dott. Luca Bianchi", handle: "@centro_medico", testimonial: "L'integrazione è stata immediata. Abbiamo risparmiato 15 ore settimanali di lavoro amministrativo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-using-his-tablet_23-2148231325.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Cosa dicono i Direttori di Clinica"
|
||||
description="Risultati concreti nelle cliniche nostre partner che hanno adottato l'automazione."
|
||||
buttons={[{
|
||||
text: "Scopri di più", href: "#about"
|
||||
}]}
|
||||
title="Successi Clinici"
|
||||
description="Testimonianze reali di cliniche che hanno scalato l'efficienza con il nostro supporto AI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -215,11 +128,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="contatti"
|
||||
title="Pronto a trasformare la tua clinica?"
|
||||
description="Prenota una chiamata strategica gratuita e scopri come l'AI può riportare i tuoi pazienti in clinica."
|
||||
variant: "plain"}}
|
||||
tag="Adozione AI"
|
||||
title="Pronto ad automatizzare la tua clinica?"
|
||||
description="Unisciti a oltre 50 cliniche che utilizzano l'AI per ottimizzare il workflow. Inizia oggi la tua prova gratuita o richiedi una consulenza."
|
||||
buttonText="Richiedi Demo"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-hand-using-his-finger-id-tablet-home-public-place-make-online-purchase_181624-61246.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -231,25 +144,15 @@ export default function LandingPage() {
|
||||
logoText="ClinicaAI"
|
||||
columns={[
|
||||
{
|
||||
title: "Azienda",
|
||||
items: [
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Soluzioni",
|
||||
href: "#features",
|
||||
},
|
||||
title: "Piattaforma", items: [
|
||||
{ label: "Recupero Pazienti", href: "#features" },
|
||||
{ label: "Agenda AI", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
{
|
||||
label: "Supporto",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Azienda", items: [
|
||||
{ label: "Case Study", href: "#testimonials" },
|
||||
{ label: "Contatta un esperto", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user