Can the <Link> component be used to navigate to external URLs?
The <Link> component is designed to navigate within the application and cannot be used to navigate to external URLs. For external navigation, you should use a standard HTML anchor tag (<a>) with the 'href' attribute.