Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -9,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Award, Stethoscope, CheckCircle, Star, Phone, Zap, Brain, Headaches, Activity, Lightbulb, Heart } from "lucide-react";
|
||||
import { Award, Stethoscope, CheckCircle, Star, Phone, Zap, Brain, Activity, Lightbulb, Heart } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -145,11 +145,14 @@ export default function HomePage() {
|
||||
tagIcon={CheckCircle}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "4.8", title: "Calificación Google", description: "De 5 estrellas en 20+ opiniones verificadas"},
|
||||
id: "1", value: "4.8", title: "Calificación Google", description: "De 5 estrellas en 20+ opiniones verificadas"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Céntrica", title: "Ubicación Estratégica", description: "Consultorio en zona accesible de Rosario, transporte disponible"},
|
||||
id: "2", value: "Céntrica", title: "Ubicación Estratégica", description: "Consultorio en zona accesible de Rosario, transporte disponible"
|
||||
},
|
||||
{
|
||||
id: "3", value: "24/7", title: "Atención Rápida", description: "Consultas disponibles y respuesta rápida a emergencias neurológicas"},
|
||||
id: "3", value: "24/7", title: "Atención Rápida", description: "Consultas disponibles y respuesta rápida a emergencias neurológicas"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -167,17 +170,23 @@ 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", imageAlt: "Avatar profesional"},
|
||||
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", imageAlt: "Avatar profesional"
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Avatar profesional"},
|
||||
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", imageAlt: "Avatar profesional"
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Avatar profesional"},
|
||||
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", imageAlt: "Avatar profesional"
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Avatar profesional"},
|
||||
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", imageAlt: "Avatar profesional"
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Avatar profesional"},
|
||||
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", imageAlt: "Avatar profesional"
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Avatar profesional"},
|
||||
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", imageAlt: "Avatar profesional"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user