ADVERTENCIA: El PROP `ClassName` no coincidió. El cliente y el servidor renderizaron diferentes clases.

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