From 46d7fae52550103e9d57aa74f9d1eeb25d402203 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 18:15:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3d4397..4d39f40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, @@ -248,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1