import { Search, Pencil, Code2, Rocket } from 'lucide-react'

export const processSteps = [
  {
    step: '01',
    icon: Search,
    title: 'Discover',
    description:
      'We start by understanding your actual workflow — what you do today, where time gets lost, and what a better system would feel like. No assumptions, no generic solutions.',
  },
  {
    step: '02',
    icon: Pencil,
    title: 'Design',
    description:
      'We map out the system architecture and UX before writing a single line of code. You see exactly what you are getting and why before we build.',
  },
  {
    step: '03',
    icon: Code2,
    title: 'Build',
    description:
      'We build with precision and speed. Your system is crafted from scratch, tested in real conditions, and iterated until it works the way you imagined.',
  },
  {
    step: '04',
    icon: Rocket,
    title: 'Launch',
    description:
      'We deploy, hand off, and stay available. Your system goes live with clear documentation, and we remain your technical partner as your business grows.',
  },
]
