From c7f82b0ce02d195e38e0ea29a7b75e3f2a72e914 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:01:26 +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 ac91cf9..0701e64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,7 +144,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Bárbara C.", handle: "Paciente ", testimonial: "Mis niños salieron felices y el trato es maravilloso. ¡La doctora fabulosa!", rating: 5, + id: "t1", name: "Bárbara C.", handle: "Paciente ", testimonial: "", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwTr7KJlkkrUq83H1GSckXT6kI/uploaded-1775400295600-pq2i5cfv.jpg"}, { id: "t2", name: "Laura G.", handle: "Paciente ", testimonial: "Recomiendo la clínica al 100%. Profesionalidad y trato inigualable.", rating: 5, -- 2.49.1