From d5faf8903a45ca9e34886778d283de976666cd4a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:52:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc30021..303bcd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,12 +89,12 @@ export default function LandingPage() { title="Lo que dicen nuestros clientes" description="Testimonios reales de clientes satisfechos con nuestro servicio profesional" testimonials={[ - { id: "1", name: "María Rodríguez", role: "Propietaria", company: "Casa particular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "happy customer portrait satisfied" }, - { id: "2", name: "Juan Carlos López", role: "Dueño de negocio", company: "Empresa local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-entrepreneur-sitting_1098-3668.jpg", imageAlt: "happy woman customer portrait" }, - { id: "3", name: "Laura Mendoza", role: "Administradora", company: "Condominio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", imageAlt: "professional man headshot portrait" }, - { id: "4", name: "Roberto García", role: "Propietario", company: "Residencia familiar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg", imageAlt: "professional woman headshot confident" }, - { id: "5", name: "Sofía Hernández", role: "Gerente", company: "Oficina corporativa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-showing-thumb-up-isolated-purple_141793-84110.jpg", imageAlt: "man portrait professional smile" }, - { id: "6", name: "Miguel Torres", role: "Propietario", company: "Hotel local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "woman professional portrait satisfied" } + { id: "1", name: "María Rodríguez", role: "Propietaria", company: "Casa particular", rating: 5 }, + { id: "2", name: "Juan Carlos López", role: "Dueño de negocio", company: "Empresa local", rating: 5 }, + { id: "3", name: "Laura Mendoza", role: "Administradora", company: "Condominio", rating: 5 }, + { id: "4", name: "Roberto García", role: "Propietario", company: "Residencia familiar", rating: 5 }, + { id: "5", name: "Sofía Hernández", role: "Gerente", company: "Oficina corporativa", rating: 5 }, + { id: "6", name: "Miguel Torres", role: "Propietario", company: "Hotel local", rating: 5 } ]} gridVariant="uniform-all-items-equal" textboxLayout="default" @@ -166,4 +166,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}