Solution 1:

They are technically the same thing. But you should use this one

tf.keras.layers.Normalization()

Because this one is not available anymore.

tf.keras.layers.experimental.preprocessing.Normalization()