From 64faa3498b899d98fed6b1ad386119847aedd61d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 08:13:17 +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 abfd6d5..9296f2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Unsere Leidenschaft" description="Bei MÄNNER KULTUR steht der Kunde im Mittelpunkt. Wir nehmen uns Zeit, hören zu und setzen auf Handwerk auf höchstem Niveau, um Ihnen eine Wohlfühlatmosphäre und den perfekten Look zu garantieren." - imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg?_wi=1" /> @@ -108,7 +108,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Markus S.", role: "Kunde", company: "Stammkunde", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg?_wi=1"}, { id: "2", name: "Thomas K.", role: "Kunde", company: "Stammkunde", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-surprised-talking-phone_23-2147689184.jpg"}, @@ -120,7 +120,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg"}, { id: "5", name: "Stefan R.", role: "Kunde", company: "Stammkunde", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grooming-man-salon_23-2147737017.jpg?_wi=2"}, ]} kpiItems={[ { @@ -145,7 +145,7 @@ export default function LandingPage() { description="Wir bitten um telefonische Terminvereinbarung. Wir freuen uns auf Ihren Anruf!" buttonText="Anrufen" onSubmit={(email) => window.location.href = 'tel:073749205395'} - imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1