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" }, ]} />