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