From 089351f0ba7ed5e10bc54a545f62c3a4f79ef839 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:19:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1efede9..3f02772 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -282,7 +282,8 @@ export default function LandingPage() { { id: "testimonial-4", title: "Atención impecable y resultados excelentes", quote: "Desde que descubrí JF Barbería, no voy a otro lugar. La atención es de primera y los cortes siempre superan mis expectativas. ¡Grandes profesionales!", name: "Martín S.", role: "Cliente Fiel", imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg", imageAlt: "Martín S., satisfied customer"}, { - id: "testimonial-5", title: "Ambiente genial y calidad garantizada", quote: "El ambiente en la barbería es fantástico, siempre con buena música y conversación. Además, la calidad de los cortes y arreglos de barba es inigualable. ¡Un 10!", name: "Lucas P.", role: "Nuevo Cliente", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-straight-razor-with-shaving-cream-put-his-face-holding-straight-razor-keeping-hand-air_141793-98477.jpg", alt: "Lucas P., satisfied customer"}, + id: "testimonial-5", title: "Ambiente genial y calidad garantizada", quote: "El ambiente en la barbería es fantástico, siempre con buena música y conversación. Además, la calidad de los cortes y arreglos de barba es inigualable. ¡Un 10!", name: "Lucas P.", role: "Nuevo Cliente", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-straight-razor-with-shaving-cream-put-his-face-holding-straight-razor-keeping-hand-air_141793-98477.jpg", imageAlt: "Lucas P., satisfied customer"} + , { id: "testimonial-6", title: "Mi lugar de confianza para el cuidado personal", quote: "Siempre salgo renovado de JF Barbería. Los chicos son unos artistas y entienden perfectamente lo que buscas. ¡Sin duda, mi lugar de confianza para el cuidado personal!", name: "Diego V.", role: "Cliente Recurrente", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg", imageAlt: "Diego V., satisfied customer"}, ]} -- 2.49.1