In Next.js, there are several props that are commonly used in components:
1. router: An object that provides information about the current URL, such as the pathname, query parameters, and asPath. You can use this prop to programmatically navigate to other pages or to extract information from the URL.