diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e3a4ae1..5f5376c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -69,10 +69,10 @@ export default function ContactPage() { tag="FAQ" tagIcon={HelpCircle} faqs={faqItems} - animationType="slide-up" + animationType="instant" textboxLayout="default" useInvertedBackground={false} - faqsAnimation="smooth" + faqsAnimation="slide-up" /> diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index bb07dcc..522d462 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -75,14 +75,14 @@ export default function ContactPage() { id: "6", title: "Kann ich meine bestehenden Vermögenswerte behalten?", content: "Selbstverständlich. Wir respektieren Ihre bestehenden Investments und Vermögensstrukturen vollständig. Nur wo es für Ihre Finanzstrategie sinnvoll ist, werden wir gemeinsam mit Ihnen Optimierungen erörtern und umsetzen." } ]} - animationType="slide-up" + animationType="instant" title="Häufig gestellte Fragen zum Kontakt" description="Antworten zu Fragen rund um die Terminvereinbarung und erste Schritte" tag="Kontakt-FAQ" tagIcon={HelpCircle} textboxLayout="default" useInvertedBackground={false} - faqsAnimation="smooth" + faqsAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c125a4..03a288e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,8 +77,8 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/reading-statistics_1098-13505.jpg" imageAlt="Holistische Finanzberatung" useInvertedBackground={false} - mediaAnimation="smooth" - metricsAnimation="smooth" + mediaAnimation="none" + metricsAnimation="none" /> @@ -205,7 +205,7 @@ export default function HomePage() { id: "6", title: "Kann ich meine bestehenden Vermögenswerte behalten?", content: "Ja, das können Sie. Wir respektieren Ihre bestehenden Investments und Vermögensstrukturen. Wenn sinnvoll, optimieren wir diese in Absprache mit Ihnen. Es gibt keinen Zwang, alles zu verändern – nur wo es Sinn macht." } ]} - animationType="slide-up" + animationType="none" title="Häufig gestellte Fragen" description="Antworten zu den wichtigsten Fragen unserer Kunden und Interessenten" tag="FAQ" diff --git a/src/app/uber-uns/page.tsx b/src/app/uber-uns/page.tsx index 5f91dc0..8e5657b 100644 --- a/src/app/uber-uns/page.tsx +++ b/src/app/uber-uns/page.tsx @@ -52,8 +52,8 @@ export default function AboutPage() { imageSrc="http://img.b2bpic.net/free-photo/reading-statistics_1098-13505.jpg" imageAlt="Holistische Finanzberatung" useInvertedBackground={false} - mediaAnimation="smooth" - metricsAnimation="smooth" + mediaAnimation="none" + metricsAnimation="none" />