Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-30 15:14:17 +00:00

View File

@@ -62,6 +62,8 @@ export default function LandingPage() {
description="Focus on building, we handle the rest."
animationType="slide-up"
features={[]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>
@@ -81,6 +85,8 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
metrics={[]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -91,6 +97,8 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
members={[]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -101,6 +109,8 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
testimonials={[]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -126,6 +139,9 @@ export default function LandingPage() {
<SocialProofOne
names={["Partner A", "Partner B", "Partner C"]}
title="Trusted Partners"
description="Our strong network of partners."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>