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} />