diff --git a/src/pages/en/hardware.astro b/src/pages/en/hardware.astro
index 74dc711..7211704 100644
--- a/src/pages/en/hardware.astro
+++ b/src/pages/en/hardware.astro
@@ -2,9 +2,11 @@
import Layout from "@/layouts/Layout.astro"
import HardwarePage from "@/components/HardwarePage.svelte"
import "@/styles/global.css"
+import { getCollection } from "astro:content"
+
+const hardware = await getCollection("hardware")
---
- Hardware
-
-
\ No newline at end of file
+
+