1const me = {
2  name: "Volodymyr Klymenko",
3  location: { latitude: 40.730610, longitude: -73.935242 }, // New York, NY
4  job: {
5    company: "Nextdoor",
6    title: "Software Engineer",
7    startedAt: "April 2022"
8  },
9  links: [github, linkedin, medium, x],
10};