From 26d2ba7354e463043d04e70233e22a8615c715a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 14:58:36 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d4b4495..96cd406 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -20,7 +20,7 @@ export default function HomePage() { primaryButton={{ text: "Termin buchen", href: "#contact" }} secondaryButton={{ text: "Unsere Leistungen", href: "#services" }} items={[ - { imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-ready-giving-haircut-her-client_23-2148353413.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-bride-getting-ready_23-2149640900.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102194.jpg" }, @@ -46,7 +46,7 @@ export default function HomePage() { }, { title: "Farbe & Nuancierung", description: "Individuelle Färbetechniken wie Balayage, Highlights und klassische Coloration.", bentoComponent: "media-stack", mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hair-care-product_23-2151918426.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/unpleased-looking-down-young-beautiful-female-barber-uniform-combing-hair-isolated-blue-background_141793-119376.jpg" } ] -- 2.49.1