diff --git a/src/app/page.tsx b/src/app/page.tsx index 8aa31e7..cf6c504 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,13 +73,13 @@ export default function LandingPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/students-sitting-wooden-desks-classroom_7502-9421.jpg", imageAlt: "Studierende beim Lernen"}, + "http://img.b2bpic.net/free-photo/students-sitting-wooden-desks-classroom_7502-9421.jpg?_wi=1", imageAlt: "Studierende beim Lernen"}, { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg", imageAlt: "Professionelle Nachhilfelehrerin"}, + "http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg?_wi=1", imageAlt: "Professionelle Nachhilfelehrerin"}, { imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-161824.jpg", imageAlt: "Erfolgreicher Student"}, + "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-161824.jpg?_wi=1", imageAlt: "Erfolgreicher Student"}, ]} mediaAnimation="blur-reveal" /> @@ -94,7 +94,7 @@ export default function LandingPage() { description="Gründer & Pädagogischer Leiter" subdescription="SchülerHilfe Berlin" icon={BookOpen} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg?_wi=2" imageAlt="Erfahrener Nachhilfelehrer" mediaAnimation="slide-up" useInvertedBackground={true} @@ -181,11 +181,11 @@ export default function LandingPage() { { id: "1", name: "Lisa Schmidt", role: "Schülerin, 10. Klasse", testimonial: "Durch die Nachhilfe bei SchülerHilfe habe ich meine Mathé-Note von 4 auf 2 verbessert. Die Lehrerin erklärt alles so verständlich!", imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-161824.jpg", imageAlt: "Lisa Schmidt"}, + "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-161824.jpg?_wi=2", imageAlt: "Lisa Schmidt"}, { id: "2", name: "Marco König", role: "Schüler, 12. Klasse", testimonial: "Die Vorbereitung aufs Abitur war stressig, aber die Nachhilfe hat mir Sicherheit gegeben. Ich bin sehr zufrieden mit meinen Ergebnissen.", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Marco König"}, + "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg?_wi=1", imageAlt: "Marco König"}, { id: "3", name: "Anna Bauer", role: "Schülerin, 8. Klasse", testimonial: "Englisch war meine schwächste Fähigkeit. Jetzt macht mir der Unterricht sogar Spaß, dank der kreativen Unterrichtsmethoden.", imageSrc: @@ -193,15 +193,15 @@ export default function LandingPage() { { id: "4", name: "Thomas Meyer", role: "Schüler, 9. Klasse", testimonial: "Die Kleingruppen sind perfekt! Ich lerne schneller und hab Freunde gefunden, die ähnliche Ziele haben. Sehr empfehlenswert!", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Thomas Meyer"}, + "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg?_wi=2", imageAlt: "Thomas Meyer"}, { id: "5", name: "Sophie Weber", role: "Schülerin, 7. Klasse", testimonial: "Ich war am Anfang unsicher, aber die Nachhilfelehrer sind super geduldig. Mein Selbstvertrauen ist deutlich gewachsen.", imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-161824.jpg", imageAlt: "Sophie Weber"}, + "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-161824.jpg?_wi=3", imageAlt: "Sophie Weber"}, { id: "6", name: "Felix Hartmann", role: "Schüler, 11. Klasse", testimonial: "Die individuelle Förderung ist genau das, was ich brauchte. Mein Lerntempo wird respektiert und ich mache echte Fortschritte.", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Felix Hartmann"}, + "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg?_wi=3", imageAlt: "Felix Hartmann"}, ]} animationType="slide-up" textboxLayout="default" @@ -300,7 +300,7 @@ export default function LandingPage() {