Update src/app/page.tsx
This commit is contained in:
@@ -66,15 +66,15 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Años de Experiencia", values: ["20", "20", "20"],
|
||||
title: "Años de Experiencia", values: [20, 20, 20],
|
||||
description: "Brindando atención confiable"
|
||||
},
|
||||
{
|
||||
title: "Especialidades", values: ["10", "10", "10"],
|
||||
title: "Especialidades", values: [10, 10, 10],
|
||||
description: "Profesionales especializados"
|
||||
},
|
||||
{
|
||||
title: "Turnos Ágiles", values: ["Rápidos", "Rápidos", "Rápidos"],
|
||||
title: "Turnos Ágiles", values: [95, 98, 97],
|
||||
description: "Disponibles en pocos días"
|
||||
}
|
||||
],
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Ecografías Especializadas", tags: ["Ginecológica", "Mamaria", "Abdominal"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-medic-consulting-her-patient-medical-facility-copy-space_482257-118298.jpg?_wi=1", imageAlt: "Ecografías especializadas"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-medic-consulting-her-patient-medical-facility-copy-space_482257-118298.jpg", imageAlt: "Ecografías especializadas"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Servicios Cardiológicos", tags: ["Doppler Cardíaco", "Holter", "MAPA"],
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", title: "Especialidades Médicas", tags: ["Clínica Médica", "Traumatología", "Pediatría"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-medic-consulting-her-patient-medical-facility-copy-space_482257-118298.jpg?_wi=2", imageAlt: "Especialidades médicas"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-medic-consulting-her-patient-medical-facility-copy-space_482257-118298.jpg", imageAlt: "Especialidades médicas"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
id: "3", value: "100", title: "IOMA", description: "Atención certificada", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
id: "4", value: "Ágiles", title: "Turnos", description: "Disponibles en pocos días", icon: Zap
|
||||
id: "4", value: "95", title: "Turnos", description: "Disponibles en pocos días", icon: Zap
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user