From a20e85bf6b8e9f70c1e44cdfb8ba67d75d89561d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:26:52 +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 bc73e57..cb742c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Termin anfragen" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193556.jpg" imageAlt="Professionelle Autopflege und Detailing Service" mediaAnimation="blur-reveal" @@ -76,7 +76,7 @@ export default function LandingPage() { title: "Außenaufbereitung", description: "Professionelle Politur, Versiegelung und Keramikbeschichtung für einen perfekten Glanz", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg?_wi=1", imageAlt: "Außenaufbereitung und Politur" + imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg", imageAlt: "Außenaufbereitung und Politur" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194116.jpg", imageAlt: "Lackkorrektur und Kratzerentfernung" @@ -90,7 +90,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-vacuuming-car-seats_23-2149316437.jpg", imageAlt: "Innenraumreinigung und Detailing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg?_wi=2", imageAlt: "Komplette Fahrzeugaufbereitung" + imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg", imageAlt: "Komplette Fahrzeugaufbereitung" } ] } @@ -163,7 +163,7 @@ export default function LandingPage() { tag="Kontaktieren Sie uns" title="Bereit für perfekte Autopflege?" description="Vereinbaren Sie noch heute einen Termin und lassen Sie Ihr Fahrzeug von den Profis aufbereiten. Wir sind Mo-Fr von 10:00 bis 18:00 Uhr für Sie erreichbar." - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Ihre E-Mail Adresse" buttonText="Termin anfragen" -- 2.49.1