import { Search, PenTool, Code, Rocket } from "lucide-react" const steps = [ { number: "01", title: "Discovery", description: "We dive deep into your business goals, target audience, and competition to build a solid project strategy.", icon: Search, gradient: "from-blue-500 to-cyan-400", }, { number: "02", title: "Design", description: "Our designers create wireframes and high-fidelity mockups that bring your vision to life with pixel-perfect precision.", icon: PenTool, gradient: "from-violet-500 to-purple-400", }, { number: "03", title: "Develop", description: "Our engineers build your product using modern tech stacks with clean code, performance, and scalability in mind.", icon: Code, gradient: "from-pink-500 to-rose-400", }, { number: "04", title: "Deploy", description: "We launch your project with rigorous QA testing, performance optimization, and ongoing support to ensure success.", icon: Rocket, gradient: "from-amber-500 to-orange-400", }, ] export function ProcessTimeline() { return (

Our Process

How We Work

A proven 4-step process that takes your project from idea to launch.

{/* Desktop: horizontal timeline */}
{/* Connecting line */} {/* Mobile: vertical timeline */}
{/* Vertical line */}
) }