Add download page and wire site navigation

This commit is contained in:
Dwindi Ramadhana
2026-02-19 23:08:50 +07:00
parent d9f326d1d6
commit 22011513c8
11 changed files with 344 additions and 0 deletions

View File

@@ -406,6 +406,9 @@
<i data-lucide="log-in" class="w-4 h-4"></i><span>Login</span>
</a>
@endguest
<a href="{{ route('download') }}" class="flex items-center gap-3 rounded-xl px-4 py-3 bg-white/5 hover:bg-white/10">
<i data-lucide="download" class="w-4 h-4"></i><span>Download</span>
</a>
<a href="{{ route('support') }}" class="flex items-center gap-3 rounded-xl px-4 py-3 bg-white/5 hover:bg-white/10">
<i data-lucide="life-buoy" class="w-4 h-4"></i><span>Support</span>
</a>