From dbf8e6de2984e898b3361ab3195c59113cf23100 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:18:42 +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 00e9c29..9a47e64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg", imageAlt: "Modernes Friseursalon Ambiente" }, + { imageSrc: "http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg?_wi=1", imageAlt: "Modernes Friseursalon Ambiente" }, { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg", imageAlt: "Professioneller Damenhaarschnitt" }, - { imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Moderner Herrenhaarschnitt" }, + { imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg?_wi=1", imageAlt: "Moderner Herrenhaarschnitt" }, { imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Freundliches Team" }, { imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", imageAlt: "Moderne Einrichtung" } ]} @@ -109,7 +109,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Herrenhaarschnitte", description: "Klassische und moderne Schnitte mit präziser Ausführung und hochwertigen Produkten", media: { imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Herrenhaarschnitt" }, + id: "2", title: "Herrenhaarschnitte", description: "Klassische und moderne Schnitte mit präziser Ausführung und hochwertigen Produkten", media: { imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg?_wi=2", imageAlt: "Herrenhaarschnitt" }, items: [ { icon: Scissors, text: "Klassische Schnitte" }, { icon: Zap, text: "Moderne Styles" }, @@ -190,7 +190,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Nachricht oder spezielle Wünsche...", rows: 4, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg?_wi=2" imageAlt="Timeless Friseur Freistett" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1