Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d299e3b2b6 | |||
| f6e0acfa1f | |||
| add31390f5 | |||
| 255e184d0e | |||
| 826c0aaed1 | |||
| 464795aa97 | |||
| c0fc86e9e7 |
@@ -7,7 +7,6 @@ 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, Phone, Share2, Sparkles, Star, Stethoscope, Target, TrendingUp, Users, Zap } from 'lucide-react';
|
||||
@@ -18,7 +17,6 @@ const navItems = [
|
||||
{ name: "Beneficios", id: "benefits" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Equipo", id: "team" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
];
|
||||
|
||||
@@ -60,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={[
|
||||
{
|
||||
@@ -137,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"
|
||||
@@ -186,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}
|
||||
@@ -194,36 +192,11 @@ export default function LandingPage() {
|
||||
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: "#team" }]}
|
||||
buttons={[{ text: "Contacta con nosotros", href: "#contact" }]}
|
||||
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"
|
||||
@@ -278,7 +251,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre Nosotros", href: "#about" },
|
||||
{ label: "Nuestro Equipo", href: "#team" },
|
||||
{ label: "Testimonios", href: "#testimonials" },
|
||||
{ label: "Contacto", href: "#contact" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user