From 895875401d2a7cac1968e9d8c1586a3205ac3ff2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:56:39 +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 09ed0f0..195eb42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,21 +54,21 @@ export default function LandingPage() { testimonials={[ { name: "Dr. Anna Weber", handle: "@annaweber", testimonial: "Ein inspirierender Austausch für mehr Nachhaltigkeit in der Industrie.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-network_1098-15864.jpg", imageAlt: "sustainable circular economy background"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-network_1098-15864.jpg?_wi=1", imageAlt: "sustainable circular economy background"}, { name: "Markus Schmidt", handle: "@mschmidt", testimonial: "Praxisnahe Lösungen, die wirklich bewegen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg", imageAlt: "circular economy concept circular arrows"}, + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=1", imageAlt: "circular economy concept circular arrows"}, { name: "Elena Fischer", handle: "@efischer", testimonial: "Vernetzung auf höchstem Niveau.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empowered-businesswomen-work-medium-shot_23-2149332958.jpg", imageAlt: "professional speaker conference portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/empowered-businesswomen-work-medium-shot_23-2149332958.jpg?_wi=1", imageAlt: "professional speaker conference portrait"}, { name: "Thomas Meyer", handle: "@tmeyer", testimonial: "Pflichttermin für alle Akteure der Kreislaufwirtschaft.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-plants-woman-s-hands_329181-9731.jpg", imageAlt: "young professional portrait smiling"}, + imageSrc: "http://img.b2bpic.net/free-photo/small-plants-woman-s-hands_329181-9731.jpg?_wi=1", imageAlt: "young professional portrait smiling"}, { name: "Sarah Klein", handle: "@sklein", testimonial: "Mutmachend und zukunftsorientiert.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg", imageAlt: "confident speaker portrait indoor"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg?_wi=1", imageAlt: "confident speaker portrait indoor"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-network_1098-15864.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-network_1098-15864.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/empowered-businesswomen-work-medium-shot_23-2149332958.jpg", alt: "Anna Weber"}, @@ -105,7 +105,7 @@ export default function LandingPage() { description="Wir setzen uns für eine ressourcenschonende Zukunft ein. Unser jährlicher Kongress ist der zentrale Treffpunkt." subdescription="Erfahren Sie, wie wir Kreislaufwirtschaft praktisch umsetzen." icon={Users} - imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg" + imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -136,13 +136,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Dr. Anna Weber", handle: "@annaweber", testimonial: "Ein inspirierender Austausch!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empowered-businesswomen-work-medium-shot_23-2149332958.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/empowered-businesswomen-work-medium-shot_23-2149332958.jpg?_wi=2"}, { id: "2", name: "Markus Schmidt", handle: "@mschmidt", testimonial: "Sehr informativ.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-plants-woman-s-hands_329181-9731.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/small-plants-woman-s-hands_329181-9731.jpg?_wi=2"}, { id: "3", name: "Elena Fischer", handle: "@efischer", testimonial: "Großartige Vernetzung.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg?_wi=2"}, { id: "4", name: "Thomas Meyer", handle: "@tmeyer", testimonial: "Hervorragende Organisation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-ready-ride-bike_23-2148577373.jpg"}, -- 2.49.1