diff --git a/src/app/page.tsx b/src/app/page.tsx index 8de5504..1e36e0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,35 +70,35 @@ export default function LandingPage() { handle: "Utilisatrice", testimonial: "Daria rend l'apprentissage tellement naturel et ludique.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-brown-hair_1308-179038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-brown-hair_1308-179038.jpg?_wi=1", }, { name: "Thomas", handle: "Apprenant", testimonial: "La meilleure façon d'apprendre le Darija sans stress.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134160.jpg?_wi=1", }, { name: "Sophie", handle: "Passionnée", testimonial: "J'adore les échanges culturels, c'est super enrichissant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839613.jpg?_wi=1", }, { name: "Lucas", handle: "Expert", testimonial: "Une interface fluide et une IA vraiment intelligente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151133862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151133862.jpg?_wi=1", }, { name: "Julie", handle: "Voyageuse", testimonial: "Je me sens enfin prête à converser avec ma famille au Maroc.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-collective-portrait-people_23-2150964658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-collective-portrait-people_23-2150964658.jpg?_wi=1", }, ]} buttons={[ @@ -287,7 +287,7 @@ export default function LandingPage() { handle: "Paris", testimonial: "Daria est géniale, c'est comme avoir une amie marocaine à la maison.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-brown-hair_1308-179038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-brown-hair_1308-179038.jpg?_wi=2", }, { id: "2", @@ -295,7 +295,7 @@ export default function LandingPage() { handle: "Lyon", testimonial: "Ma prononciation a énormément progressé grâce aux corrections.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134160.jpg?_wi=2", }, { id: "3", @@ -303,7 +303,7 @@ export default function LandingPage() { handle: "Bordeaux", testimonial: "J'adore les thèmes culturels, c'est super enrichissant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839613.jpg?_wi=2", }, { id: "4", @@ -311,7 +311,7 @@ export default function LandingPage() { handle: "Paris", testimonial: "Enfin une méthode fun et efficace pour parler Darija.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151133862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151133862.jpg?_wi=2", }, { id: "5", @@ -319,7 +319,7 @@ export default function LandingPage() { handle: "Lyon", testimonial: "Je recommande Daria à tous mes amis qui aiment le Maroc.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-collective-portrait-people_23-2150964658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-collective-portrait-people_23-2150964658.jpg?_wi=2", }, ]} showRating={true}