From 09fbac01ffbdcca46316e3e823a434c1ad1f8271 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 15:53:03 +0000 Subject: [PATCH] Bob AI: Replace the text '90+' with '60+' in the estadisticas section. --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9bb72fa..bc91606 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -91,7 +91,7 @@ export default function HomePage() { title="Nuestra Trayectoria" description="Cifras que respaldan nuestro compromiso con la excelencia educativa." metrics={[ - { value: "90+", description: "Años de excelencia" }, + { value: "60+", description: "Años de excelencia" }, { value: "15k+", description: "Estudiantes Graduados" }, { value: "120+", description: "Convenios Internacionales" }, { value: "95%", description: "Empleabilidad" } -- 2.49.1