9 Commits

Author SHA1 Message Date
71c555fe94 Update src/app/page.tsx 2026-03-03 06:56:07 +00:00
4d01f02b26 Update src/app/page.tsx 2026-03-03 06:53:40 +00:00
42959b6253 Update src/app/page.tsx 2026-03-03 06:51:15 +00:00
9308e6d2cc Update src/app/page.tsx 2026-03-03 06:48:40 +00:00
56bd7b2b40 Switch to version 1: modified src/app/page.tsx 2026-03-03 06:47:39 +00:00
c54dc989ce Merge version_2 into main
Merge version_2 into main
2026-03-03 06:46:45 +00:00
2a069f427c Merge version_2 into main
Merge version_2 into main
2026-03-03 06:37:54 +00:00
75215775b3 Merge version_2 into main
Merge version_2 into main
2026-03-03 06:36:25 +00:00
150b992cbe Merge version_2 into main
Merge version_2 into main
2026-03-03 06:34:18 +00:00

View File

@@ -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}