From 0d1f2f2cb603c50834e81dc354fddf9604b5f8c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 19:04:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65518c7..8792fa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-display-mockup-white-background_9975-134379.jpg", + 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", + 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", + 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", + 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", + 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", }, { @@ -117,7 +117,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-display-mockup-white-background_9975-134379.jpg?_wi=2", imageAlt: "ai dashboard healthcare", }, { @@ -125,7 +125,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-doctor-holding-stethoscope_23-2149611224.jpg?_wi=2", imageAlt: "ai medical assistant", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/medical-banner-with-woman-wearing-vr-glasses_23-2149611195.jpg?_wi=2", imageAlt: "data network health", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/view-student-cute-woman-smiling-camera_197531-33567.jpg?_wi=2", imageAlt: "doctor using software", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { 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", + 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", }, ]} @@ -227,7 +227,7 @@ export default function LandingPage() {