From db17d4f9ea8e0ed5474363aa60e1a3db50608c8b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:16:33 +0000 Subject: [PATCH] Update src/app/uber-uns/page.tsx --- src/app/uber-uns/page.tsx | 53 ++++++++++----------------------------- 1 file changed, 13 insertions(+), 40 deletions(-) diff --git a/src/app/uber-uns/page.tsx b/src/app/uber-uns/page.tsx index 269c935..5f91dc0 100644 --- a/src/app/uber-uns/page.tsx +++ b/src/app/uber-uns/page.tsx @@ -33,8 +33,7 @@ export default function AboutPage() { { name: "FAQ", id: "faq" } ]} button={{ - text: "Kontakt", - href: "/kontakt" + text: "Kontakt", href: "/kontakt" }} brandName="Finanzberatung Plus" /> @@ -50,10 +49,11 @@ export default function AboutPage() { { value: "20+", title: "Jahre Erfahrung in der Finanzberatung" }, { value: "500+", title: "Zufriedene Kunden und Familien" } ]} - imageSrc="http://img.b2bpic.net/free-photo/reading-statistics_1098-13505.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/reading-statistics_1098-13505.jpg" imageAlt="Holistische Finanzberatung" useInvertedBackground={false} - mediaAnimation="slide-up" + mediaAnimation="smooth" + metricsAnimation="smooth" /> @@ -61,25 +61,13 @@ export default function AboutPage() {