+ )
+}
diff --git a/src/components/icons/AgentIcons.jsx b/src/components/icons/AgentIcons.jsx
new file mode 100644
index 00000000..70edfabe
--- /dev/null
+++ b/src/components/icons/AgentIcons.jsx
@@ -0,0 +1,24 @@
+/**
+ * Agent marks without Simple Icons entries — copied from the website's
+ * swiss agent-icons (phase.dev). All render in currentColor.
+ */
+export const ClaudeIcon = (props) => (
+
+)
+
+/** Official Cursor cube mark (2D variant from the Cursor brand kit). */
+export const CursorIcon = (props) => (
+
+)
+
+/** Official OpenCode logomark (opencode.ai/brand), flattened to currentColor. */
+export const OpenCodeIcon = (props) => (
+
+)
diff --git a/src/pages/index.mdx b/src/pages/index.mdx
index ff40b5f7..9541bed9 100644
--- a/src/pages/index.mdx
+++ b/src/pages/index.mdx
@@ -1,38 +1,19 @@
-import { PlatformsIntegration } from '@/components/PlatformsIntegration'
+import { PhaseAtAGlance } from '@/components/PhaseAtAGlance'
-import { Deployments } from '@/components/Deployments'
-import { SecurityResources } from '@/components/SecurityResources'
import { Platform } from '@/components/Platform'
-import { About } from '@/components/AboutPhase'
import { HeroPattern } from '@/components/HeroPattern'
-import { Tag } from '@/components/Tag'
-import { FaArrowRight } from 'react-icons/fa'
export const description =
- 'Phase is an open source & end-to-end encrypted platform for creating, managing, syncing and deploying secrets and environment variables across your infrastructure.'
+ 'Secrets management for your applications and AI agents. Store secrets as key-value pairs across environments and access them via the CLI, SDKs and APIs. Automate the secret lifecycle — mint, rotate, deploy, revoke. Control access and gain visibility.'
-# Introduction
+# The Phase platform
-Phase is an open-source, end-to-end encrypted platform for creating, managing, and deploying application secrets and environment variables across your infrastructure. {{ className: 'lead' }}
-
-- **Import** secrets from `.env` files and [inject](/quickstart#3-inject-secrets) them into any application or container at runtime.
-- **Automate** secret deployment to platforms like [GitHub Actions](/integrations/platforms/github-actions), [Kubernetes](/integrations/platforms/kubernetes), [AWS](/integrations/platforms/aws-secrets-manager) and more.
-- **Share** secrets with your [team](/console/users#add-users-to-an-organisation) and manage access to secrets with [cryptographic RBAC](/console/environments#manage-user-access).
-- **Manage** secrets with [environments](/console/environments), audit-logs, [RBAC](/access-control) etc.
-
-
-
-
-The Phase platform provides powerful secret management features including personal secret overrides, secret versioning & roll-back, secret referencing, RBAC, and much more.
-You can replace .env files with runtime secret inject with a fully-featured [CLI](/cli), deploy secrets to third party services with native integrations, and build your own custom workflows and integrations with [SDKs](/sdks) and [APIs](/public-api).
-
-
-
-The platform is built on a sophisticated [encryption architecture](/security/architecture), while abstracting as much of the complexity of this implementation away from the user as possible.
+Secrets management for your applications and AI agents. Store secrets as key-value pairs across environments and access them via the CLI, SDKs and APIs. Automate the secret lifecycle — mint, rotate, deploy, revoke. Control access and gain visibility. {{ className: 'lead' }}
+
---
@@ -44,51 +25,4 @@ Get setup with Phase in minutes by following the Quickstart guide. This Guide wi
-
-
-
-## Integrate Phase
-
-Seamlessly work with your preferred tools and platforms.
-
-
-
-
-
-
-
-## Self-host Phase
-
-Deploy Phase on your own infrastructure, maintain full control over your data.
-
-
-
-
-
-
-
----
-
-## Ready to try?{{ anchor: true }}
-
-To get started, create a new application in your [Phase Console](https://console.phase.dev) and set up the [Phase CLI](/cli/usage). {{ className: 'lead' }}
-
-