Initial commit, repo migration
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { Belakang } from '@/components/Layouts'
|
||||
import { Judul } from '@/components/TextCustom'
|
||||
import Head from 'next/head'
|
||||
import Image from 'next/image'
|
||||
|
||||
export default function Peraturan() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Peraturan</title>
|
||||
</Head>
|
||||
<Belakang>
|
||||
<Judul>Peraturan</Judul>
|
||||
<div className='flex justify-center'>
|
||||
<Image src={'/img/coming-soon.png'} alt='coming-soon' width={600} height={600} />
|
||||
</div>
|
||||
</Belakang>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user