Minimal multi-stop route with airport codes joined by thin connectors and a caption beneath each hop.
The import and the props worth knowing about, in one place.
import { Travel23 } from "@/components/beste/piece/travel23";
<Travel23
hops={[
{
"code": "IST",
"caption": "Depart"
},
{
"code": "DOH",
"caption": "2h"
},
{
"code": "BKK",
"caption": "4 days"
},
{
"code": "SIN",
"caption": "3 days"
},
{
"code": "TYO",
"caption": "Return"
}
]}
summary="11-day multi-city itinerary"
/>Multi-leg journey card with stacked segment rows and an amber layover strip between them.
Flight result with airline, price, two airport codes, and a dotted route arc connecting times.
Visual route card with origin and destination framing an SVG dashed great-circle arc in a selectable tone.
Flight card with a small plane gliding along the arc between two airports as the dotted trail fills behind it and the landing countdown ticks toward Landed.