Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 07:56:42 +00:00

View File

@@ -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"
/>
</div>
@@ -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"},