From 2c0ee100b495f521535dd16e421ce4dceff21dee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 09:29:59 +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 35eab54..1916338 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,7 @@ export default function LandingPage() { { id: "member-2", name: "Dra. Sofía Martínez", imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-with-crossed-arms-gesture_53876-111201.jpg", imageAlt: "Dra. Sofía Martínez, Especialista en Terapia Manual"}, { - id: "member-3", " name: "Lic. Pablo Rivas", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctors-vet-clinic_23-2149304296.jpg", imageAlt: "Lic. Pablo Rivas, Experto en Rehabilitación"}, + id: "member-3", name: "Lic. Pablo Rivas", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctors-vet-clinic_23-2149304296.jpg", imageAlt: "Lic. Pablo Rivas, Experto en Rehabilitación"} ]} memberVariant="card" /> -- 2.49.1