diff --git a/pages/team.tsx b/pages/team.tsx index 952fa26af..bb3fb8ccc 100644 --- a/pages/team.tsx +++ b/pages/team.tsx @@ -4,6 +4,7 @@ import { s3 } from 'common/constants/urls'; import Content from 'components/Content/Content'; import FlatCard from 'components/Cards/FlatCard/FlatCard'; import styles from 'styles/team.module.css'; +import Script from "next/script"; const boardMembers = [ { @@ -65,6 +66,51 @@ const boardMembers = [ export default function Team() { return ( + <> +
@@ -121,5 +167,6 @@ export default function Team() { ]} />
+ ); }