Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 21:37:03 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -115,10 +115,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Weber", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Sarah Weber Kundin"
id: "1", name: "Sarah Weber", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1", imageAlt: "Sarah Weber Kundin"
},
{
id: "2", name: "Michael Berger", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg", imageAlt: "Michael Berger Kundin"
id: "2", name: "Michael Berger", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg?_wi=1", imageAlt: "Michael Berger Kundin"
},
{
id: "3", name: "Emma Fischer", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-happy-sitting-sofa-home_839833-15776.jpg", imageAlt: "Emma Fischer Kundin"
@@ -127,10 +127,10 @@ export default function LandingPage() {
id: "4", name: "Thomas Meyer", imageSrc: "http://img.b2bpic.net/free-photo/young-employee-enjoying-sunny-day_23-2147562347.jpg", imageAlt: "Thomas Meyer Kunde"
},
{
id: "5", name: "Lisa Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Lisa Schmidt Kundin"
id: "5", name: "Lisa Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", imageAlt: "Lisa Schmidt Kundin"
},
{
id: "6", name: "Klaus Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg", imageAlt: "Klaus Hoffmann Kunde"
id: "6", name: "Klaus Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg?_wi=2", imageAlt: "Klaus Hoffmann Kunde"
}
]}
/>