Itemized receipt for a trip with a dashed divider before the bold total and passenger note.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Travel7 } from "@/components/beste/piece/travel7";
<Travel7
title="Fare breakdown"
items={[
{
"label": "Base fare",
"value": "$284.00"
},
{
"label": "Taxes & fees",
"value": "$28.40"
},
{
"label": "Seat selection",
"value": "$12.00"
}
]}
total="$324.40"
perPerson="For 1 adult"
/>