diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 534ba1e..c708534 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -15,6 +15,7 @@ import { } from "../components/home"; import { PlanCite } from "../components/home/plan"; import { Partners } from "../components/partners"; +import { MyLink } from "../helpers/links"; import Layout from "../layout"; const HomeContent = () => { @@ -85,7 +86,9 @@ const HomeContent = () => { - + + +