Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 670fab57c0 | |||
| 4643cf1aae | |||
| f6a5939108 | |||
| 5f6ff74830 | |||
| 9bdd513759 | |||
| 3ba686a540 | |||
| da3df29d78 |
136
src/app/page.tsx
136
src/app/page.tsx
@@ -25,10 +25,10 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "El Doctor", href: "/doctor" },
|
||||
{ label: "Especialidades", href: "/specialties" },
|
||||
{ label: "Opiniones", href: "/reviews" },
|
||||
{ label: "Contacto", href: "/contact" },
|
||||
{ label: "El Doctor", href: "#doctor" },
|
||||
{ label: "Especialidades", href: "#specialties" },
|
||||
{ label: "Opiniones", href: "#reviews" },
|
||||
{ label: "Contacto", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -115,47 +115,23 @@ export default function HomePage() {
|
||||
tagIcon={Stethoscope}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Consulta Neurológica Integral",
|
||||
description: "Evaluación clínica completa para diagnóstico de trastornos neurológicos. Incluye historia clínica detallada, examen neurológico exhaustivo y recomendaciones personalizadas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-doctor-communicating-with-her-patient-while-analyzing-his-medical-data-clinic_637285-8989.jpg?_wi=1",
|
||||
imageAlt: "Consulta neurológica",
|
||||
},
|
||||
id: "1", title: "Consulta Neurológica Integral", descriptions: ["Evaluación clínica completa para diagnóstico de trastornos neurológicos. Incluye historia clínica detallada, examen neurológico exhaustivo y recomendaciones personalizadas."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-doctor-communicating-with-her-patient-while-analyzing-his-medical-data-clinic_637285-8989.jpg?_wi=1", imageAlt: "Consulta neurológica"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Trastornos del Movimiento",
|
||||
description: "Diagnóstico y seguimiento especializado de Parkinson, temblor esencial, distonía y otros trastornos del movimiento. Tratamiento médico optimizado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physical-therapist-assisting-mature-couple-with-exercises-home_637285-7844.jpg?_wi=1",
|
||||
imageAlt: "Trastornos del movimiento",
|
||||
},
|
||||
id: "2", title: "Trastornos del Movimiento", descriptions: ["Diagnóstico y seguimiento especializado de Parkinson, temblor esencial, distonía y otros trastornos del movimiento. Tratamiento médico optimizado."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physical-therapist-assisting-mature-couple-with-exercises-home_637285-7844.jpg?_wi=1", imageAlt: "Trastornos del movimiento"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Cefaleas y Migrañas",
|
||||
description: "Evaluación y tratamiento personalizado de migrañas, cefaleas tensionales y otros tipos de dolor de cabeza. Planes terapéuticos innovadores.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worry-this-medical-test-isn-t-so-bad_329181-2212.jpg?_wi=1",
|
||||
imageAlt: "Tratamiento de migrañas",
|
||||
},
|
||||
id: "3", title: "Cefaleas y Migrañas", descriptions: ["Evaluación y tratamiento personalizado de migrañas, cefaleas tensionales y otros tipos de dolor de cabeza. Planes terapéuticos innovadores."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worry-this-medical-test-isn-t-so-bad_329181-2212.jpg?_wi=1", imageAlt: "Tratamiento de migrañas"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Epilepsia",
|
||||
description: "Evaluación integral de crisis convulsivas. Seguimiento especializado en el tratamiento y control de epilepsia con medicación optimizada.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/psychiatrist-taking-notes-while-counseling-patient-coronavirus-pandemic_637285-11150.jpg?_wi=1",
|
||||
imageAlt: "Epilepsia",
|
||||
},
|
||||
id: "4", title: "Epilepsia", descriptions: ["Evaluación integral de crisis convulsivas. Seguimiento especializado en el tratamiento y control de epilepsia con medicación optimizada."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/psychiatrist-taking-notes-while-counseling-patient-coronavirus-pandemic_637285-11150.jpg?_wi=1", imageAlt: "Epilepsia"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Evaluaciones Cognitivas",
|
||||
description: "Evaluación neuropsicológica para detección de trastornos cognitivos, memoria y demencia. Seguimiento y recomendaciones terapéuticas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-arranging-scanning-device-head-female-patient_482257-31612.jpg?_wi=1",
|
||||
imageAlt: "Evaluación cognitiva",
|
||||
},
|
||||
id: "5", title: "Evaluaciones Cognitivas", descriptions: ["Evaluación neuropsicológica para detección de trastornos cognitivos, memoria y demencia. Seguimiento y recomendaciones terapéuticas."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-arranging-scanning-device-head-female-patient_482257-31612.jpg?_wi=1", imageAlt: "Evaluación cognitiva"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Neuropatías",
|
||||
description: "Diagnóstico y tratamiento de neuropatías periféricas, síndrome del túnel carpiano y otras afecciones nerviosas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arm-treatment_1098-16885.jpg?_wi=1",
|
||||
imageAlt: "Neuropatías",
|
||||
},
|
||||
id: "6", title: "Neuropatías", descriptions: ["Diagnóstico y tratamiento de neuropatías periféricas, síndrome del túnel carpiano y otras afecciones nerviosas."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arm-treatment_1098-16885.jpg?_wi=1", imageAlt: "Neuropatías"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -173,29 +149,11 @@ export default function HomePage() {
|
||||
tagIcon={CheckCircle}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.8",
|
||||
title: "Calificación Google",
|
||||
description: "De 5 estrellas en 20+ opiniones verificadas",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/star-rating-screen_23-2147740865.jpg",
|
||||
imageAlt: "Calificación de Google",
|
||||
},
|
||||
id: "1", value: "4.8", title: "Calificación Google", description: "De 5 estrellas en 20+ opiniones verificadas", imageSrc: "http://img.b2bpic.net/free-vector/star-rating-screen_23-2147740865.jpg", imageAlt: "Calificación de Google"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Céntrica",
|
||||
title: "Ubicación Estratégica",
|
||||
description: "Consultorio en zona accesible de Rosario, transporte disponible",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-stethoscope-world-map_23-2148538268.jpg?_wi=1",
|
||||
imageAlt: "Ubicación del consultorio",
|
||||
},
|
||||
id: "2", value: "Céntrica", title: "Ubicación Estratégica", description: "Consultorio en zona accesible de Rosario, transporte disponible", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-stethoscope-world-map_23-2148538268.jpg?_wi=1", imageAlt: "Ubicación del consultorio"},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "Atención Rápida",
|
||||
description: "Consultas disponibles y respuesta rápida a emergencias neurológicas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-practitioner-answering-phone-calls_482257-6464.jpg?_wi=1",
|
||||
imageAlt: "Servicio disponible",
|
||||
},
|
||||
id: "3", value: "24/7", title: "Atención Rápida", description: "Consultas disponibles y respuesta rápida a emergencias neurológicas", imageSrc: "http://img.b2bpic.net/free-photo/medical-practitioner-answering-phone-calls_482257-6464.jpg?_wi=1", imageAlt: "Servicio disponible"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -213,59 +171,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excelente atención profesional",
|
||||
quote: "El Dr. Ballario fue muy atento y profesional. Me explicó claramente mi diagnóstico y el plan de tratamiento. Muy recomendado.",
|
||||
name: "María González",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1",
|
||||
imageAlt: "María González",
|
||||
},
|
||||
id: "1", title: "Excelente atención profesional", quote: "El Dr. Ballario fue muy atento y profesional. Me explicó claramente mi diagnóstico y el plan de tratamiento. Muy recomendado.", name: "María González", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1", imageAlt: "María González"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Muy buena atención",
|
||||
quote: "Fue una consulta muy completa. El doctor se tomó tiempo para responder todas mis preguntas. Definitivamente vuelvo.",
|
||||
name: "Roberto Martínez",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=1",
|
||||
imageAlt: "Roberto Martínez",
|
||||
},
|
||||
id: "2", title: "Muy buena atención", quote: "Fue una consulta muy completa. El doctor se tomó tiempo para responder todas mis preguntas. Definitivamente vuelvo.", name: "Roberto Martínez", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=1", imageAlt: "Roberto Martínez"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Profesional altamente calificado",
|
||||
quote: "Después de visitar varios médicos, el Dr. Ballario fue el que realmente entendió mi problema. Muy satisfecho con los resultados.",
|
||||
name: "Ana López",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2",
|
||||
imageAlt: "Ana López",
|
||||
},
|
||||
id: "3", title: "Profesional altamente calificado", quote: "Después de visitar varios médicos, el Dr. Ballario fue el que realmente entendió mi problema. Muy satisfecho con los resultados.", name: "Ana López", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2", imageAlt: "Ana López"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Recomendado por otros pacientes",
|
||||
quote: "Mi familia me recomendó al Dr. Ballario y no me arrepiento. Excelente médico y muy humano en su trato.",
|
||||
name: "Carlos Rodríguez",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=2",
|
||||
imageAlt: "Carlos Rodríguez",
|
||||
},
|
||||
id: "4", title: "Recomendado por otros pacientes", quote: "Mi familia me recomendó al Dr. Ballario y no me arrepiento. Excelente médico y muy humano en su trato.", name: "Carlos Rodríguez", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=2", imageAlt: "Carlos Rodríguez"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Trato amable y profesional",
|
||||
quote: "Además de profesional, el doctor es muy amable. Se nota que le importa el bienestar del paciente. Muy contenta.",
|
||||
name: "Patricia Gómez",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=3",
|
||||
imageAlt: "Patricia Gómez",
|
||||
},
|
||||
id: "5", title: "Trato amable y profesional", quote: "Además de profesional, el doctor es muy amable. Se nota que le importa el bienestar del paciente. Muy contenta.", name: "Patricia Gómez", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=3", imageAlt: "Patricia Gómez"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Mejora en mi salud",
|
||||
quote: "Desde que empecé tratamiento con el Dr. Ballario he notado una mejoría significativa. Muy agradecida por su dedicación.",
|
||||
name: "Silvia Fernández",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=3",
|
||||
imageAlt: "Silvia Fernández",
|
||||
},
|
||||
id: "6", title: "Mejora en mi salud", quote: "Desde que empecé tratamiento con el Dr. Ballario he notado una mejoría significativa. Muy agradecida por su dedicación.", name: "Silvia Fernández", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=3", imageAlt: "Silvia Fernández"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -297,4 +213,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user