From 1d9bd592edfd6ff6f4ac21ce1646bf9feb7a43a7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:05:09 +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 ca7648d..57ca1a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandscapingPage() { testimonials={[ { name: "Giuseppe R.", handle: "Cliente Soddisfatto", testimonial: "Eccezionale, professionale e sempre disponibile. Super soddisfatto!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Giuseppe R."} + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Giuseppe R."} ]} /> @@ -139,7 +139,7 @@ export default function LandscapingPage() { cardAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" }, + { id: "1", name: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2" }, ]} />