From 3d3bda299cc01b888d63827f2708d16ea8b5c803 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:25:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 320ab16..0cc2b59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,19 +82,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Kleine Nordseekrabbe", handle: "Google Review", testimonial: "Alles super - bekomme immer schnell und unkompliziert einen Termin, freundliche Mitarbeiter, gute Preise!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=1"}, { id: "2", name: "Sarah M.", handle: "Google Review", testimonial: "Sehr professionell und sauber. Ich komme definitiv wieder.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=2"}, { id: "3", name: "Lisa K.", handle: "Google Review", testimonial: "Wunderschönes Ergebnis, bin total begeistert!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=3"}, { id: "4", name: "Julia P.", handle: "Google Review", testimonial: "Toller Service, sehr empfehlenswert für Leverkusen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=4"}, { id: "5", name: "Sabine H.", handle: "Google Review", testimonial: "Die beste Maniküre in ganz Leverkusen. Sehr zu empfehlen!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=5"}, ]} showRating={true} title="Kundenstimmen" @@ -112,9 +112,9 @@ export default function LandingPage() { description="Unsere zertifizierten Nageldesigner sorgen für Ihren perfekten Look." members={[ { - id: "m1", name: "Elena", role: "Master Stylistin", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"}, + id: "m1", name: "Elena", role: "Master Stylistin", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=6"}, { - id: "m2", name: "Maria", role: "Nageldesignerin", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"}, + id: "m2", name: "Maria", role: "Nageldesignerin", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=7"}, ]} /> -- 2.49.1