Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34c6ea41a1 | |||
| 46d7fae525 | |||
| b7d98bc474 | |||
| 6eeef8ee6d | |||
| fb9d4687e5 |
@@ -134,11 +134,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria García", role: "Client regular", company: "Residenta a Gràcia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-car-showroom_1303-19008.jpg", imageAlt: "Maria García"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg", imageAlt: "Maria García"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Joan Martínez", role: "Propietari vehicle", company: "Recomanació local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg", imageAlt: "Joan Martínez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-car-showroom_1303-19008.jpg", imageAlt: "Joan Martínez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anna López", role: "Cliente habitual", company: "Des de fa 5 anys", rating: 5,
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "Pere Sanchez", role: "Propietari de negoci", company: "Confia en nosaltres", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", imageAlt: "Pere Sanchez"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGVo7JBkN2krdekLSe7QAeHRtZ/uploaded-1774117293120-tpdd17mm.png", imageAlt: "Pere Sanchez"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lucia Fernández", role: "Ama de casa", company: "Qualitat garantida", rating: 5,
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "6", name: "Carlos Mendoza", role: "Transportista", company: "Professional de confiança", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageAlt: "Carlos Mendoza"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGVo7JBkN2krdekLSe7QAeHRtZ/uploaded-1774117314466-xvffxfde.png", imageAlt: "Carlos Mendoza"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -248,4 +248,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user