ПРЕДУПРЕЖДЕНИЕ: Prop `classname не совпадала. Клиент и сервер визуализировали разные классы.

// next.config.js
module.exports = {
  experimental: {
    // Enables the styled-components SWC transform
    styledComponents: true
  }
}
Faith Olubummo