diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx
index d910c4d685d78..09b97c084b318 100644
--- a/docs/pages/index.mdx
+++ b/docs/pages/index.mdx
@@ -9,6 +9,7 @@ import Products, { ProductProps } from "@site/src/components/Pages/Homepage/Prod
import VersionHighlights from "@site/src/components/Pages/Homepage/VersionHighlights";
import Resources, { ResourcesProps } from "@site/src/components/Pages/Homepage/Resources";
import Integrations, { IntegrationsProps } from "@site/src/components/Pages/Homepage/Integrations";
+import GetStarted from "@site/src/components/Pages/Homepage/GetStarted";
import applicationSvg from "@site/src/components/Icon/teleport-svg/application.svg";
import linuxServersSvg from "@site/src/components/Icon/teleport-svg/linux-servers.svg";
@@ -32,6 +33,12 @@ import zeroTrustSvg from "@site/src/components/Icon/teleport-svg/zero-trust.svg"
import mwiSvg from "@site/src/components/Icon/teleport-svg/mwi.svg";
import identityGovernanceSvg from "@site/src/components/Icon/teleport-svg/identity-governance.svg";
import identitySecuritySvg from "@site/src/components/Icon/teleport-svg/identity-security.svg";
+import bookOpenSvg from "@site/src/components/Icon/teleport-svg/book-open.svg";
+import flowArrowSvg from "@site/src/components/Icon/teleport-svg/flow-arrow.svg";
+import identificationBadgeSvg from "@site/src/components/Icon/teleport-svg/identification-badge.svg";
+import listBulletsSvg from "@site/src/components/Icon/teleport-svg/list-bullets.svg";
+
+{/* lint disable page-structure remark-lint */}
-Teleport is the easiest, most secure way to access and protect all your infrastructure.
-
-The Teleport Infrastructure Identity Platform implements trusted computing at
-scale, with unified cryptographic identities for humans, machines and workloads,
-endpoints, infrastructure assets, and AI agents.
-
-## Get started
-
-You can quickly see how Teleport works by following our [Get
-Started](./get-started/get-started.mdx) guide to enroll your first resource with Teleport.
+
-
-## Architecture
-
-The Teleport Infrastructure Identity Platform consists of a certificate authority and
-identity-aware access proxy that run either on the Teleport-managed cloud or, in
-special cases, a self-hosted private network.
-
-Teleport Agents, which can run on Linux servers or Kubernetes, proxy access to
-infrastructure resources and cloud provider APIs. Users authenticate to
-infrastructure resources through Teleport Agents using short-lived certificates.
-Teleport Agents enforce role-based access controls by using certificates that embed user attributes.
-
-Learn more:
-
-- [Teleport Core Concepts](./core-concepts.mdx)
-- [Architecture Guides](./reference/architecture/architecture.mdx)
+/>
\ No newline at end of file