Add BDWGC page
This commit is contained in:
@@ -39,16 +39,6 @@ export default function Home () {
|
||||
</div>
|
||||
<p className='text-center text-xl mt-2'>Spinoffs</p>
|
||||
<div className='games-grid'>
|
||||
<Link href='/game/berry-dash-with-guns' draggable={false}>
|
||||
<Image
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
alt=''
|
||||
/>
|
||||
<span>Berry Dash with Guns</span>
|
||||
</Link>
|
||||
<Link href='/game/berry-dash-lite' draggable={false}>
|
||||
<Image
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
|
||||
@@ -59,11 +49,31 @@ export default function Home () {
|
||||
/>
|
||||
<span>Berry Dash Lite</span>
|
||||
</Link>
|
||||
<Link href='/game/berry-dash-with-guns' draggable={false}>
|
||||
<Image
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
alt=''
|
||||
/>
|
||||
<span>Berry Dash with Guns</span>
|
||||
</Link>
|
||||
</div>
|
||||
<p className='text-center text-xl mt-2'>
|
||||
Non-official but Verified games
|
||||
</p>
|
||||
<div className='games-grid'>
|
||||
<Link href='/game/berry-dash-custom' draggable={false}>
|
||||
<Image
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
alt=''
|
||||
/>
|
||||
<span>Berry Dash Custom</span>
|
||||
</Link>
|
||||
<Link href='/game/berry-dash-godot-remake' draggable={false}>
|
||||
<Image
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
|
||||
@@ -74,15 +84,17 @@ export default function Home () {
|
||||
/>
|
||||
<span>Berry Dash Godot Remake</span>
|
||||
</Link>
|
||||
<Link href='/game/berry-dash-custom' draggable={false}>
|
||||
<Link href='/game/berry-dash-with-guns-custom' draggable={false}>
|
||||
<Image
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
|
||||
src={
|
||||
'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns-custom.png'
|
||||
}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
alt=''
|
||||
/>
|
||||
<span>Berry Dash Custom</span>
|
||||
<span>Berry Dash with Guns Custom</span>
|
||||
</Link>
|
||||
</div>
|
||||
<p className='text-2xl mt-4 mb-1 text-center'>
|
||||
|
||||
Reference in New Issue
Block a user