From 1cde49b17a33e1a21c8fe595d4afd011b9820475 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 04:15:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d66b74..a07abfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,7 +194,7 @@ export default function LandingPage() { role: "Cliente frecuente", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-young-woman-with-orange-hand-drinks-freshly-squeezed-juice-from_1258-198430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-young-woman-with-orange-hand-drinks-freshly-squeezed-juice-from_1258-198430.jpg?_wi=1", }, { id: "2", @@ -226,7 +226,7 @@ export default function LandingPage() { role: "Fan", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-young-woman-with-orange-hand-drinks-freshly-squeezed-juice-from_1258-198430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-young-woman-with-orange-hand-drinks-freshly-squeezed-juice-from_1258-198430.jpg?_wi=2", }, ]} title="Lo que dicen nuestros clientes" -- 2.49.1