diff --git a/src/app/game/berry-dash-ultimate/page.tsx b/src/app/game/berry-dash-ultimate/page.tsx new file mode 100644 index 0000000..8bc1c85 --- /dev/null +++ b/src/app/game/berry-dash-ultimate/page.tsx @@ -0,0 +1,45 @@ +'use client' + +import Image from 'next/image' +import { Swiper, SwiperSlide } from 'swiper/react' +import { Navigation, Keyboard } from 'swiper/modules' +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 BerryDashUltimateGameInfo () { + useEffect(() => { + document.title = 'Lncvrt Games - Berry Dash Ultimate' + }, []) + + return ( +
+ +

Berry Dash Ultimate

+

+ Berry Dash Ultimate is a unofficial game made by BoNoise from scratch! + It includes a lot of custom mechanics and more! +

+

Downloads

+
+ + Android + + + iOS + + + Windows, macOS, or Linux + +
+
+ ) +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a27ac4..80ed01b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,6 +96,16 @@ export default function Home () { /> Berry Dash with Guns Custom + + + Berry Dash Ultimate +

Looking for launcher downloads?