Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27fb03ad0e | |||
| 0f79a2b81a | |||
| e2e3173910 | |||
| d5a9793009 | |||
| 49bd5d8e9e | |||
| c136adc09d | |||
| 1299523cf3 | |||
| 30af70b338 |
@@ -63,19 +63,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}
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Sobre MediMarket Pro"
|
||||
description="Somos un equipo especializado en marketing digital para profesionales de la salud. Con más de 8 años de experiencia, hemos ayudado a más de 500 médicos, dentistas y clínicas a transformar su práctica. Entendemos los desafíos únicos de un consultorio médico y creamos estrategias personalizadas que generan resultados reales."
|
||||
description="Somos un equipo especializado en marketing digital para profesionales de la salud. Con más de 2 años de experiencia, hemos ayudado a más de 50 médicos, dentistas y clínicas a transformar su práctica. Entendemos los desafíos únicos de un consultorio médico y creamos estrategias personalizadas que generan resultados reales."
|
||||
tag="Expertos en Marketing Médico"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -252,7 +252,6 @@ export default function LandingPage() {
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre Nosotros", href: "#about" },
|
||||
{ label: "Testimonios", href: "#testimonials" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Contacto", href: "#contact" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user