From a4840678b025ec4878404d36e95cbf7ff5c965cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:36:37 +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 13b4199..c25ca95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Marco L.", 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={[ { @@ -167,19 +167,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Marco L.", 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", name: "Sofia R.", 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", name: "Prof.ssa V.", 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", name: "Luca P.", 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", name: "Elena S.", 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} title="Cosa dicono i nostri studenti" -- 2.49.1