I designed this sleek, minimalist conversion card to visually represent transitions—like flight routes or asset swaps.
import AirplaneIcon from "@/components/ui/flight-routes-conversion-card"; export default function DemoOne() { return <AirplaneIcon />; }