Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58ab5482b1 | |||
| f30d8927d8 | |||
| 4d61b55709 |
@@ -94,25 +94,24 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Discovery", description: "We learn about your business, pain points, and goals through a focused consultation.", bentoComponent: "timeline", heading: "01", subheading: "Discovery", items: [
|
title: "Discovery", description: "We learn about your business, pain points, and goals through a focused consultation.", bentoComponent: "3d-stack-cards", items: [
|
||||||
{ label: "Business Analysis", detail: "Deep dive into your operations" },
|
{ icon: BookOpen, title: "Business Analysis", subtitle: "Deep dive", detail: "Understand your operations" },
|
||||||
{ label: "Goals Definition", detail: "Identify key objectives" },
|
{ icon: Lightbulb, title: "Goals Definition", subtitle: "Strategic", detail: "Identify key objectives" },
|
||||||
{ label: "Opportunity Mapping", detail: "Find AI integration points" }
|
{ icon: Zap, title: "Opportunity Mapping", subtitle: "Discovery", detail: "Find AI integration points" }
|
||||||
],
|
]
|
||||||
completedLabel: "Completed"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Implementation Steps", description: "You receive a tailored plan with clear outcomes, timelines, and investment requirements.", bentoComponent: "3d-task-list", items: [
|
title: "Implementation", description: "You receive a tailored plan with clear outcomes, timelines, and investment requirements.", bentoComponent: "3d-task-list", items: [
|
||||||
{ icon: BookOpen, label: "Strategy Document", time: "Week 1" },
|
{ icon: BookOpen, label: "Strategy Document", time: "Week 1" },
|
||||||
{ icon: Lightbulb, label: "Solution Design", time: "Week 2" },
|
{ icon: Lightbulb, label: "Solution Design", time: "Week 2" },
|
||||||
{ icon: Zap, label: "Deployment Ready", time: "Week 3" }
|
{ icon: Zap, label: "Deployment Ready", time: "Week 3" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Implementation", description: "We build and deploy your AI solutions, integrating seamlessly with your existing systems.", bentoComponent: "icon-info-cards", items: [
|
title: "Deployment", description: "We build and deploy your AI solutions, integrating seamlessly with your existing systems.", bentoComponent: "3d-stack-cards", items: [
|
||||||
{ icon: Code2, label: "Development", value: "Active" },
|
{ icon: Code2, title: "Development", subtitle: "Active", detail: "Building your solution" },
|
||||||
{ icon: Zap, label: "Integration", value: "Seamless" },
|
{ icon: Zap, title: "Integration", subtitle: "Seamless", detail: "Connecting systems" },
|
||||||
{ icon: CheckCircle, label: "Testing", value: "Thorough" }
|
{ icon: CheckCircle, title: "Testing", subtitle: "Thorough", detail: "Quality assurance" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user