diff --git a/runatlantis.io/index.md b/runatlantis.io/index.md
index effd36c98e..907cf35b81 100644
--- a/runatlantis.io/index.md
+++ b/runatlantis.io/index.md
@@ -1,167 +1,43 @@
---
# https://vitepress.dev/reference/default-theme-home-page
-layout: page
-sidebar: false
+layout: home
-title: Atlantis
-description: Terraform Pull Request Automation
----
-
-
-
-
-
-
Atlantis
-
- Terraform Pull Request Automation
-
-
- Get Started →
-
-
-
-
-
-
-
The Atlantis Workflow
-
-
-
-
+pageClass: home-custom
-
-
-
-
Benefits
-
-
-
-
-
Fewer Mistakes
-
Bring the benefits of code review to your operations
- workflow.
-
- - Catch errors in
- the Terraform plan output before it's applied.
-
- - Ensure that you
- apply changes before merging to main.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Put the Dev back into DevOps
-
Empower your developers to write Terraform. Safely.
-
- - Developers can
- submit Terraform pull requests without needing credentials.
-
- - Operators can
- require approvals prior to allowing an apply.
-
-
-
-
-
-
-
-
-
-
-
Instant Audit Logs And Compliance
-
Pass audits without compromising your workflow.
-
- - Each pull request now holds a detailed log of what infrastructure changes were made and when; along with who made the change and who approved it.
-
- - Atlantis can be configured to require approvals on every production change.
-
-
-
-
-
-
-
-
-
-
-
-
+hero:
+ name: Atlantis
+ text: Terraform Pull Request Automation
+ tagline: Running Terraform Workflows with Ease
+ image: /hero.png
+ actions:
+ - theme: brand
+ text: Get Started
+ link: /guide/introduction
+ - theme: alt
+ text: What is Atlantis?
+ link: https://medium.com/runatlantis/introducing-atlantis-6570d6de7281
+ - theme: alt
+ text: View on GitHub
+ link: https://github.com/runatlantis/atlantis
-
-
-
Proven at Scale
-
-
-
-
-
-
-
-
-
- - Used by one of the world's top companies to manage over 600 Terraform repos with 300 developers.
-
- - In production use since 2017.
-
-
-
-
-
-
-
+features:
+ - title: Fewer Mistakes
+ details: "Catch errors in Terraform plan output before applying changes. Ensure changes are applied before merging."
+ icon: ✅
+ - title: Empower Developers
+ details: "Developers can safely submit Terraform pull requests without credentials. Require approvals for applies."
+ icon: 💻
+ - title: Instant Audit Logs
+ details: "Detailed logs for infrastructure changes, approvals, and user actions. Configure approvals for production changes."
+ icon: 📋
+ - title: Proven at Scale
+ details: "Used by top companies to manage over 600 repos with 300 developers. In production since 2017."
+ icon: 🌍
+ - title: Self-Hosted
+ details: "Your credentials remain secure. Deployable on VMs, Kubernetes, Fargate, etc. Supports GitHub, GitLab, Bitbucket, Azure DevOps."
+ icon: ⚙️
+ - title: Open Source
+ details: "A CNCF project with a strong community. Contribute and collaborate on GitHub to shape the future of Terraform automation."
+ icon: 🌐
-
-
-
How It Works
-
-
-
-
-
-
-
-
-
-
-
-
+---