Car Rental

Rental-car result row with a slate car tile, per-day price, and a specs grid for seats, transmission, fuel.

Volkswagen Golf or similarEconomy
$34 / day
5 seats
Automatic
Petrol

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Travel17 } from "@/components/beste/piece/travel17";

<Travel17
  model="Volkswagen Golf or similar"
  category="Economy"
  seats={5}
  transmission="Automatic"
  fuel="Petrol"
  pricePerDay="$34 / day"
/>