Update img tags to NuxtImg

This commit is contained in:
marzban-dev
2025-03-23 23:22:17 +03:30
parent f9ca2a2e2f
commit eab8bfcbd5
23 changed files with 78 additions and 51 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ const contactWays = ref([
</div>
</div>
<div class="w-4/12 h-full bg-red-300">
<img src="/mlz.jpeg" class="-mt-16" />
<NuxtImg src="/mlz.jpeg" class="-mt-16" />
</div>
</div>
</div>