From 0d29c9ea8c1650063cbbf4c742c28f2a5e11d030 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:18:53 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.49.1 From 494ef20cd331022976cfe77e378716a3926dab84 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:18:53 +0000 Subject: [PATCH 2/4] Update src/app/kontakt/page.tsx --- src/app/kontakt/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.49.1 From 3ff247f6538454a7149cf433e49dd20ef8e28793 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:18:54 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1 From ed01ec7b37b419c0ccf7fe097a19af5ce3988244 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:18:54 +0000 Subject: [PATCH 4/4] Update src/app/uber-uns/page.tsx --- src/app/uber-uns/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.49.1