Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-07 19:35:47 +00:00

View File

@@ -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}