PERINGATAN: Prop `ClassName` tidak cocok. Klien dan server membuat kelas yang berbeda.

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