feat: add profile cards section

This commit is contained in:
jinhojang6 2023-10-06 22:44:12 +09:00
parent 901d995f66
commit eeab879ce2
1 changed files with 23 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import {
HeroInfo,
Roadmap,
Box,
ProfileCards,
} from '../components/mdx'
<Hero size="large">
@ -92,6 +93,28 @@ import {
/>
</Box>
<Box top={{ xs: 144, lg: 216 }}>
<CallToActionSection
title="Team"
columns={1}
description="Description"
label="CTA"
href="/about/team"
target="_self"
/>
<ProfileCards
items={[
{
name: 'Name',
githubUsername: 'Github',
githubLink: 'https://github.com/',
discordUsername: 'Discord',
discordLink: 'https://discord.gg/',
},
]}
/>
</Box>
<Box top={{ xs: 144, lg: 216 }}>
<Roadmap
title="Roadmap"