Merge version_1 into main #1

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

View File

@@ -189,7 +189,7 @@ export default function LandingPage() {
role: "Privatkunde",
company: "Essen Rüttenscheid",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg?_wi=1",
},
{
id: "t2",
@@ -197,7 +197,7 @@ export default function LandingPage() {
role: "Bauherrin",
company: "Essen Stadtwald",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg?_wi=1",
},
{
id: "t3",

View File

@@ -76,12 +76,12 @@ export default function LandingPage() {
{
id: "m1",
name: "Sahit Tahiri",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg?_wi=2",
},
{
id: "m2",
name: "Teammitglied 2",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg?_wi=2",
},
]}
/>