Merge branch 'fitur-navbar' into dev

This commit is contained in:
2026-05-15 18:09:00 +07:00
4 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -2,8 +2,12 @@
<header class="sticky top-0 z-50 border-b border-slate-200 bg-white/90 backdrop-blur">
<div class="container-page flex h-16 items-center justify-between">
<RouterLink to="/" class="flex items-center gap-2">
<div class="flex h-9 w-9 items-center justify-center rounded-xl bg-brand-600 text-white">
<Cpu size="20" />
<div class="flex items-center justify-center">
<img
src="/round-logo-sija.png"
alt="SecondTech Logo"
class="h-10 w-10 object-contain"
/>
</div>
<span class="text-lg font-extrabold tracking-tight">SecondTech</span>
</RouterLink>