Add discord button to pages

This commit is contained in:
2026-01-22 17:02:17 -07:00
parent 92800f0b96
commit 5918d206d9
14 changed files with 61 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import 'swiper/css/navigation'
import Link from 'next/link'
import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton'
import { DiscordButton } from '@/app/components/DiscordButton'
export default function BerryDashCustomGameInfo () {
useEffect(() => {
@@ -17,6 +18,7 @@ export default function BerryDashCustomGameInfo () {
return (
<div className='box text-center'>
<HomeButton />
<DiscordButton />
<p className='text-4xl'>Berry Dash Custom</p>
<p>
Berry Dash Custom is similar to Berry Dash Lite, but with a bit more and

View File

@@ -8,6 +8,7 @@ import 'swiper/css/navigation'
import Link from 'next/link'
import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton'
import { DiscordButton } from '@/app/components/DiscordButton'
export default function BerryDashGodotRemakeGameInfo () {
useEffect(() => {
@@ -17,6 +18,7 @@ export default function BerryDashGodotRemakeGameInfo () {
return (
<div className='box text-center'>
<HomeButton />
<DiscordButton />
<p className='text-4xl'>Berry Dash Godot Remake</p>
<p>
Berry Dash Godot Remake is a recreation of Berry Dash 1.0 in the Godot

View File

@@ -8,6 +8,7 @@ import 'swiper/css/navigation'
import Link from 'next/link'
import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton'
import { DiscordButton } from '@/app/components/DiscordButton'
export default function BerryDashLiteGameInfo () {
useEffect(() => {
@@ -17,6 +18,7 @@ export default function BerryDashLiteGameInfo () {
return (
<div className='box text-center'>
<HomeButton />
<DiscordButton />
<p className='text-4xl'>Berry Dash Lite</p>
<p>
Berry Dash Lite is based on Berry Dash, without any online stuff and

View File

@@ -5,6 +5,7 @@ import 'swiper/css/navigation'
import Link from 'next/link'
import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton'
import { DiscordButton } from '@/app/components/DiscordButton'
export default function BerryDashUltimateGameInfo () {
useEffect(() => {
@@ -14,6 +15,7 @@ export default function BerryDashUltimateGameInfo () {
return (
<div className='box text-center'>
<HomeButton />
<DiscordButton />
<p className='text-4xl'>Berry Dash Ultimate</p>
<p>
Berry Dash Ultimate is a unofficial game made by BoNoise from scratch!

View File

@@ -8,6 +8,7 @@ import 'swiper/css/navigation'
import Link from 'next/link'
import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton'
import { DiscordButton } from '@/app/components/DiscordButton'
export default function BerryDashWithGunsCustomGameInfo () {
useEffect(() => {
@@ -17,6 +18,7 @@ export default function BerryDashWithGunsCustomGameInfo () {
return (
<div className='box text-center'>
<HomeButton />
<DiscordButton />
<p className='text-4xl'>Berry Dash with Guns Custom</p>
<p>
Berry Dash with Guns Custom is similar to Berry Dash with Guns, but with

View File

@@ -8,6 +8,7 @@ import 'swiper/css/navigation'
import Link from 'next/link'
import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton'
import { DiscordButton } from '@/app/components/DiscordButton'
export default function BerryDashWithGunsGameInfo () {
useEffect(() => {
@@ -17,6 +18,7 @@ export default function BerryDashWithGunsGameInfo () {
return (
<div className='box text-center'>
<HomeButton />
<DiscordButton />
<p className='text-4xl'>Berry Dash with Guns</p>
<p>
Berry Dash with Guns is well, as the name implies berry dash but with

View File

@@ -8,6 +8,7 @@ import 'swiper/css/navigation'
import Link from 'next/link'
import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton'
import { DiscordButton } from '@/app/components/DiscordButton'
export default function BerryDashGameInfo () {
useEffect(() => {
@@ -17,6 +18,7 @@ export default function BerryDashGameInfo () {
return (
<div className='box text-center'>
<HomeButton />
<DiscordButton />
<p className='text-4xl'>Berry Dash</p>
<p>
Berry Dash is the first game Lncvrt ever made in Unity. The game is a

View File

@@ -8,6 +8,7 @@ import 'swiper/css/navigation'
import Link from 'next/link'
import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton'
import { DiscordButton } from '@/app/components/DiscordButton'
export default function TrianglesGameInfo () {
useEffect(() => {
@@ -17,6 +18,7 @@ export default function TrianglesGameInfo () {
return (
<div className='box text-center'>
<HomeButton />
<DiscordButton />
<p className='text-4xl'>Triangles</p>
<p>Triangles is a Geometry Dash fan game made in the Unity Game Engine</p>
<p>