From b8cc70ee750ca74a63a35344fa54d8311d3c4c15 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:44:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32210a0..1265e4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,6 +28,7 @@ export default function Page() { @@ -59,6 +60,7 @@ export default function Page() { avatars={[]} ratingAnimation="slide-up" avatarsAnimation="slide-up" + useInvertedBackground={false} />
@@ -66,6 +68,7 @@ export default function Page() { faqs={[{ id: "q1", title: "How does it work?", content: "Simply sign up and start." }]} sideTitle="FAQ" faqsAnimation="slide-up" + useInvertedBackground={false} />
@@ -74,6 +77,8 @@ export default function Page() { title="Ready to start?" description="Contact our team today." buttons={[{text: "Contact Us"}]} + background={{ variant: "plain" }} + useInvertedBackground={false} />