From 7b5fa057617358ce5de9b2fae2c9e72bad6b956b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:16:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d808d4f..b8dc83d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,19 +74,19 @@ export default function LandingPage() { imageAlt: "Moderne Salonansicht", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668424.jpg?_wi=1", imageAlt: "Balayage Haarstyling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-young-girl_23-2147769807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-young-girl_23-2147769807.jpg?_wi=1", imageAlt: "Damenhaarschnitt", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg?_wi=1", imageAlt: "Hochsteckfrisur", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-combing-beard-man_23-2147778903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-combing-beard-man_23-2147778903.jpg?_wi=1", imageAlt: "Styling Prozess", }, ]} @@ -119,21 +119,21 @@ export default function LandingPage() { { title: "Haarschnitte & Styling", description: "Individuelle Schnitte für jeden Typ, inklusive Beratung und professionellem Föhnen.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-young-girl_23-2147769807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-young-girl_23-2147769807.jpg?_wi=2", titleIconSrc: "Scissors", buttonText: "Mehr erfahren", }, { title: "Farbe & Balayage", description: "Moderne Färbetechniken wie Balayage für natürlich wirkende, glänzende Farbergebnisse.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668424.jpg?_wi=2", titleIconSrc: "Palette", buttonText: "Mehr erfahren", }, { title: "Event & Styling", description: "Elegante Hochsteckfrisuren und Styling für besondere Anlässe, Hochzeiten oder Events.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg?_wi=2", titleIconSrc: "Sparkles", buttonText: "Mehr erfahren", }, @@ -153,7 +153,7 @@ export default function LandingPage() { id: "1", name: "Sarah Müller", role: "Senior Stylistin", - imageSrc: "http://img.b2bpic.net/free-photo/woman-combing-beard-man_23-2147778903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-combing-beard-man_23-2147778903.jpg?_wi=2", }, { id: "2", -- 2.49.1