Add discord button to pages
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import Image from 'next/image'
|
||||
import Link from 'next/link'
|
||||
import { Metadata } from 'next'
|
||||
import { DiscordButton } from './components/DiscordButton'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Lncvrt Games - Home',
|
||||
@@ -10,6 +11,7 @@ export const metadata: Metadata = {
|
||||
export default function Home () {
|
||||
return (
|
||||
<div className='box'>
|
||||
<DiscordButton />
|
||||
<p className='text-center text-4xl'>Lncvrt Games</p>
|
||||
<p className='text-center text-[18px] mb-4'>
|
||||
A collection of games made by Lncvrt and others
|
||||
|
||||
Reference in New Issue
Block a user