where I'm trying to fetch the data with the id, to access the Id, you pass like this
const Car = ({ params }) => { const { id } = params ... }