From e71fac60415236f0cc76aab9b0790f848741f15d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 19:04:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11920f4..29fa252 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Kontakt", id: "contact" }, ]} button={{ - text: "Anfrage stellen", href: "#contact"}} + text: "Anfrage stellen", href: "#contact" + }} /> @@ -66,7 +67,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/woodworking-professional-using-sandpaper-sanding-wooden-surface_482257-97482.jpg" imageAlt="Handwerksmeister bei der Arbeit" useInvertedBackground={false} - mediaAnimation="slide-up" tagAnimation="blur-reveal" /> @@ -104,13 +104,17 @@ export default function LandingPage() {