Update src/app/page.tsx

This commit is contained in:
2026-03-07 20:10:02 +00:00
parent 4d61b55709
commit f30d8927d8

View File

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