From fa59e7d8aee7636bcb5b8b2e1f13f2214547c243 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 19:42:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a24e47c..b67a9e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ const navItems = [{ name: 'Home', id: '/' }]; export default function Page() { return ( - + @@ -29,6 +29,7 @@ export default function Page() { animationType="slide-up" textboxLayout="default" features={[]} + useInvertedBackground={false} />
@@ -37,6 +38,7 @@ export default function Page() { description="See what our customers say." textboxLayout="default" testimonials={[]} + useInvertedBackground={false} />
@@ -54,12 +58,14 @@ export default function Page() { faqsAnimation="slide-up" textboxLayout="default" faqs={[]} + useInvertedBackground={false} />