A horizontal navigation menu whose link letters animate from thin to bold outward from the center on hover using variable font weight.
import VariableFontHoverNav from "@/components/ui/m-variable-font-hover-1"; export default function Default() { return <VariableFontHoverNav />; }