diff --git a/documentation/src/pages/about/index.tsx b/documentation/src/pages/about/index.tsx index 5cd4561f..d398a694 100644 --- a/documentation/src/pages/about/index.tsx +++ b/documentation/src/pages/about/index.tsx @@ -60,6 +60,156 @@ const About: React.FC = () => { + + + + + + + +
+

+ Our Team +

+ +
+ {team.map(({ name, avatar, role1, role2 }) => ( +
+ {name} + + {name} + + + {role1} + + {role2 && ( + + {role2} + + )} +
+ ))} +
+
+ +
+
+ + Join our team! + + + See open positions + +
+
+
+
+ + + + + + + + + + + + + + + + + +