From c686b7ff59a2b69c9345635719b2e2707571ecf8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 20:47:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index debb720..dfc1c4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Müller", handle: "@LocalCafe", testimonial: "Die Umsetzung war schnell, unkompliziert und extrem hilfreich für unser Geschäft.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tablet-books-arrangement-high-angle_23-2149765803.jpg", imageAlt: "minimalist workspace mockup"}, + imageSrc: "http://img.b2bpic.net/free-photo/tablet-books-arrangement-high-angle_23-2149765803.jpg?_wi=1", imageAlt: "minimalist workspace mockup"}, { name: "Markus Weber", handle: "@WeberHandwerk", testimonial: "Endlich ein Partner, der uns versteht und unsere Website perfekt betreut.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-generating-ideas-floor_53876-46943.jpg", imageAlt: "minimalist workspace mockup"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-generating-ideas-floor_53876-46943.jpg?_wi=1", imageAlt: "minimalist workspace mockup"}, { name: "Lisa Schmidt", handle: "@SchmidtBoutique", testimonial: "Großartige Unterstützung bei unseren Social Media Aktivitäten. Absolut empfehlenswert!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/25-web-development-icon-set-business-logo-concept-ideas-line-icon_1142-7381.jpg", imageAlt: "minimalist workspace mockup"}, @@ -72,7 +72,7 @@ export default function LandingPage() { { text: "Jetzt anfragen", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tablet-books-arrangement-high-angle_23-2149765803.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tablet-books-arrangement-high-angle_23-2149765803.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", alt: "young businessman happy expression"}, @@ -102,7 +102,7 @@ export default function LandingPage() { { title: "Zielorientiert", description: "Ihr unternehmerischer Erfolg steht bei uns an erster Stelle."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/colleagues-generating-ideas-floor_53876-46943.jpg" + imageSrc="http://img.b2bpic.net/free-photo/colleagues-generating-ideas-floor_53876-46943.jpg?_wi=2" /> -- 2.49.1