'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 BerryDashCustomGameInfo () { useEffect(() => { document.title = 'Lncvrt Games - Berry Dash Custom' }, []) return (

Berry Dash Custom

Berry Dash Custom is similar to Berry Dash Lite, but with a bit more and also new berries and other custom stuff.

Screenshots

Downloads

Android iOS Windows, macOS, or Linux
) }