From fd967de50af341119f4abca0316276944a5a679e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:34:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e1beca..d62a5f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,16 +139,16 @@ export default function LandingPage() { description="A methodical approach to building AI systems that actually work." 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" -- 2.49.1