Created
November 6, 2025 22:04
-
-
Save Klerith/2d354de072576828fce88a8053dc9c2d to your computer and use it in GitHub Desktop.
Semilla de reseñas para el ejercicio de Nuxt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const siteReviews = [ | |
| { | |
| name: 'Carlos Ramírez', | |
| subtitle: 'CEO de TechSolutions', | |
| profileImage: 'https://randomuser.me/api/portraits/men/10.jpg', | |
| description: | |
| 'Excelente consultoría, resolvieron mis dudas y mejoraron mis procesos tecnológicos.', | |
| }, | |
| { | |
| name: 'Mariana López', | |
| subtitle: 'Software Developer', | |
| profileImage: 'https://randomuser.me/api/portraits/women/11.jpg', | |
| description: | |
| 'Gran equipo profesional, muy satisfechos con la calidad del servicio.', | |
| }, | |
| { | |
| name: 'Sofía García', | |
| subtitle: 'CTO de InnovateLab', | |
| profileImage: 'https://randomuser.me/api/portraits/women/12.jpg', | |
| description: | |
| 'Recibimos asesoría personalizada y nos ayudaron a optimizar nuestro software.', | |
| }, | |
| { | |
| name: 'Luis Fernández', | |
| subtitle: 'Product Manager', | |
| profileImage: 'https://randomuser.me/api/portraits/men/13.jpg', | |
| description: | |
| 'Muy recomendados, rápidos y eficientes en la entrega de soluciones.', | |
| }, | |
| { | |
| name: 'Ana Torres', | |
| subtitle: 'Fundadora de DigitalFlow', | |
| profileImage: 'https://randomuser.me/api/portraits/women/14.jpg', | |
| description: | |
| 'Atención al cliente de primera y resultados sobresalientes en nuestro proyecto.', | |
| }, | |
| { | |
| name: 'Javier Morales', | |
| subtitle: 'Senior Full Stack Developer', | |
| profileImage: 'https://randomuser.me/api/portraits/men/15.jpg', | |
| description: | |
| 'El equipo superó nuestras expectativas, excelente trato humano y profesionalidad.', | |
| }, | |
| { | |
| name: 'Camila Castillo', | |
| subtitle: 'Directora de Tecnología', | |
| profileImage: 'https://randomuser.me/api/portraits/women/16.jpg', | |
| description: | |
| 'Nos guiaron en todo momento y resolvieron los problemas de nuestro sistema.', | |
| }, | |
| { | |
| name: 'Diego Herrera', | |
| subtitle: 'Tech Lead', | |
| profileImage: 'https://randomuser.me/api/portraits/men/17.jpg', | |
| description: | |
| 'Muy buen servicio y recomendaciones precisas para desarrollar nuestro software.', | |
| }, | |
| { | |
| name: 'Paula Mendoza', | |
| subtitle: 'DevOps Engineer', | |
| profileImage: 'https://randomuser.me/api/portraits/women/18.jpg', | |
| description: | |
| 'Profesionales, atentos y siempre disponibles para aclarar cualquier consulta.', | |
| }, | |
| { | |
| name: 'Miguel Sánchez', | |
| subtitle: 'CEO de StartupHub', | |
| profileImage: 'https://randomuser.me/api/portraits/men/19.jpg', | |
| description: | |
| 'Confío plenamente en su experiencia, la consultoría mejoró nuestros procesos.', | |
| }, | |
| { | |
| name: 'Valentina Ríos', | |
| subtitle: 'Frontend Developer', | |
| profileImage: 'https://randomuser.me/api/portraits/women/20.jpg', | |
| description: | |
| 'La implementación fue rápida y sin inconvenientes, súper satisfechos con el resultado.', | |
| }, | |
| { | |
| name: 'Fernando Gómez', | |
| subtitle: 'Backend Developer', | |
| profileImage: 'https://randomuser.me/api/portraits/men/21.jpg', | |
| description: | |
| 'Excelente atención y seguimiento durante todo el proyecto. ¡Muy recomendable!', | |
| }, | |
| { | |
| name: 'Mariana Ramírez', | |
| subtitle: 'Directora de Operaciones', | |
| profileImage: 'https://randomuser.me/api/portraits/women/22.jpg', | |
| description: | |
| 'Nos ayudaron a digitalizar procesos internos y ahora trabajamos mucho más eficiente.', | |
| }, | |
| { | |
| name: 'Ramiro Silva', | |
| subtitle: 'IT Manager', | |
| profileImage: 'https://randomuser.me/api/portraits/men/23.jpg', | |
| description: | |
| 'El resultado superó nuestras expectativas. El equipo se adapta muy bien a las necesidades.', | |
| }, | |
| { | |
| name: 'Lucía Ortega', | |
| subtitle: 'UX/UI Designer', | |
| profileImage: 'https://randomuser.me/api/portraits/women/24.jpg', | |
| description: | |
| 'Todo perfecto de principio a fin. Sin duda volveríamos a trabajar con ellos.', | |
| }, | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment