From 19b905c8170d1f9af086200ad21961fc470812b3 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Fri, 17 May 2024 00:32:26 +0900 Subject: [PATCH] feat: add team section --- src/pages/index.mdx | 74 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index e72d1f98..ba0e4ab7 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -21,6 +21,7 @@ import { SectionHeader, InputCTASection, VideoSection, + ProfileCard, } from '../components/mdx' import { Button } from '@acid-info/lsd-react' @@ -269,3 +270,76 @@ import Link from '@docusaurus/Link' + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file