From 5eaf9ea447a14cf30562f07023b58293e1a165cd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:59:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e62422..ac91cf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,19 +144,19 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Bárbara Concha", 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: "Mis niños salieron felices y el trato es maravilloso. ¡La doctora fabulosa!", 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, + id: "t2", name: "Laura G.", handle: "Paciente ", testimonial: "Recomiendo la clínica al 100%. Profesionalidad y trato inigualable.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwTr7KJlkkrUq83H1GSckXT6kI/uploaded-1775400295600-pq2i5cfv.jpg"}, { - id: "t3", name: "Carlos M.", handle: "@paciente", testimonial: "Limpiezas excelentes. Es mi clínica de confianza desde hace tiempo.", rating: 5, + id: "t3", name: "Carlos M.", handle: "Paciente ", testimonial: "Limpiezas excelentes. Es mi clínica de confianza desde hace tiempo.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwTr7KJlkkrUq83H1GSckXT6kI/uploaded-1775400295600-pq2i5cfv.jpg"}, { - id: "t4", name: "Ana R.", handle: "@paciente", testimonial: "Excelente atención, muy paciente con mis hijos. Totalmente recomendados.", rating: 5, + id: "t4", name: "Ana R.", handle: "Paciente ", testimonial: "Excelente atención, muy paciente con mis hijos. Totalmente recomendados.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwTr7KJlkkrUq83H1GSckXT6kI/uploaded-1775400295600-pq2i5cfv.jpg"}, { - id: "t5", name: "Pedro S.", handle: "@paciente", testimonial: "La recepción es encantadora. Un servicio de diez puntos.", rating: 5, + id: "t5", name: "Pedro S.", handle: "Paciente ", testimonial: "La recepción es encantadora. Un servicio de diez puntos.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwTr7KJlkkrUq83H1GSckXT6kI/uploaded-1775400295600-pq2i5cfv.jpg"}, ]} showRating={true} -- 2.49.1