From f30d8927d8a082cd4fa828237a28f3beaf67a59e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:10:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84ef5c5..b6e18d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ] } ]}