Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17f03fcd01 | |||
| a75a2cc4e0 | |||
| a290b40c09 | |||
| 870a725052 | |||
| 27fb03ad0e | |||
| 0f79a2b81a | |||
| e2e3173910 | |||
| d5a9793009 | |||
| 49bd5d8e9e | |||
| c136adc09d | |||
| 1299523cf3 | |||
| 30af70b338 |
@@ -7,9 +7,10 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Award, BarChart3, Briefcase, Calendar, CheckCircle, Clock, Eye, Globe, MapPin, Share2, Sparkles, Star, Stethoscope, Target, TrendingUp, Users, Zap } from 'lucide-react';
|
||||
import { Award, BarChart3, Briefcase, Calendar, CheckCircle, Clock, Eye, Globe, MapPin, Phone, Share2, Sparkles, Star, Stethoscope, Target, TrendingUp, Users, Zap } from 'lucide-react';
|
||||
|
||||
const navItems = [
|
||||
{ name: "Inicio", id: "hero" },
|
||||
@@ -17,6 +18,7 @@ const navItems = [
|
||||
{ name: "Beneficios", id: "benefits" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Equipo", id: "team" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
];
|
||||
|
||||
@@ -58,24 +60,24 @@ export default function LandingPage() {
|
||||
tagIcon={Stethoscope}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[{ text: "Agenda una consulta gratuita", href: "#contact" }]}
|
||||
buttons={[{ text: "Agendar Consulta Gratuita (Gratis)", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
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,18 +187,43 @@ 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"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-doctors-cooperating-while-examining-xray-patient-hopital_637285-11164.jpg"
|
||||
imageAlt="Equipo MediMarket Pro"
|
||||
buttons={[{ text: "Conocer nuestro equipo", href: "#contact" }]}
|
||||
buttons={[{ text: "Conocer nuestro equipo", href: "#team" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
title="Nuestro Equipo de Expertos"
|
||||
tag="Profesionales Comprometidos"
|
||||
tagAnimation="slide-up"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Juan Carlos García", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg", imageAlt: "Juan Carlos García - Especialista en Marketing Digital"
|
||||
},
|
||||
{
|
||||
id: "2", name: "María Rodríguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308271.jpg", imageAlt: "María Rodríguez - Especialista en Redes Sociales"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Carlos Mendez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg", imageAlt: "Carlos Mendez - Especialista en SEO"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ana Flores", 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 Flores - Especialista en Publicidad"
|
||||
}
|
||||
]}
|
||||
memberVariant="card"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics-results" data-section="metrics-results">
|
||||
<MetricCardThree
|
||||
title="Nuestro Impacto en Números"
|
||||
@@ -219,7 +246,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="¿Listo para transformar tu consultorio?"
|
||||
description="Agenda tu consulta gratuita de 30 minutos. Un especialista en marketing médico analizará tu situación actual y diseñará una estrategia personalizada para tu clínica."
|
||||
description="Agenda tu consulta gratuita de 30 minutos. Un especialista en marketing médico analizará tu situación actual y diseñará una estrategia personalizada para tu clínica. También puedes llamarnos directamente."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "nombre", type: "text", placeholder: "Tu nombre completo", required: true },
|
||||
@@ -251,8 +278,8 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre Nosotros", href: "#about" },
|
||||
{ label: "Nuestro Equipo", href: "#team" },
|
||||
{ label: "Testimonios", href: "#testimonials" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Contacto", href: "#contact" }
|
||||
]
|
||||
},
|
||||
@@ -264,9 +291,9 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{ label: "contacto@medimarketpro.com", href: "mailto:contacto@medimarketpro.com" },
|
||||
{ label: "+1 (555) 123-4567", href: "tel:+15551234567" },
|
||||
title: "Contacto Directo", items: [
|
||||
{ label: "Llamar: +1 (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ label: "Email: contacto@medimarketpro.com", href: "mailto:contacto@medimarketpro.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/15551234567" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user