What is the purpose of the 'scroll' prop in the <Link> component?
The 'scroll' prop in the <Link> component is used to scroll to the top of the page on navigation. This is useful when you want to ensure that the user starts at the top of the page after navigating to a new route.