Visual route card with origin and destination framing an SVG dashed great-circle arc in a selectable tone.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Travel5 } from "@/components/beste/piece/travel5";
<Travel5
from="Istanbul"
fromCode="IST"
to="Tokyo"
toCode="HND"
duration="11h 05m · Nonstop"
tone="primary"
/>