feat: Add various application icons and implement a new responsive navigation bar component.

This commit is contained in:
2026-01-23 08:30:51 +07:00
parent 019ecb2955
commit 29f8bc00ed
38 changed files with 1 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ export function Navbar() {
{/* Logo */}
<Link href="/" className="relative flex items-center gap-2 group">
<Image
src="/assets/logo-white.png"
src="/brand/Nihonbuzz-Logo-Landscape-White.png"
alt="NihonBuzz"
width={140}
height={40}