update font

This commit is contained in:
2026-07-03 11:14:54 +05:30
parent 843182d393
commit 205f8b989a
4 changed files with 9 additions and 9 deletions

View File

@@ -85,13 +85,13 @@ export function PremiumNavbar() {
alt="Nearle"
width={190}
height={48}
className="h-7 w-auto object-contain md:h-9 xl:h-10"
className="h-7 w-auto object-contain md:h-9 lg:h-8 min-[1440px]:h-10"
priority
/>
</Link>
{/* Desktop Navigation */}
<nav className="absolute left-1/2 hidden -translate-x-1/2 items-center gap-6 lg:flex lg:gap-8 xl:gap-10">
<nav className="hidden flex-1 items-center justify-center gap-4 lg:flex min-[1440px]:gap-10">
{NAV_LINKS.map((link) => {
const isActive = isActiveLink(link.href);
return (