mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: waves~~
This commit is contained in:
parent
6886bd7a44
commit
be9fc5a918
@ -1,13 +1,15 @@
|
||||
import { NextPage } from 'next'
|
||||
import Container from '../components/Container'
|
||||
import Wave from '../components/Wave'
|
||||
|
||||
const Index: NextPage = () => {
|
||||
return <>
|
||||
<div className='bg-discord-blurple dark:bg-discord-dark'>
|
||||
<Container className='py-28'>
|
||||
<h1 className='font-bold text-4xl text-gray-100 dark:text-discord-dark'>한국 디스코드봇 리스트</h1>
|
||||
<div className='bg-discord-blurple dark:bg-discord-black'>
|
||||
<Container className='pt-20 pb-28'>
|
||||
<h1 className='text-3xl text-gray-100 font-bold sm:text-left text-center'>한국 디스코드봇 리스트</h1>
|
||||
</Container>
|
||||
</div>
|
||||
<Wave color='currentColor' className='text-discord-blurple dark:text-discord-black'/>
|
||||
</>
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user