Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fefde8286f | |||
| d5faf8903a | |||
| 6459406a1d |
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user