diff --git a/src/app/page.tsx b/src/app/page.tsx index 27b3512..6fd227d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,8 @@ export default function LandingPage() { description="Focus on building, we handle the rest." animationType="slide-up" features={[]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -71,6 +73,8 @@ export default function LandingPage() { description="Choose the plan that fits your growth stage." animationType="slide-up" plans={[]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -81,6 +85,8 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" metrics={[]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -91,6 +97,8 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" members={[]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -101,6 +109,8 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" testimonials={[]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -110,6 +120,8 @@ export default function LandingPage() { description="Answers to common questions about our procurement services." faqsAnimation="slide-up" faqs={[]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -119,6 +131,7 @@ export default function LandingPage() { title="Let's Connect" description="Get in touch with us today." background={{ variant: 'sparkles-gradient' }} + useInvertedBackground={false} /> @@ -126,6 +139,9 @@ export default function LandingPage() {