From 7804ba3252a2c7a85859e24546c72ffe9c0d02e9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:36:56 +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 df08700..3abbe3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { title="Ihr Zuhause in besten Händen" description="Professionelle Reinigungsdienste für Privat und Gewerbe. Zuverlässig, gründlich und umweltfreundlich." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-clenching-fist-while-showing-thumb-up-blue-gingham-pajama-shirt-looking-happy-front-view_176474-44447.jpg", imageAlt: "professional cleaning service worker" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cleaning-gloves-doing-yoga_23-2148394954.jpg", imageAlt: "residential home cleaning service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-clenching-fist-while-showing-thumb-up-blue-gingham-pajama-shirt-looking-happy-front-view_176474-44447.jpg?_wi=1", imageAlt: "professional cleaning service worker" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cleaning-gloves-doing-yoga_23-2148394954.jpg?_wi=1", imageAlt: "residential home cleaning service" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "professional cleaning service worker" }, { imageSrc: "http://img.b2bpic.net/free-photo/playful-woman-dancing-with-mop-near-bucket-detergent-bottle_23-2148222239.jpg", imageAlt: "residential home cleaning service" }, { imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-pointing-front-them_23-2148687293.jpg", imageAlt: "professional cleaning service worker" }, @@ -135,11 +135,11 @@ export default function LandingPage() { { id: "standard", title: "Standard", price: "79€", period: "/h", features: ["Basic + Fenster", "Küche", "Bad intensiv"], button: { text: "Buchen", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-clenching-fist-while-showing-thumb-up-blue-gingham-pajama-shirt-looking-happy-front-view_176474-44447.jpg", imageAlt: "Auto service salon doign car wrapping"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-clenching-fist-while-showing-thumb-up-blue-gingham-pajama-shirt-looking-happy-front-view_176474-44447.jpg?_wi=2", imageAlt: "Auto service salon doign car wrapping"}, { id: "premium", title: "Premium", price: "119€", period: "/h", features: ["Standard + Polster", "Teppich", "Vollservice"], button: { text: "Buchen", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cleaning-gloves-doing-yoga_23-2148394954.jpg", imageAlt: "Auto service salon doign car wrapping"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cleaning-gloves-doing-yoga_23-2148394954.jpg?_wi=2", imageAlt: "Auto service salon doign car wrapping"}, ]} title="Transparente Preise" description="Finden Sie das Paket, das zu Ihren Anforderungen passt." -- 2.49.1