Fix Seeder Image, Menu Landing Page - Desa

This commit is contained in:
2026-01-30 15:55:05 +08:00
parent c2ad515366
commit f0425cfc47
61 changed files with 4533 additions and 5162 deletions

View File

@@ -83,7 +83,7 @@ function MaskotDesa() {
className="hover:scale-105 hover:shadow-lg"
>
<Image
src={img.image.link}
src={img.image?.link || '/no-image.jpg'}
alt={img.label}
w="100%"
h={200}