From 5d00da5a16d7e2426fba816776896d4b686b8d25 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 03:57:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69553c2..4fae5e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -217,7 +217,7 @@ export default function LandingPage() { { id: "4", name: "Sofía Vargas", imageSrc: "http://img.b2bpic.net/free-photo/engineer-uniform-holding-white-helmet_114579-19002.jpg", imageAlt: "Sofía Vargas"}, { - id: "5", name: "Miguel Ángel Rojas", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-queer-girl-glasses-denim-jacket-standing-near-rainbow-wall-cross-hands-chest-smiling-camera-happy-lifestyle-urban-life-generation-concept_197531-30548.jpg", alt: "Miguel Ángel Rojas"}, + id: "5", name: "Miguel Ángel Rojas", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-queer-girl-glasses-denim-jacket-standing-near-rainbow-wall-cross-hands-chest-smiling-camera-happy-lifestyle-urban-life-generation-concept_197531-30548.jpg", imageAlt: "Miguel Ángel Rojas"} ]} cardTitle="Voces de Nuestros Estudiantes" cardTag="Testimonios" -- 2.49.1