---
title: Components
description: API Reference for Next.js built-in components in the Pages Router.
url: "https://nextjs.org/docs/14/pages/api-reference/components"
docs_index: /docs/14/pages/llms.txt
version: 14.2.35
lastUpdated: 2023-06-28
prerequisites:
  - "API Reference: /docs/14/pages/api-reference"
---


> For an index of all Next.js documentation, see [/docs/14/pages/llms.txt](/docs/14/pages/llms.txt).

- [Font](/docs/14/pages/api-reference/components/font)
  - API Reference for the Font Module
- [<Head>](/docs/14/pages/api-reference/components/head)
  - Add custom elements to the `head` of your page with the built-in Head component.
- [<Image>](/docs/14/pages/api-reference/components/image)
  - Optimize Images in your Next.js Application using the built-in `next/image` Component.
- [<Image> (Legacy)](/docs/14/pages/api-reference/components/image-legacy)
  - Backwards compatible Image Optimization with the Legacy Image component.
- [<Link>](/docs/14/pages/api-reference/components/link)
  - API reference for the <Link> component.
- [<Script>](/docs/14/pages/api-reference/components/script)
  - Optimize third-party scripts in your Next.js application using the built-in `next/script` Component.

---

For an index of all available documentation, see [/docs/14/pages/llms.txt](/docs/14/pages/llms.txt)