Sampling does not change the frequency of the signal. Normalized frequency ($f/f_s$) is just converting the frequency axis from units of Hz to units of cycles/sample. Once done all frequencies that extend from DC to the sampling rate in Hz would be converted to normalized units going from 0 to 1 cycle/sample. (So the normalized frequency 0.5 cycles/sample corresponds to half the sampling rate). Either is correct, it is just a matter of what units you want to give to the frequency axis. Another form of normalized frequency commonly used is radians/sample in which case DC to the sampling rate is given as 0 to $2\pi$ radians/sample.
Please see this other post where I go into deeper detail on what normalized frequency is and why we use it:
What is normalized frequency
That post also introduces the concept and use of complex signals, and the bottom diagram the OP provides above is a great reason to for clearly understanding this. Below shows the same drawing drawn with complex datapaths each having an in-phase and quadrature signal as $I + j Q$ :

The diagram shows the use of a quadrature splitter to convert a real signal into a complex signal (real in and $I + jQ$ out), which is done here with the "local oscillator" as $2\cos(\omega_{LO}t)$ and in the OP's case provided as an input at a normalized frequency of $f_o/f_s$. This is then multiplied by the incoming real signal using a complex multiplier. Multiplying a real signal times a complex signal requires two real multipliers as shown in the OP's diagram, and as we can see with the math below given a real signal as $I_R$ and the complex signal as $I_{LO}+jQ_{LO}$:
$$ I_R (I_{LO}+jQ_{LO}) = I_R I_{LO} + j I_R Q_{LO} $$
Reviewing the OP's diagram and the above formula and we see that is exactly what is occurring.
Also included in my graphic above are the spectrums with the top one being the input spectrum given as $2\cos(\omega_R t)$ which we see has a Fourier Transform with a positive and negative frequency component, consistent with Euler's formula with a $e^{+j\omega_R t}$ and $e^{-j\omega_R t}$. (Every impulse on the frequency domain is a "spinning phasor" in the time domain given as $e^{j\omega t}$). With the exponential complex form, the processing is quite simple to visualize since the exponents add when we multiply the signals:
$$(e^{j\omega_Rt}+e^{-j\omega_Rt})e^{-j\omega_{LO}t} = e^{j(\omega_R-\omega_{LO})t}+e^{-j(\omega_R +\omega_{LO})t}$$
After low pass filtering we get the spectrum given by $e^{j(\omega_R-\omega_{LO})t}$.