Change icon urls

This commit is contained in:
2025-11-05 18:04:16 -07:00
parent 5ae6b8b45f
commit 44219b0162
21 changed files with 80 additions and 34 deletions

View File

@@ -1,12 +1,5 @@
'use client'
import home from '@/assets/screenshots/berry-dash/home.png'
import modeSelect from '@/assets/screenshots/berry-dash/mode-select.png'
import playing from '@/assets/screenshots/berry-dash/playing.png'
import custom from '@/assets/screenshots/berry-dash/custom.png'
import stats from '@/assets/screenshots/berry-dash/stats.png'
import leaderboards from '@/assets/screenshots/berry-dash/leaderboards.png'
import chatroom from '@/assets/screenshots/berry-dash/chatroom.png'
import Image from 'next/image'
import { Swiper, SwiperSlide } from 'swiper/react'
import { Navigation, Keyboard } from 'swiper/modules'
@@ -41,25 +34,64 @@ export default function BerryDashGameInfo () {
className='screenshots-gallery mx-auto max-w-[960px] w-[calc(100vw-64px)]'
>
<SwiperSlide>
<Image src={home} width={960} height={540} alt='' />
<Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/home.png'}
width={960}
height={540}
alt=''
/>
</SwiperSlide>
<SwiperSlide>
<Image src={modeSelect} width={960} height={540} alt='' />
<Image
src={
'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/mode-select.png'
}
width={960}
height={540}
alt=''
/>
</SwiperSlide>
<SwiperSlide>
<Image src={playing} width={960} height={540} alt='' />
<Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/playing.png'}
width={960}
height={540}
alt=''
/>
</SwiperSlide>
<SwiperSlide>
<Image src={custom} width={960} height={540} alt='' />
<Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/custom.png'}
width={960}
height={540}
alt=''
/>
</SwiperSlide>
<SwiperSlide>
<Image src={stats} width={960} height={540} alt='' />
<Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/stats.png'}
width={960}
height={540}
alt=''
/>
</SwiperSlide>
<SwiperSlide>
<Image src={leaderboards} width={960} height={540} alt='' />
<Image
src={
'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/leaderboards.png'
}
width={960}
height={540}
alt=''
/>
</SwiperSlide>
<SwiperSlide>
<Image src={chatroom} width={960} height={540} alt='' />
<Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/chatroom.png'}
width={960}
height={540}
alt=''
/>
</SwiperSlide>
</Swiper>
<p className='text-2xl mt-4 mb-1'>Downloads</p>