From a7b97673570132412142ba7428d9c548ff84494f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:08:44 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fc1df09..915892a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -120,6 +120,7 @@ export default function ContactPage() { animationType="slide-up" textboxLayout="default" carouselMode="buttons" + useInvertedBackground={false} /> @@ -150,6 +151,7 @@ export default function ContactPage() { textPosition="left" faqsAnimation="slide-up" animationType="smooth" + useInvertedBackground={false} /> -- 2.49.1