From 1b3e6b0b1055b220b7e7adba2ba8c07a23fc9140 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:37:46 +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 f07b0c6..79fde79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,12 +46,12 @@ export default function LandingPage() { description="Über 150 zufriedene Kunden • 4.8★ Bewertung" buttons={[{ text: "Termin buchen", href: "#contact" }, { text: "Jetzt anrufen", href: "tel:+4984179442632" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg", imageAlt: "Luxuriöses Salon-Ambiente" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg", imageAlt: "Professionelles Styling" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg", imageAlt: "Hochwertiges Interieur" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg", imageAlt: "Dein Friseur in Ingolstadt" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg", imageAlt: "Premium Haarpflege" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg", imageAlt: "Exklusiver Service" } + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg?_wi=1", imageAlt: "Luxuriöses Salon-Ambiente" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg?_wi=2", imageAlt: "Professionelles Styling" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg?_wi=3", imageAlt: "Hochwertiges Interieur" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg?_wi=4", imageAlt: "Dein Friseur in Ingolstadt" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg?_wi=5", imageAlt: "Premium Haarpflege" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg?_wi=6", imageAlt: "Exklusiver Service" } ]} /> -- 2.49.1