import { Search, Layers, Terminal, Check } from 'lucide-react'; import type { ReactNode } from 'react'; const STEPS: { n: string; icon: ReactNode; tool: string; note: string; }[] = [ { n: '01', icon: