{
  "id": "home_page",
  "type": "home",
  "lang": "en-us",
  "uid": "home",
  "data": {
    "title": [
      {
        "type": "heading1",
        "text": "Mukhtar Ali",
        "spans": []
      }
    ],
    "description": [
      {
        "type": "paragraph",
        "text": "Creative Developer",
        "spans": []
      }
    ],
    "projects": [
      {
        "project": {
          "id": "project_1",
          "uid": "project-1",
          "type": "project",
          "data": {
            "title": [
              {
                "type": "heading2",
                "text": "Project One",
                "spans": []
              }
            ],
            "description": [
              {
                "type": "paragraph",
                "text": "A creative web project showcasing modern development techniques.",
                "spans": []
              }
            ],
            "image": {
              "url": "https://images.prismic.io/test/project-1.jpg"
            },
            "live_url": {
              "url": "https://project-one.example.com"
            },
            "github_url": {
              "url": "https://github.com/mukhtar/project-one"
            }
          }
        }
      },
      {
        "project": {
          "id": "project_2",
          "uid": "project-2",
          "type": "project",
          "data": {
            "title": [
              {
                "type": "heading2",
                "text": "Project Two",
                "spans": []
              }
            ],
            "description": [
              {
                "type": "paragraph",
                "text": "An experimental project pushing the boundaries of web technologies.",
                "spans": []
              }
            ],
            "image": {
              "url": "https://images.prismic.io/test/project-2.jpg"
            },
            "live_url": {
              "url": "https://project-two.example.com"
            },
            "github_url": {
              "url": "https://github.com/mukhtar/project-two"
            }
          }
        }
      },
      {
        "project": {
          "id": "project_3",
          "uid": "project-3",
          "type": "project",
          "data": {
            "title": [
              {
                "type": "heading2",
                "text": "Project Three",
                "spans": []
              }
            ],
            "description": [
              {
                "type": "paragraph",
                "text": "A portfolio piece demonstrating attention to detail and user experience.",
                "spans": []
              }
            ],
            "image": {
              "url": "https://images.prismic.io/test/project-3.jpg"
            },
            "live_url": {
              "url": "https://project-three.example.com"
            },
            "github_url": {
              "url": "https://github.com/mukhtar/project-three"
            }
          }
        }
      }
    ]
  }
}
