{
  "perso": {
    "photo": "photo.jpg",
    "fond": "fond_perso.jpg",
    "tel_fixe": "01 23 45 67 89",
    "tel_mobile": "06 12 34 56 78",
    "email": "perso@mail.com",
    "adresse": "12 rue du Soleil, Paris",
    "site": "https://perso.fr",
    "social": {
      "facebook": "https://facebook.com/...",
      "instagram": "https://instagram.com/..."
    }
  },
  "pro": {
    "logo": "logo.png",
    "fond": "fond_pro.jpg",
    "entreprise": "Ma Société",
    "fonction": "Développeur",
    "tel_fixe": "01 99 88 77 66",
    "tel_mobile": "06 55 44 33 22",
    "email": "pro@mail.com",
    "adresse": "45 avenue du Travail, Paris",
    "site": "https://entreprise.fr",
    "social": {
      "linkedin": "https://linkedin.com/company/...",
      "youtube": "https://youtube.com/..."
    }
  }
}
