diff --git a/src/app/page.tsx b/src/app/page.tsx index 616ca61..6d48ba2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Federico Montedori", handle: "Loyal Customer", testimonial: "Efficienza e puntualità, la miglior scelta che potessi fare! Cliente per sempre, consigliatissimo!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=1" }, { name: "Giovanni Rubechi", handle: "Local Guide", testimonial: "Ragazzi professionali e veloci, ottimo per tutte le età", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1" }, { name: "Diego Savini", handle: "Regular Client", testimonial: "Professionisti, simpatici e molto bravi. Li consiglio!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -156,15 +156,15 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Federico Montedori", role: "Regular Customer", company: "Città di Castello", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Federico Montedori" + imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=2", imageAlt: "Federico Montedori" }, { id: "testimonial-2", name: "Giovanni Rubechi", role: "Local Guide", company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Giovanni Rubechi" + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2", imageAlt: "Giovanni Rubechi" }, { id: "testimonial-3", name: "Diego Savini", role: "Loyal Client", company: "Città di Castello", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "Diego Savini" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=2", imageAlt: "Diego Savini" }, { id: "testimonial-4", name: "Marco Rossi", role: "Customer", company: "Local Community", rating: 5,