"use client"; import { usePathname } from 'next/navigation'; export function Navbar() { const pathname = usePathname(); return ( ); }