From 4b9c1f516e45a89577b254189ec436f0a3f5bf00 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:31:30 +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 84665ee..28a8740 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,7 +205,7 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Isabel García", role: "Paciente desde hace 15 años", testimonial: "Siempre he ido desde que era pequeño. Fantástico el trato y profesionalidad. El Dr. es muy experto y se nota que ama lo que hace.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-outdoor-shot-attractive-woman-has-long-dark-hair-positive-facial-expression_273609-44811.jpg", imageAlt: "Isabel García" + id: "1", name: "Isabel García", role: "Paciente desde hace 15 años", testimonial: "Siempre he ido desde que era pequeña. Fantástico el trato y profesionalidad. El Dr. es muy experto y se nota que ama lo que hace.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-outdoor-shot-attractive-woman-has-long-dark-hair-positive-facial-expression_273609-44811.jpg", imageAlt: "Isabel García" }, { id: "2", name: "Carlos Martínez", role: "Empresario local", testimonial: "Profesionales, muy buena clínica. He recomendado a todos mis amigos y familiares. Excelente relación calidad-precio.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", imageAlt: "Carlos Martínez" -- 2.49.1