diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx
index 37e89398..9f62a640 100644
--- a/client/pages/Index.tsx
+++ b/client/pages/Index.tsx
@@ -426,56 +426,42 @@ export default function Index() {
-
-
- Documentation
- Guides and tutorials
-
-
-
-
-
-
-
-
-
-
-
- Community
- News and discussions
-
-
-
-
-
-
-
-
-
-
-
- Company
- About and contact
-
-
-
-
-
-
-
-
+ {resourceOfferings.map((offering) => (
+
+
+
+
+ {offering.title}
+
+
+ {offering.description}
+
+
+
+
+ {offering.actions.map((action) => (
+
+ ))}
+
+
+
+ ))}