Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 439b78d3c5 | |||
| 123644d421 | |||
| cb0f2ac6d0 | |||
| fd967de50a | |||
| 317d38c8b6 | |||
| c1a670d962 | |||
| 60548605d1 |
@@ -82,8 +82,8 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
gridVariant="uniform-3-items"
|
gridVariant="uniform-3"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground={false}
|
||||||
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: "Audit", description: "Deep analysis of your workflows, customer interactions, and pain points.", icon: Search
|
title: "1. Audit", description: "Deep analysis of your workflows, customer interactions, and pain points.", icon: Search
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Strategy", description: "Custom AI roadmap designed specifically for your business model.", icon: Lightbulb
|
title: "2. Strategy", description: "Custom AI roadmap designed specifically for your business model.", icon: Lightbulb
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Build", description: "Development of production-grade AI agents and integrations.", icon: Wrench
|
title: "3. Build", description: "Development of production-grade AI agents and integrations.", icon: Wrench
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Deploy", description: "Launch with support, monitoring, and continuous optimization.", icon: Send
|
title: "4. Deploy", description: "Launch with support, monitoring, and continuous optimization.", icon: Send
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user