From 49bd5d8e9e3f8a50d53b5e632e5729128a1ca584 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 21:00:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 270fc86..57d3add 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,19 +65,19 @@ export default function LandingPage() { testimonials={[ { name: "Dra. María González", handle: "Dermatóloga", testimonial: "Aumentamos nuestro flujo de pacientes en 85% en solo 6 meses. El equipo fue extraordinario.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308271.jpg", imageAlt: "Dra. María González" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308271.jpg?_wi=1", imageAlt: "Dra. María González" }, { name: "Dr. Carlos Mendez", handle: "Cardiólogo", testimonial: "La estrategia de Google Maps nos posicionó como referencia en la ciudad. Totalmente recomendado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg", imageAlt: "Dr. Carlos Mendez" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg?_wi=1", imageAlt: "Dr. Carlos Mendez" }, { name: "Dra. Ana Rodríguez", handle: "Odontóloga", testimonial: "El sistema de reservas online redujo nuestro trabajo administrativo a la mitad. Excelente resultado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg", imageAlt: "Dra. Ana Rodríguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg?_wi=1", imageAlt: "Dra. Ana Rodríguez" }, { name: "Dr. Roberto Silva", handle: "Oftalmólogo", testimonial: "Las redes sociales de MediMarket Pro humanizaron mi consulta. Los pacientes se sienten más conectados.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-specialist-doctor-with-stethoscope-working-medical-treatment-hospital-office-practitioner-man-analyzing-pharmaceutical-prescription-report-healthcare-service_482257-28696.jpg", imageAlt: "Dr. Roberto Silva" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-specialist-doctor-with-stethoscope-working-medical-treatment-hospital-office-practitioner-man-analyzing-pharmaceutical-prescription-report-healthcare-service_482257-28696.jpg?_wi=1", imageAlt: "Dr. Roberto Silva" } ]} testimonialRotationInterval={5000} @@ -159,16 +159,16 @@ export default function LandingPage() { tagAnimation="slide-up" members={[ { - id: "1", name: "Juan Ramírez", role: "Especialista en Google Ads", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg", imageAlt: "Juan Ramírez" + id: "1", name: "Juan Ramírez", role: "Especialista en Google Ads", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg?_wi=2", imageAlt: "Juan Ramírez" }, { - id: "2", name: "Carolina López", role: "Especialista en Redes Sociales", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg", imageAlt: "Carolina López" + id: "2", name: "Carolina López", role: "Especialista en Redes Sociales", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg?_wi=2", imageAlt: "Carolina López" }, { - id: "3", name: "Miguel Torres", role: "Diseñador Web y UX", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308271.jpg", imageAlt: "Miguel Torres" + id: "3", name: "Miguel Torres", role: "Diseñador Web y UX", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308271.jpg?_wi=2", imageAlt: "Miguel Torres" }, { - id: "4", name: "Ana Martínez", role: "Especialista en SEO Local", imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-specialist-doctor-with-stethoscope-working-medical-treatment-hospital-office-practitioner-man-analyzing-pharmaceutical-prescription-report-healthcare-service_482257-28696.jpg", imageAlt: "Ana Martínez" + id: "4", name: "Ana Martínez", role: "Especialista en SEO Local", imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-specialist-doctor-with-stethoscope-working-medical-treatment-hospital-office-practitioner-man-analyzing-pharmaceutical-prescription-report-healthcare-service_482257-28696.jpg?_wi=2", imageAlt: "Ana Martínez" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1