Revisi Navbar

This commit is contained in:
Syifa 2025-08-27 08:27:32 +07:00
parent 4406dad9f8
commit 2b1586d919
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export default function Navbar() {
<nav className="max-w-7xl mx-auto flex items-center justify-between px-6 lg:px-12 py-4 relative">
{/* Logo */}
<div className="flex items-center space-x-2">
<img src="/WTell.png" alt="logo" className="h-12 w-auto object-contain" />
<img src="/WTell.png" alt="logo" className="h-7 w-auto object-contain" />
<span
className={`text-lg font-bold transition-colors duration-300 ${
scrolled ? "text-black" : "text-white"