From c19f5faa37660a85204102376ea061e0dfabb30d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:43:31 +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 111230d..a3b2e21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@paciente", testimonial: "The best dental clinic in Ecuador… excellent care, attentive and patient service, very kind team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg?_wi=1", imageAlt: "dentista profesional atendiendo paciente", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@paciente", testimonial: "Un lugar espectacular!! La mejor atención, cuidado y tratamiento en Quito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg?_wi=1", imageAlt: "dentista profesional atendiendo paciente", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@paciente", testimonial: "Excelente servicio, muy profesionales y amables en todo momento.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg?_wi=1", imageAlt: "dentista profesional atendiendo paciente", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@paciente", testimonial: "La mejor clínica dental, recomendada al 100% por su calidez.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg?_wi=1", imageAlt: "dentista profesional atendiendo paciente", }, { @@ -112,7 +112,7 @@ export default function LandingPage() { href: "https://wa.me/593963105693", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", @@ -253,7 +253,7 @@ export default function LandingPage() { handle: "@paciente", testimonial: "Un lugar espectacular!! La mejor atención, cuidado y tratamiento en Quito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg?_wi=3", imageAlt: "Dentist posing in office with surgical mask", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { handle: "@paciente", testimonial: "La atención es de primer nivel, muy humana y profesional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg?_wi=2", imageAlt: "Dentist posing in office with surgical mask", }, { @@ -271,7 +271,7 @@ export default function LandingPage() { handle: "@paciente", testimonial: "Clínica Dental World es simplemente la mejor opción en Quito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg?_wi=2", imageAlt: "Dentist posing in office with surgical mask", }, { @@ -280,7 +280,7 @@ export default function LandingPage() { handle: "@paciente", testimonial: "Muy agradecido por el trato recibido en mi ortodoncia.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg?_wi=2", imageAlt: "Dentist posing in office with surgical mask", }, ]} @@ -311,7 +311,7 @@ export default function LandingPage() { content: "En Fray Leonardo Murialdo N57-133, Quito.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg" + imageSrc="http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg?_wi=3" mediaAnimation="slide-up" title="Preguntas Frecuentes" description="Estamos aquí para resolver tus dudas." @@ -344,7 +344,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg?_wi=3" /> -- 2.49.1