5 Destinations for the Digital Nomads
import { ArticleLayout } from '@/components/ArticleLayout'
export const meta = {
author: 'Roberto Lázaro Meireles',
date: '2023-01-18',
title: '5 Destinations for the Digital Nomads',
description:
'There are many countries that are popular among digital nomads for their low cost of living, high-speed internet, and welcoming culture.',
}
export default function DigitalNomadLife(props) {
return <ArticleLayout meta={meta} {...props} />
}
// Article content...