Flight result with airline, price, two airport codes, and a dotted route arc connecting times.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Travel1 } from "@/components/beste/piece/travel1";
<Travel1
airline="Turkish Airlines"
from="IST"
to="LHR"
departTime="09:40"
arriveTime="12:20"
duration="4h 40m · Direct"
price="$312"
tone="neutral"
/>