Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-09 11:44:51 +00:00
3 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -84,7 +84,7 @@ export default function HomePage() {
role: "Mutter",
company: "Stuttgart",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=1",
imageAlt: "happy customer smiling portrait professional",
},
{
@@ -93,7 +93,7 @@ export default function HomePage() {
role: "Hausbesitzer",
company: "Stuttgart-West",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg?_wi=1",
imageAlt: "satisfied customer smiling portrait photo",
},
{
@@ -102,7 +102,7 @@ export default function HomePage() {
role: "Büroleiterin",
company: "Südheimer Platz",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg?_wi=1",
imageAlt: "customer service representative portrait photo",
},
{
@@ -111,7 +111,7 @@ export default function HomePage() {
role: "Geschäftsführer",
company: "Stuttgart-Mitte",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=1",
imageAlt: "professional business portrait headshot",
},
]}

View File

@@ -104,7 +104,7 @@ export default function ReviewsPage() {
company: "Stuttgart",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
"http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=2",
imageAlt: "happy customer smiling portrait professional",
},
{
@@ -114,7 +114,7 @@ export default function ReviewsPage() {
company: "Stuttgart-West",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg",
"http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg?_wi=2",
imageAlt: "satisfied customer smiling portrait photo",
},
{
@@ -124,7 +124,7 @@ export default function ReviewsPage() {
company: "Südheimer Platz",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg",
"http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg?_wi=2",
imageAlt: "customer service representative portrait photo",
},
{
@@ -134,7 +134,7 @@ export default function ReviewsPage() {
company: "Stuttgart-Mitte",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg",
"http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=2",
imageAlt: "professional business portrait headshot",
},
]}