From fd3f19cd94ceeeae753e6a72f041a232bef227d8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 10:36:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 635b76b..50aaccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,25 +57,25 @@ export default function LandingPage() { testimonials={[ { name: "María G.", handle: "@mariag", testimonial: "Excelente trato y profesionalidad absoluta.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg", imageAlt: "dental clinic professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=1", imageAlt: "dental clinic professional portrait"}, { name: "Juan R.", handle: "@juanr", testimonial: "La mejor clínica de la ciudad, muy contento.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", imageAlt: "dental clinic professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg?_wi=1", imageAlt: "dental clinic professional portrait"}, { name: "Ana S.", handle: "@anas", testimonial: "Muy detallistas y amables con los niños.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg", imageAlt: "dental clinic professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=1", imageAlt: "dental clinic professional portrait"}, { name: "Pedro M.", handle: "@pedrom", testimonial: "Cero dolor, tratamiento muy eficiente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg", imageAlt: "dental clinic professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg?_wi=1", imageAlt: "dental clinic professional portrait"}, { name: "Lucía P.", handle: "@luciap", testimonial: "Salud dental al mejor nivel, gracias.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg", imageAlt: "dental clinic professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg?_wi=1", imageAlt: "dental clinic professional portrait"}, ]} buttons={[ { text: "Reserva tu cita", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2" imageAlt="dental clinic professional portrait" avatars={[ { @@ -187,13 +187,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "María González", handle: "@mariag", testimonial: "El personal es increíblemente amable.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg"}, + id: "1", name: "María González", handle: "@mariag", testimonial: "El personal es increíblemente amable.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg?_wi=2"}, { - id: "2", name: "Juan Pérez", handle: "@juanp", testimonial: "Un proceso muy rápido y eficiente.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg"}, + id: "2", name: "Juan Pérez", handle: "@juanp", testimonial: "Un proceso muy rápido y eficiente.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=2"}, { - id: "3", name: "Ana López", handle: "@anal", testimonial: "Muy contenta con el resultado final.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg"}, + id: "3", name: "Ana López", handle: "@anal", testimonial: "Muy contenta con el resultado final.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg?_wi=2"}, { - id: "4", name: "Carlos Ruíz", handle: "@carlosr", testimonial: "El mejor dentista de la ciudad.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg"}, + id: "4", name: "Carlos Ruíz", handle: "@carlosr", testimonial: "El mejor dentista de la ciudad.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg?_wi=2"}, { id: "5", name: "Luis Sánchez", handle: "@luiss", testimonial: "Atención impecable en todo momento.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-marriage-eating-breakfast-together_329181-14782.jpg"}, ]} -- 2.49.1