Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-14 21:00:08 +00:00

View File

@@ -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"