From add31390f5c7f8d6e5cb3088f6d383b45205d5fc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 21:14:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad10a84..bb7f012 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,9 +135,9 @@ export default function LandingPage() { tagIcon={Target} tagAnimation="slide-up" metrics={[ - { id: "patients", icon: Users, title: "Más Pacientes", value: "+85%" }, - { id: "visibility", icon: Eye, title: "Mayor Visibilidad", value: "+150%" }, - { id: "professional", icon: Briefcase, title: "Imagen Profesional", value: "Garantizada" }, + { 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%" } ]} animationType="scale-rotate" -- 2.49.1