Merge version_1 into main #3
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "María González", role: "Directora Ejecutiva", company: "E-commerce Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "María González"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "María González"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Juan Rodríguez", role: "Fundador", company: "TechStartup Latino", rating: 5,
|
||||
@@ -155,19 +155,19 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Laura Martínez", role: "Gerenta de Marketing", company: "Digital Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Laura Martínez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Laura Martínez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Carlos Díaz", role: "Propietario", company: "RetailXpress", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Carlos Díaz"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Carlos Díaz"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sofia Ruiz", role: "Consultora Senior", company: "Business Growth Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofia Ruiz"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sofia Ruiz"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Ricardo López", role: "CEO", company: "CloudSolutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Ricardo López"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Ricardo López"
|
||||
}
|
||||
]}
|
||||
title="Lo Que Dicen Nuestros Clientes"
|
||||
|
||||
Reference in New Issue
Block a user