Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d299e3b2b6 | |||
| f6e0acfa1f | |||
| add31390f5 | |||
| 255e184d0e | |||
| 826c0aaed1 |
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
tagIcon={Stethoscope}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[{ text: "Agendar Consulta Gratuita (Gratis)", href: "#contact" }]}
|
||||
buttons={[{ text: "Agendar Consulta", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
@@ -135,10 +135,10 @@ export default function LandingPage() {
|
||||
tagIcon={Target}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ id: "patients", icon: Users, title: "Más Pacientes", value: "+85%" },
|
||||
{ id: "visibility", icon: Eye, title: "Mayor Visibilidad", value: "+150%" },
|
||||
{ id: "professional", icon: Briefcase, title: "Imagen Profesional", value: "Garantizada" },
|
||||
{ id: "time", icon: Zap, title: "Ahorro de Tiempo", value: "-60%" }
|
||||
{ id: "patients", icon: Users, title: "Más Pacientes", value: "" },
|
||||
{ id: "visibility", icon: Eye, title: "Mayor Visibilidad", value: "" },
|
||||
{ id: "professional", icon: Briefcase, title: "Imagen Profesional", value: "" },
|
||||
{ id: "time", icon: Zap, title: "Ahorro de Tiempo", value: "" }
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Sobre MediMarket Pro"
|
||||
title="Sobre Ideory"
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user