diff --git a/src/pages/index.astro b/src/pages/index.astro
index f7add9e..d7a661c 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,5 +1,8 @@
---
import Layout from "../layouts/Layout.astro";
+import OfficerCard from "../components/react/OfficerCard.jsx";
+import Officers from "../data/officers.json";
+import OfficerTabs from "../components/react/OfficerTabs.jsx";
---
@@ -18,28 +21,28 @@ import Layout from "../layouts/Layout.astro";
>
Join the 2nd largest IEEE student branch in the US!
-
+
+