diff --git a/src/app/page.tsx b/src/app/page.tsx index 7510e36..3981780 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function Page() { description="Ihr Spezialist für den perfekten Herrenhaarschnitt im 22. Bezirk." buttons={[{ text: "Jetzt Termin vereinbaren", href: "tel:+4366087511680" }]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", imageAlt: "Barbershop interior" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", imageAlt: "dark modern barber shop interior" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", imageAlt: "Barber chair" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", imageAlt: "Barber tools" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", imageAlt: "Interior details" }, @@ -76,11 +76,11 @@ export default function Page() { title="Unsere Kunden" description="Stimmen unserer zufriedenen Kunden aus Wien." testimonials={[ - { id: "1", name: "Ayouan M.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg" }, - { id: "2", name: "Max S.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/customer-showing-magazine-barber_23-2147737099.jpg" }, - { id: "3", name: "Lukas K.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-hair-washed_23-2148224416.jpg" }, - { id: "4", name: "David L.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/long-bearded-man-looking-clothes-hanging-rail-shop_23-2148175632.jpg" }, - { id: "5", name: "Andreas F.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg" } + { id: "1", name: "Ayouan M.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg", imageAlt: "smiling customer portrait barber shop" }, + { id: "2", name: "Max S.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/customer-showing-magazine-barber_23-2147737099.jpg", imageAlt: "young man stylish haircut portrait" }, + { id: "3", name: "Lukas K.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-hair-washed_23-2148224416.jpg", imageAlt: "satisfied customer portrait" }, + { id: "4", name: "David L.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/long-bearded-man-looking-clothes-hanging-rail-shop_23-2148175632.jpg", imageAlt: "man looking fresh barber shop" }, + { id: "5", name: "Andreas F.", role: "Kunde", company: "Wien", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg", imageAlt: "male portrait barber studio" } ]} />