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" } ]} />