From 4fe03de652f0b13ef833b9e70326571734914866 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:35:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 853177f..33db060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,16 +55,16 @@ export default function SfizioLanding() { testimonials={[ { name: "Maria Rossi", handle: "Ospite Frequente", testimonial: "Atmosfera perfetta, caffè straordinario e prezzi completamente accessibili. Ogni volta è un'esperienza indimenticabile!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-adult-man-smiling_23-2148531043.jpg", imageAlt: "Maria Rossi"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-adult-man-smiling_23-2148531043.jpg?_wi=1", imageAlt: "Maria Rossi"}, { name: "Andrea Bianchi", handle: "Cliente Fedele", testimonial: "Il vero cuore di Albano. Qualità genuina, porzioni generose, servizio attento. Consiglio a tutti i miei amici.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "Andrea Bianchi"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=1", imageAlt: "Andrea Bianchi"}, { name: "Lucia Ferrari", handle: "Ospite", testimonial: "Dalla colazione al dopocena, ogni momento è speciale. Un caffè eccellente e una scena che ti fa sentire a casa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageAlt: "Lucia Ferrari"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg?_wi=1", imageAlt: "Lucia Ferrari"}, { name: "Giovanni De Luca", handle: "Cliente Assiduo", testimonial: "Accoglienza calorosa e ingredienti di prima qualità. Questo è il caffè che mancava ad Albano!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900162.jpg", imageAlt: "Giovanni De Luca"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900162.jpg?_wi=1", imageAlt: "Giovanni De Luca"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -116,13 +116,13 @@ export default function SfizioLanding() {