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() {