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