This commit is contained in:
2025-11-05 18:05:12 -07:00
parent 44219b0162
commit cf30e70381
3 changed files with 27 additions and 13 deletions

View File

@@ -35,7 +35,9 @@ export default function BerryDashGameInfo () {
> >
<SwiperSlide> <SwiperSlide>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/home.png'} src={
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/home.png'
}
width={960} width={960}
height={540} height={540}
alt='' alt=''
@@ -53,7 +55,9 @@ export default function BerryDashGameInfo () {
</SwiperSlide> </SwiperSlide>
<SwiperSlide> <SwiperSlide>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/playing.png'} src={
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/playing.png'
}
width={960} width={960}
height={540} height={540}
alt='' alt=''
@@ -61,7 +65,9 @@ export default function BerryDashGameInfo () {
</SwiperSlide> </SwiperSlide>
<SwiperSlide> <SwiperSlide>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/custom.png'} src={
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/custom.png'
}
width={960} width={960}
height={540} height={540}
alt='' alt=''
@@ -69,7 +75,9 @@ export default function BerryDashGameInfo () {
</SwiperSlide> </SwiperSlide>
<SwiperSlide> <SwiperSlide>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/stats.png'} src={
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/stats.png'
}
width={960} width={960}
height={540} height={540}
alt='' alt=''
@@ -87,7 +95,9 @@ export default function BerryDashGameInfo () {
</SwiperSlide> </SwiperSlide>
<SwiperSlide> <SwiperSlide>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/chatroom.png'} src={
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/chatroom.png'
}
width={960} width={960}
height={540} height={540}
alt='' alt=''

View File

@@ -32,7 +32,9 @@ export default function TrianglesGameInfo () {
> >
<SwiperSlide> <SwiperSlide>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/triangles/home.png'} src={
'https://cdn-r2.lncvrt.xyz/games/screenshots/triangles/home.png'
}
width={960} width={960}
height={540} height={540}
alt='' alt=''
@@ -60,7 +62,9 @@ export default function TrianglesGameInfo () {
</SwiperSlide> </SwiperSlide>
<SwiperSlide> <SwiperSlide>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/screenshots/triangles/editor.png'} src={
'https://cdn-r2.lncvrt.xyz/games/screenshots/triangles/editor.png'
}
width={960} width={960}
height={540} height={540}
alt='' alt=''

View File

@@ -18,7 +18,7 @@ export default function Home () {
<div className='games-grid'> <div className='games-grid'>
<Link href='/game/berry-dash' draggable={false}> <Link href='/game/berry-dash' draggable={false}>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash.png'} src={'https://cdn-r2.lncvrt.xyz/games/berry-dash.png'}
width={64} width={64}
height={64} height={64}
draggable={false} draggable={false}
@@ -28,7 +28,7 @@ export default function Home () {
</Link> </Link>
<Link href='/game/triangles' draggable={false}> <Link href='/game/triangles' draggable={false}>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/triangles.png'} src={'https://cdn-r2.lncvrt.xyz/games/triangles.png'}
width={64} width={64}
height={64} height={64}
draggable={false} draggable={false}
@@ -41,7 +41,7 @@ export default function Home () {
<div className='games-grid'> <div className='games-grid'>
<Link href='/game/berry-dash-with-guns' draggable={false}> <Link href='/game/berry-dash-with-guns' draggable={false}>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'} src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
width={64} width={64}
height={64} height={64}
draggable={false} draggable={false}
@@ -51,7 +51,7 @@ export default function Home () {
</Link> </Link>
<Link href='/game/berry-dash-lite' draggable={false}> <Link href='/game/berry-dash-lite' draggable={false}>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'} src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
width={64} width={64}
height={64} height={64}
draggable={false} draggable={false}
@@ -66,7 +66,7 @@ export default function Home () {
<div className='games-grid'> <div className='games-grid'>
<Link href='/game/berry-dash-godot-remake' draggable={false}> <Link href='/game/berry-dash-godot-remake' draggable={false}>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'} src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
width={64} width={64}
height={64} height={64}
draggable={false} draggable={false}
@@ -76,7 +76,7 @@ export default function Home () {
</Link> </Link>
<Link href='/game/berry-dash-custom' draggable={false}> <Link href='/game/berry-dash-custom' draggable={false}>
<Image <Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'} src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
width={64} width={64}
height={64} height={64}
draggable={false} draggable={false}