diff --git a/src/app/components/HomeButton.tsx b/src/app/components/HomeButton.tsx new file mode 100644 index 0000000..5ed266f --- /dev/null +++ b/src/app/components/HomeButton.tsx @@ -0,0 +1,13 @@ +import Link from 'next/link' + +export function HomeButton () { + return ( + <> +
Berry Dash Custom
Berry Dash Custom is similar to Berry Dash Lite, but with a bit more and diff --git a/src/app/game/berry-dash-godot-remake/page.tsx b/src/app/game/berry-dash-godot-remake/page.tsx index 9a32bfb..8f5f3c2 100644 --- a/src/app/game/berry-dash-godot-remake/page.tsx +++ b/src/app/game/berry-dash-godot-remake/page.tsx @@ -7,6 +7,7 @@ import 'swiper/css' import 'swiper/css/navigation' import Link from 'next/link' import { useEffect } from 'react' +import { HomeButton } from '@/app/components/HomeButton' export default function BerryDashGameInfo () { useEffect(() => { @@ -15,11 +16,7 @@ export default function BerryDashGameInfo () { return (
Berry Dash Godot Remake
Berry Dash Godot Remake is a recreation of Berry Dash 1.0 in the Godot diff --git a/src/app/game/berry-dash-lite/page.tsx b/src/app/game/berry-dash-lite/page.tsx index 8ef9118..01aab66 100644 --- a/src/app/game/berry-dash-lite/page.tsx +++ b/src/app/game/berry-dash-lite/page.tsx @@ -7,6 +7,7 @@ import 'swiper/css' import 'swiper/css/navigation' import Link from 'next/link' import { useEffect } from 'react' +import { HomeButton } from '@/app/components/HomeButton' export default function BerryDashGameInfo () { useEffect(() => { @@ -15,11 +16,7 @@ export default function BerryDashGameInfo () { return (
Berry Dash Lite
Berry Dash Lite is based on Berry Dash, without any online stuff and diff --git a/src/app/game/berry-dash-with-guns/page.tsx b/src/app/game/berry-dash-with-guns/page.tsx index b0286e9..c372e25 100644 --- a/src/app/game/berry-dash-with-guns/page.tsx +++ b/src/app/game/berry-dash-with-guns/page.tsx @@ -7,6 +7,7 @@ import 'swiper/css' import 'swiper/css/navigation' import Link from 'next/link' import { useEffect } from 'react' +import { HomeButton } from '@/app/components/HomeButton' export default function BerryDashGameInfo () { useEffect(() => { @@ -15,11 +16,7 @@ export default function BerryDashGameInfo () { return (
Berry Dash with Guns
Berry Dash with Guns is well, as the name implies berry dash but with diff --git a/src/app/game/berry-dash/page.tsx b/src/app/game/berry-dash/page.tsx index b607baf..29da0c5 100644 --- a/src/app/game/berry-dash/page.tsx +++ b/src/app/game/berry-dash/page.tsx @@ -7,6 +7,7 @@ import 'swiper/css' import 'swiper/css/navigation' import Link from 'next/link' import { useEffect } from 'react' +import { HomeButton } from '@/app/components/HomeButton' export default function BerryDashGameInfo () { useEffect(() => { @@ -15,11 +16,7 @@ export default function BerryDashGameInfo () { return (
Berry Dash
Berry Dash is the first game Lncvrt ever made in Unity. The game is a diff --git a/src/app/game/triangles/page.tsx b/src/app/game/triangles/page.tsx index a43c414..bf7d582 100644 --- a/src/app/game/triangles/page.tsx +++ b/src/app/game/triangles/page.tsx @@ -7,6 +7,7 @@ import 'swiper/css' import 'swiper/css/navigation' import Link from 'next/link' import { useEffect } from 'react' +import { HomeButton } from '@/app/components/HomeButton' export default function TrianglesGameInfo () { useEffect(() => { @@ -15,11 +16,7 @@ export default function TrianglesGameInfo () { return (
Triangles
Triangles is a Geometry Dash fan game made in the Unity Game Engine