diff --git a/src/app/page.tsx b/src/app/page.tsx index 51ba842..11cc863 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "@sarah_loves_shopping", testimonial: "Die beste Online-Shopping-Erfahrung! Schnelle Lieferung und hochwertige Produkte.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg", imageAlt: "Sarah M." + imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg?_wi=1", imageAlt: "Sarah M." }, { name: "Michael K.", handle: "@michael_tech", testimonial: "Großartige Auswahl und unschlagbare Preise. Ich bin begeistert!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3939.jpg", imageAlt: "Michael K." + imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3939.jpg?_wi=1", imageAlt: "Michael K." }, { name: "Jessica T.", handle: "@jessica_style", testimonial: "Coole Produkte mit exzellentem Service. Absolute Empfehlung!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Jessica T." + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=1", imageAlt: "Jessica T." } ]} testimonialRotationInterval={5000} @@ -194,13 +194,13 @@ export default function LandingPage() { buttonAnimation="slide-up" testimonials={[ { - id: "test-1", name: "Anna B.", handle: "@anna_b_reviews", testimonial: "Absolut begeistert von der Qualität und dem Service! Werde wieder bestellen.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg", imageAlt: "Anna B." + id: "test-1", name: "Anna B.", handle: "@anna_b_reviews", testimonial: "Absolut begeistert von der Qualität und dem Service! Werde wieder bestellen.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg?_wi=2", imageAlt: "Anna B." }, { - id: "test-2", name: "Thomas R.", handle: "@thomas_retail_expert", testimonial: "Die beste Online-Shopping-Plattform, die ich kenne. Alles ist perfekt organisiert.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3939.jpg", imageAlt: "Thomas R." + id: "test-2", name: "Thomas R.", handle: "@thomas_retail_expert", testimonial: "Die beste Online-Shopping-Plattform, die ich kenne. Alles ist perfekt organisiert.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3939.jpg?_wi=2", imageAlt: "Thomas R." }, { - id: "test-3", name: "Lisa K.", handle: "@lisa_k_style", testimonial: "Großartige Produkte zu fairen Preisen. Der Kundenservice ist auch hervorragend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Lisa K." + id: "test-3", name: "Lisa K.", handle: "@lisa_k_style", testimonial: "Großartige Produkte zu fairen Preisen. Der Kundenservice ist auch hervorragend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=2", imageAlt: "Lisa K." }, { id: "test-4", name: "Marco V.", handle: "@marco_tech_lover", testimonial: "Schnelle Lieferung und fantastische Produktauswahl. Sehr empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Marco V."