diff --git a/src/components/DownloadDropdown.astro b/src/components/DownloadDropdown.astro
new file mode 100644
index 0000000..c47e519
--- /dev/null
+++ b/src/components/DownloadDropdown.astro
@@ -0,0 +1,190 @@
+---
+// src/components/DownloadDropdown.astro
+---
+
+
+
+
+
+
+
+
+
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx
index c536175..84bde7d 100644
--- a/src/content/docs/index.mdx
+++ b/src/content/docs/index.mdx
@@ -6,13 +6,13 @@ hero:
tagline: Welcome to the homepage of the StratOS project!
image:
file: ../../assets/stratos.webp
- actions:
- - text: Go to docs
- link: /intro
- icon: right-arrow
- variant: primary
- - text: Download
- icon: external
- variant: minimal
- link: https://downloads.stratos-linux.org/
---
+
+import DownloadDropdown from '../../components/DownloadDropdown.astro'
+
+