diff --git a/src/app/page.tsx b/src/app/page.tsx index bb7f012..4d5e39d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,8 +137,8 @@ export default function LandingPage() { metrics={[ { 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: "z" }, - { id: "time", icon: Zap, title: "Ahorro de Tiempo", value: "-60%" } + { id: "professional", icon: Briefcase, title: "Imagen Profesional", value: "" }, + { id: "time", icon: Zap, title: "Ahorro de Tiempo", value: "" } ]} animationType="scale-rotate" textboxLayout="default"