Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-03 07:05:07 +00:00
parent 592337f02a
commit 480b2c8592

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
}
]}
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground="invertDefault"
gridVariant="uniform-3-items"
animationType="slide-up"
/>
@@ -128,7 +128,7 @@ export default function LandingPage() {
}
]}
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground="invertDefault"
animationType="slide-up"
/>
</div>
@@ -162,7 +162,7 @@ export default function LandingPage() {
<ContactSplit
tag="Ready to Scale?"
title="Replace Manual Work With AI"
description="Book a 20-minute strategy call to see ROI projections for your business. Our team will analyze your workflows and show exactly how Nuvion can automate operations, reduce costs, and accelerate growth."
description="Let's talk about how Nuvion Media can automate your business, reduce costs, and accelerate growth. Book a strategy call with our team."
tagIcon={Rocket}
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}