diff --git a/documentation/src/pages/about/index.tsx b/documentation/src/pages/about/index.tsx
index 347efe9b..d65c9ae5 100644
--- a/documentation/src/pages/about/index.tsx
+++ b/documentation/src/pages/about/index.tsx
@@ -62,6 +62,89 @@ const About: React.FC = () => {
+
+
+
+
+
+
+ Who are we
+
+
+
+ {team.map(({ name, avatar, role1, role2 }) => (
+
+

+
+ {name}
+
+
+ {role1}
+
+ {role2 && (
+
+ {role2}
+
+ )}
+
+ ))}
+
+
+
+
-
-
-
-
-
-
- Our Team
-
-
-
- {team.map(({ name, avatar, role1, role2 }) => (
-
-

-
- {name}
-
-
- {role1}
-
- {role2 && (
-
- {role2}
-
- )}
-
- ))}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-