9.

What is the purpose of the <Link> component in Next.js?

It enables code splitting and lazy loading of components.

<Link> is not a valid component in Next.js.

It allows for server-side rendering of pages.

It is used for client-side navigation between pages.