chore: pindah link panduan ke footer navigasi website publik

This commit is contained in:
2026-04-06 00:22:08 +07:00
parent 6cb0128eff
commit a855ad92fb
2 changed files with 1 additions and 20 deletions
+1
View File
@@ -69,6 +69,7 @@
<div class="flex items-center gap-4 text-gray-400">
<a href="{{ route('kontak') }}" class="hover:text-gray-700 text-sm transition">Kontak</a>
<a href="{{ route('tentang') }}" class="hover:text-gray-700 text-sm transition">Tentang</a>
<a href="{{ route('guide') }}" class="hover:text-gray-700 text-sm transition">Panduan</a>
</div>
</div>
</footer>