From a5e6940a791f314af903e7386cf78adc894cf7cd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:14:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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() { -- 2.49.1