Merge version_1 into main #2
192
src/app/page.tsx
192
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Sobre Mí",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre Mí", id: "#about"},
|
||||
{
|
||||
name: "Especialidades",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Especialidades", id: "#features"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
brandName="Dr. Castro Rios"
|
||||
/>
|
||||
@@ -58,47 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
title="Compassionate Hematology Care You Can Trust"
|
||||
description="Dr. Castro Rios combines decades of clinical excellence with genuinely human, thorough patient attention—trusted by hundreds in San Isidro and beyond. Book your consultation today with a specialist who treats you as a person, not a case number."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Appointment Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Appointment Now", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-chemical-project-new-discovery_23-2148776755.jpg?_wi=1",
|
||||
imageAlt: "Professional clinic atmosphere",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-chemical-project-new-discovery_23-2148776755.jpg", imageAlt: "Professional clinic atmosphere"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-holding-her-medical-mask-shoulder_23-2148757394.jpg?_wi=1",
|
||||
imageAlt: "Dr. Castro Rios portrait",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-holding-her-medical-mask-shoulder_23-2148757394.jpg", imageAlt: "Dr. Castro Rios portrait"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-doctor-holding-patient-s-hands_23-2149389039.jpg?_wi=1",
|
||||
imageAlt: "Compassionate care",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-doctor-holding-patient-s-hands_23-2149389039.jpg", imageAlt: "Compassionate care"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-hospital-cabinet-with-nobody-it_482257-10435.jpg",
|
||||
imageAlt: "Medical consultation room",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-hospital-cabinet-with-nobody-it_482257-10435.jpg", imageAlt: "Medical consultation room"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-equipment-repot-with-cup-coffee-doctor-s-desk_23-2148213952.jpg",
|
||||
imageAlt: "Clinical documentation",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medical-equipment-repot-with-cup-coffee-doctor-s-desk_23-2148213952.jpg", imageAlt: "Clinical documentation"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683477.jpg",
|
||||
imageAlt: "Clinic reception area",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683477.jpg", imageAlt: "Clinic reception area"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,18 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Su Especialista en San Isidro",
|
||||
},
|
||||
type: "text", content: "Su Especialista en San Isidro"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/checking-medical-results-laptop_329181-318.jpg",
|
||||
alt: "Dr. Castro Rios",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/checking-medical-results-laptop_329181-318.jpg", alt: "Dr. Castro Rios"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Con décadas de experiencia, el Dr. Castro Rios ofrece un enfoque integral en hematología, priorizando la dignidad, la precisión diagnóstica y una escucha activa para cada paciente.",
|
||||
},
|
||||
type: "text", content: "Con décadas de experiencia, el Dr. Castro Rios ofrece un enfoque integral en hematología, priorizando la dignidad, la precisión diagnóstica y una escucha activa para cada paciente."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,46 +93,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Diagnóstico Preciso",
|
||||
description: "Evaluación experta de anemias, trastornos de la coagulación y patologías hematológicas complejas.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335690.jpg",
|
||||
imageAlt: "Modern diagnostic lab equipment",
|
||||
},
|
||||
title: "Diagnóstico Preciso", description: "Evaluación experta de anemias, trastornos de la coagulación y patologías hematológicas complejas.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335690.jpg", imageAlt: "Modern diagnostic lab equipment"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medications-stethoscope-near-clipboard-glasses_23-2147796504.jpg",
|
||||
imageAlt: "Stethoscope professional medical diagnostic reports",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-chemical-project-new-discovery_23-2148776755.jpg?_wi=2",
|
||||
imageAlt: "modern diagnostic lab equipment clinical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medications-stethoscope-near-clipboard-glasses_23-2147796504.jpg", imageAlt: "Stethoscope professional medical diagnostic reports"},
|
||||
},
|
||||
{
|
||||
title: "Seguimiento Personalizado",
|
||||
description: "Atención continua con ajustes en terapias basados en su respuesta individual y necesidades de salud integral.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variation-laboratory-medical-objects_53876-94404.jpg",
|
||||
imageAlt: "Clinical lab setup",
|
||||
},
|
||||
title: "Seguimiento Personalizado", description: "Atención continua con ajustes en terapias basados en su respuesta individual y necesidades de salud integral.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variation-laboratory-medical-objects_53876-94404.jpg", imageAlt: "Clinical lab setup"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/care-device-help-healthcare-health-science_1291-177.jpg",
|
||||
imageAlt: "Diagnostic tools focus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-holding-her-medical-mask-shoulder_23-2148757394.jpg?_wi=2",
|
||||
imageAlt: "modern diagnostic lab equipment clinical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/care-device-help-healthcare-health-science_1291-177.jpg", imageAlt: "Diagnostic tools focus"},
|
||||
},
|
||||
{
|
||||
title: "Experiencia y Confianza",
|
||||
description: "Comprometido con los estándares internacionales de hematología y la integridad médica absoluta.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researcher-putting-test-tube-into-laboratory-centrifuge_651396-2196.jpg",
|
||||
imageAlt: "Advanced diagnostic tech",
|
||||
},
|
||||
title: "Experiencia y Confianza", description: "Comprometido con los estándares internacionales de hematología y la integridad médica absoluta.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researcher-putting-test-tube-into-laboratory-centrifuge_651396-2196.jpg", imageAlt: "Advanced diagnostic tech"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-featuring-modern-equipment-vitamins_482257-126492.jpg",
|
||||
imageAlt: "Clinical assessment focus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-doctor-holding-patient-s-hands_23-2149389039.jpg?_wi=2",
|
||||
imageAlt: "modern diagnostic lab equipment clinical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-featuring-modern-equipment-vitamins_482257-126492.jpg", imageAlt: "Clinical assessment focus"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -181,30 +119,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Años de Trayectoria",
|
||||
description: "Excelencia clínica en hematología en Buenos Aires.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-doctor-desktop-with-stethoscope-clipboard-with-medical-records-form-computer-laptop_1421-694.jpg",
|
||||
},
|
||||
id: "m1", value: "20+", title: "Años de Trayectoria", description: "Excelencia clínica en hematología en Buenos Aires.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-doctor-desktop-with-stethoscope-clipboard-with-medical-records-form-computer-laptop_1421-694.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Pacientes Atendidos",
|
||||
description: "Historias de éxito y mejora en la calidad de vida.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covid-preventing-virus-healthcare-workers-vaccination-concept-handsome-satisfied-doctor-white_1258-84691.jpg",
|
||||
},
|
||||
id: "m2", value: "500+", title: "Pacientes Atendidos", description: "Historias de éxito y mejora en la calidad de vida.", imageSrc: "http://img.b2bpic.net/free-photo/covid-preventing-virus-healthcare-workers-vaccination-concept-handsome-satisfied-doctor-white_1258-84691.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Satisfacción Paciente",
|
||||
description: "Calificaciones basadas en el trato humano y profesional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wireless-devices-spectacles-clipboard-stethoscope-adhesive-notes-white-table_23-2148213996.jpg",
|
||||
},
|
||||
id: "m3", value: "98%", title: "Satisfacción Paciente", description: "Calificaciones basadas en el trato humano y profesional.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wireless-devices-spectacles-clipboard-stethoscope-adhesive-notes-white-table_23-2148213996.jpg"},
|
||||
]}
|
||||
title="Excelencia Probada"
|
||||
description="Números que reflejan décadas de compromiso y confianza por parte de nuestros pacientes."
|
||||
@@ -219,25 +143,15 @@ export default function LandingPage() {
|
||||
author="María S."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thank-you-your-visit-my-office_329181-2204.jpg",
|
||||
alt: "Paciente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/thank-you-your-visit-my-office_329181-2204.jpg", alt: "Paciente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-doctor-shaking-hands-with-wife-his-senior-patient-medical-clinic_637285-1434.jpg",
|
||||
alt: "Paciente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-doctor-shaking-hands-with-wife-his-senior-patient-medical-clinic_637285-1434.jpg", alt: "Paciente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg",
|
||||
alt: "Paciente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", alt: "Paciente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/licensed-doctor-specialist-meeting-with-his-staff-research-session_482257-122789.jpg",
|
||||
alt: "Paciente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/licensed-doctor-specialist-meeting-with-his-staff-research-session_482257-122789.jpg", alt: "Paciente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-doctor-talking-senior-man-home-visit_637285-11304.jpg",
|
||||
alt: "Paciente 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-doctor-talking-senior-man-home-visit_637285-11304.jpg", alt: "Paciente 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -250,20 +164,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cómo solicito una consulta?",
|
||||
content: "Puede realizar su reserva a través de nuestra web o llamando al teléfono del consultorio.",
|
||||
},
|
||||
id: "1", title: "¿Cómo solicito una consulta?", content: "Puede realizar su reserva a través de nuestra web o llamando al teléfono del consultorio."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Aceptan obras sociales?",
|
||||
content: "Atendemos a diversas obras sociales. Consulte disponibilidad al momento de solicitar su turno.",
|
||||
},
|
||||
id: "2", title: "¿Aceptan obras sociales?", content: "Atendemos a diversas obras sociales. Consulte disponibilidad al momento de solicitar su turno."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿El consultorio tiene acceso para sillas de ruedas?",
|
||||
content: "Sí, el consultorio está ubicado en un entorno accesible para todos los pacientes.",
|
||||
},
|
||||
id: "3", title: "¿El consultorio tiene acceso para sillas de ruedas?", content: "Sí, el consultorio está ubicado en un entorno accesible para todos los pacientes."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-with-face-masks-cleaning-hand-before-use-co-working-space-coronavirus-pandemic-coworkers-new-normal-office-using-sanitize-alcohol-gel-against-corona-virus-until-typing-computer_482257-12859.jpg"
|
||||
title="Preguntas Frecuentes"
|
||||
@@ -277,14 +182,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
text="Comience su camino hacia una salud integral. Reserve su turno hoy y reciba la atención experta que merece."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Turno Ahora",
|
||||
href: "tel:+541100000000",
|
||||
},
|
||||
text: "Reservar Turno Ahora", href: "tel:+541100000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -295,25 +197,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user