From 55dd07abcfd1bd9f5f84ac4606c0fe2651b6183e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:35:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b44e0cc..aa83cbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,35 +65,35 @@ export default function LandingPage() { handle: "@marco_studente", testimonial: "Mi ha salvato la vita in storia, incredibile la velocità.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg?_wi=1", }, { name: "Sofia R.", handle: "@sofia_scuola", testimonial: "Slide perfette e pronti per l'esposizione, voto massimo.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg?_wi=1", }, { name: "Prof.ssa V.", handle: "@docente_it", testimonial: "Uno strumento utile anche per noi insegnanti per creare esempi.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg?_wi=1", }, { name: "Luca P.", handle: "@luca_studente", testimonial: "Semplicissimo, vado dritto al punto senza distrazioni.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg?_wi=1", }, { name: "Elena S.", handle: "@elena_studio", testimonial: "Consigliato a tutta la classe, un assistente davvero prezioso.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg?_wi=1", }, ]} buttons={[ @@ -246,7 +246,7 @@ export default function LandingPage() { handle: "@marco", testimonial: "Molto utile per ripassare velocemente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg?_wi=2", }, { id: "t2", @@ -254,7 +254,7 @@ export default function LandingPage() { handle: "@sofia", testimonial: "Ottimo strumento didattico.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg?_wi=2", }, { id: "t3", @@ -262,7 +262,7 @@ export default function LandingPage() { handle: "@docente", testimonial: "Supporto ideale per le lezioni.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg?_wi=2", }, { id: "t4", @@ -270,7 +270,7 @@ export default function LandingPage() { handle: "@luca", testimonial: "Velocissimo e pratico.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg?_wi=2", }, { id: "t5", @@ -278,7 +278,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Un vero assistente personale.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1