import { Icon, type IconName } from "@/components/icons"; const steps: Array<{ number: string; icon: IconName; title: string; text: string; }> = [ { number: "01", icon: "folder", title: "Pick anything", text: "Choose one file, a whole batch, or a complete folder. Its structure stays intact.", }, { number: "02", icon: "qr", title: "Pass a tiny invitation", text: "Share a QR code, tap an NFC tag, or send a portable .vnd invitation file.", }, { number: "03", icon: "shield", title: "Let them knock", text: "Every new receiver asks first by default. You choose approve or refuse.", }, { number: "04", icon: "verified", title: "Stream and verify", text: "Files move over an authenticated encrypted connection and are verified as they arrive.", }, { number: "05", icon: "stop", title: "Close the door", text: "Follow each receiver, cancel in progress, or stop sharing to revoke the invitation.", }, ]; export function TransferFlow() { return (
{step.text}