diff --git a/src/app/page.tsx b/src/app/page.tsx index 4be3b70..640370b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,6 +101,7 @@ export default function LandingPage() { title="Customer Success Stories" description="What our partners say about working with us." showRating={true} + useInvertedBackground={false} animationType="slide-up" textboxLayout="default" testimonials={[ @@ -116,6 +117,7 @@ export default function LandingPage() { title="Installment Questions" description="Everything you need to know about our payment plans." faqsAnimation="slide-up" + useInvertedBackground={false} textboxLayout="split" faqs={[ { id: "q1", title: "What installment plans do you offer?", content: "We offer flexible monthly and quarterly payment plans for our consulting packages." }, @@ -128,6 +130,7 @@ export default function LandingPage() {