1 const info = {
      2     name: "Zack",
      3     description: ,
      4     contact: {
      5         phone: +1 510 761 6457,
      6         email: zack@apraxed.com,
      7     },
      8     profiles: [
      9         "github",
      10         "bluesky",
      11         "discord",
      12     ],
      13     work: [
      14         "Project: Redrawn",
      15         "breaker box module",
      16         "some of my modules",
      17     ],
      18 };