+
+
+
+
\ No newline at end of file
diff --git a/astro/content/docs/index.md b/astro/content/docs/index.md
deleted file mode 100644
index 311644a..0000000
--- a/astro/content/docs/index.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: "Ada URL Parser - Fast WHATWG Compliant URL parser"
-description: WHATWG Compliant URL parser written with focus on compliance, performance and security across multiple platforms and languages.
-template: splash
-next: false
----
-
-Meet Ada: WHATWG Compliant URL Parser
diff --git a/astro/content/docs/index.mdx b/astro/content/docs/index.mdx
new file mode 100644
index 0000000..abe8ea2
--- /dev/null
+++ b/astro/content/docs/index.mdx
@@ -0,0 +1,24 @@
+---
+title: "Fast WHATWG Compliant URL parser"
+description: WHATWG Compliant URL parser written with focus on compliance, performance and security across multiple platforms and languages.
+template: splash
+hero:
+ tagline: Parse millions of URLs per second
+ image:
+ dark: ../../assets/logo-dark.svg
+ light: ../../assets/logo-light.svg
+ actions:
+ - text: Get Started
+ link: /introduction/
+ icon: right-arrow
+ variant: primary
+ - text: GitHub
+ link: https://github.com/ada-url/ada
+ icon: external
+ variant: secondary
+next: false
+---
+
+import Benchmarks from '../../components/Benchmarks.astro'
+
+