From 5fef93b078d9e956e476bce527affa67d21eab4e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 12:30:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abce651..908a0a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,6 @@ export default function LandingPage() { @@ -154,7 +153,7 @@ export default function LandingPage() { { id: "q3", title: "Wie erhalte ich ein Angebot für mein Projekt?", content: "Sie können uns ganz einfach über unser Kontaktformular, telefonisch oder per E-Mail erreichen. Wir vereinbaren gerne einen Termin für eine kostenlose Beratung und erstellen Ihnen ein unverbindliches Angebot." }, { id: "q4", title: "Bieten Sie auch Notfall-Services an?", content: "Für unsere Bestandskunden bieten wir einen Notfall-Service an. Bitte kontaktieren Sie uns bei dringenden Anliegen direkt telefonisch." } ]} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textPosition="left" useInvertedBackground={false} /> @@ -171,8 +170,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/skilled-businessman-his-office-desk-working-report-writing_482257-107893.jpg", alt: "Felix Weber" }, { src: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", alt: "Anna Maier" } ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="slide-up" + avatarsAnimation="slide-up" useInvertedBackground={true} /> @@ -185,7 +184,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg" imageAlt="Elektriker mit Werkzeugkasten und Bauplänen" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Ihre E-Mail-Adresse" buttonText="Jetzt anfragen" @@ -201,7 +200,6 @@ export default function LandingPage() { { title: "Kontakt", items: [{ label: "Anfrage", href: "#contact" }, { label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] } ]} copyrightText="© 2024 Josef Kiermaier Elektroinstallationen. Alle Rechte vorbehalten." - useInvertedBackground={true} />