Link is a React component that extends the HTML element to provide prefetching and client-side navigation between routes. It is the primary way to navigate between routes in Next.js.
To use Link, import it from next/link, and pass a href prop to the component:
nextjs 13| reactjs | Next.js 13