Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-09 11:47:26 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -73,16 +73,16 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Sarah Mueller", 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", imageAlt: "happy customer smiling portrait professional"},
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"},
{
id: "2", name: "Michael Schmidt", 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", imageAlt: "satisfied customer smiling portrait photo"},
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"},
{
id: "3", name: "Julia Becker", 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", imageAlt: "customer service representative portrait photo"},
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"},
{
id: "4", name: "Thomas Wagner", role: "Geschäftsführer", company: "Stuttgart-Mitte", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", imageAlt: "professional business portrait headshot"},
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=1", imageAlt: "professional business portrait headshot"},
]}
kpiItems={[
{

View File

@@ -94,19 +94,19 @@ export default function ReviewsPage() {
{
id: "1", name: "Sarah Mueller", 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", imageAlt: "happy customer smiling portrait professional"},
"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"},
{
id: "2", name: "Michael Schmidt", 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", imageAlt: "satisfied customer smiling portrait photo"},
"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"},
{
id: "3", name: "Julia Becker", 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", imageAlt: "customer service representative portrait photo"},
"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"},
{
id: "4", name: "Thomas Wagner", role: "Geschäftsführer", company: "Stuttgart-Mitte", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", imageAlt: "professional business portrait headshot"},
"http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=2", imageAlt: "professional business portrait headshot"},
]}
kpiItems={[
{