From 5c28bbcd6888936e249ad2df04cd32e02110d75a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:21:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fba6dc5..54852fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,15 +51,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Founder, TechCorp", testimonial: "Endlich eine Plattform für echte Unternehmer!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg", imageAlt: "professional woman entrepreneur portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg?_wi=1", imageAlt: "professional woman entrepreneur portrait" }, { name: "Michael Chen", handle: "CEO, InnovateLab", testimonial: "Der beste Ort zum Netzwerken in Deutschland.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "professional man businessman portrait" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=1", imageAlt: "professional man businessman portrait" }, { name: "Emily Rodriguez", handle: "Founder, GrowthCo", testimonial: "Authentische Connections auf höchstem Niveau.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg", imageAlt: "young entrepreneur woman portrait" + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg?_wi=1", imageAlt: "young entrepreneur woman portrait" } ]} buttons={[ @@ -127,15 +127,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Founder", company: "TechCorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg", imageAlt: "professional woman entrepreneur portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg?_wi=2", imageAlt: "professional woman entrepreneur portrait" }, { id: "2", name: "Michael Chen", role: "CEO", company: "InnovateLab", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "professional man businessman portrait" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=2", imageAlt: "professional man businessman portrait" }, { id: "3", name: "Emily Rodriguez", role: "Founder", company: "GrowthCo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg", imageAlt: "young entrepreneur woman portrait" + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg?_wi=2", imageAlt: "young entrepreneur woman portrait" }, { id: "4", name: "David Kim", role: "Manager", company: "StartupXYZ", rating: 5, -- 2.49.1