Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71c555fe94 | |||
| 4d01f02b26 | |||
| 42959b6253 | |||
| 9308e6d2cc | |||
| 56bd7b2b40 | |||
| c54dc989ce | |||
| 2a069f427c | |||
| 75215775b3 | |||
| 150b992cbe |
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
gridVariant="uniform-3"
|
gridVariant="uniform-3-items"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -139,16 +139,16 @@ export default function LandingPage() {
|
|||||||
description="A methodical approach to building AI systems that actually work."
|
description="A methodical approach to building AI systems that actually work."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "1. Audit", description: "Deep analysis of your workflows, customer interactions, and pain points.", icon: Search
|
title: "Audit", description: "Deep analysis of your workflows, customer interactions, and pain points.", icon: Search
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "2. Strategy", description: "Custom AI roadmap designed specifically for your business model.", icon: Lightbulb
|
title: "Strategy", description: "Custom AI roadmap designed specifically for your business model.", icon: Lightbulb
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "3. Build", description: "Development of production-grade AI agents and integrations.", icon: Wrench
|
title: "Build", description: "Development of production-grade AI agents and integrations.", icon: Wrench
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "4. Deploy", description: "Launch with support, monitoring, and continuous optimization.", icon: Send
|
title: "Deploy", description: "Launch with support, monitoring, and continuous optimization.", icon: Send
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Ready to Scale?"
|
tag="Ready to Scale?"
|
||||||
title="Replace Manual Work With AI"
|
title="Replace Manual Work With AI"
|
||||||
description="Let's talk about how Nuvion Media can automate your business, reduce costs, and accelerate growth. Book a strategy call with our team."
|
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."
|
||||||
tagIcon={Rocket}
|
tagIcon={Rocket}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user