Unknown Component

Received request from Uniform to render a component with the public ID: articleHero.

<UniformComposition /> does not have articleHero mapped to a React component yet.

To teach your app how to render this component:

  • Create a React component and register it with Uniform, for example
    function ArticleHero({ image, title, introText }) {
      return (
        <div>
          ArticleHero!
          
        </div>
      )
    }
    
    registerUniformComponent({ type: "articleHero", component: ArticleHero })
    Props that your React component will receive
    {
      "image": "//images.ctfassets.net/dzi2asncd44t/SjPzgqU2ey0HdDH120Lc6/bb2e5779ea81e90058021ab0c00a72de/RS29788_2024_President-s_Club_Award_group_photo-scr.jpg",
      "title": "Congratulations to the James Hardie™ ALLIANCE 2024 President’s Club and Service Excellence Awards Recipients ",
      "introText": "We are thrilled to announce the recipients of the prestigious James Hardie 2024 President’s Club Award, honoring top-performing contractors for sales volume and growth, as well as outstanding service, as rated by homeowners. Read more about the award and its winners. ",
      "component": {
        "type": "articleHero",
        "parameters": {
          "image": {
            "type": "image",
            "value": "//images.ctfassets.net/dzi2asncd44t/SjPzgqU2ey0HdDH120Lc6/bb2e5779ea81e90058021ab0c00a72de/RS29788_2024_President-s_Club_Award_group_photo-scr.jpg"
          },
          "title": {
            "type": "text",
            "value": "Congratulations to the James Hardie™ ALLIANCE 2024 President’s Club and Service Excellence Awards Recipients "
          },
          "introText": {
            "type": "text",
            "value": "We are thrilled to announce the recipients of the prestigious James Hardie 2024 President’s Club Award, honoring top-performing contractors for sales volume and growth, as well as outstanding service, as rated by homeowners. Read more about the award and its winners. "
          }
        }
      }
    }
  • Import the component into the file where <UniformComposition /> is defined, for example
    import "../components/ArticleHero.tsx"

Need more help? Check out the documentation.

Unknown Component

Received request from Uniform to render a component with the public ID: articleBody.

<UniformComposition /> does not have articleBody mapped to a React component yet.

To teach your app how to render this component:

  • Create a React component and register it with Uniform, for example
    function ArticleBody({ body, title }) {
      return (
        <div>
          ArticleBody!
          
        </div>
      )
    }
    
    registerUniformComponent({ type: "articleBody", component: ArticleBody })
    Props that your React component will receive
    {
      "body": {
        "nodeType": "document",
        "data": {},
        "content": [
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Congratulations to the esteemed recipients of the James Hardie™ ALLIANCE 2024 President’s Club and Service Excellence Awards. These prestigious honors celebrate top-performing contractors who have demonstrated exceptional sales volume and growth and outstanding service, as rated by homeowners. These companies’ dedication to excellence and commitment to transforming homes with Hardie® products is truly commendable. Let's celebrate their achievements and continue to strive for excellence in everything we do.  ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-2",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "2024 President’s Club Award Winners",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "We are thrilled to announce the recipients of the prestigious James Hardie 2024 President’s Club Award. This recognition is given to less than 1% of ALLIANCE members — 33 companies total across the US. These distinguished companies have demonstrated their commitment to providing Hardie® products through exceptional sales and growth. ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "The award winners are determined by either exemplary sales volume or year over year growth within their market. The President’s Club Award signifies a proven track record of sales excellence. We appreciate these contractors who maintain the same values and high standards as James Hardie. ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-3",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Highest Total Volume in 2024",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "West",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "5280 Exteriors – Denver/CO   \nBellwether Windows, Siding, & Doors  \nGS Exterior Experts  \nLifetime Windows & Siding  \nKVN Construction   \nNorthern Lights Exteriors  ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "South",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Crown Builders \nExovations \nPainting Plus Inc. \nRoof-Tastic & Beyond Exteriors \nThe Siding Depot ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "South Central",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Allied Siding & Windows – Tomball \nAustin Pro Siding, Windows & Roofing \nJP Exteriors – Austin, TX \nTitan Siding Windows & Exteriors LLC \nSideco ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Midwest",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Craftsman’s Choice \nElite Exteriors LLC \nJohn McCarter Construction \nResnick Roofing & Contracting \nSiding Windows & Group \nTwin Cities Siding & Roofing ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Northeast ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Coastal Windows & Exteriors \nG. Fedale Roofing & Siding \nGlobal Home Improvements Inc. \nGunner Roofing and Siding \nPorter Family Exteriors ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "National Accounts",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Dabella \nPacific Exteriors ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-3",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Highest YoY % Growth",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "West ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Denver Siding Repair  ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "South",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Hatch Homes ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "South Central",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Advanced Home Exteriors Inc. ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Midwest",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "KC Siding and Windows LLC ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-4",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Northeast ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Kepo Siding & Windows LLC \n",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "embedded-entry-block",
            "data": {
              "target": {
                "metadata": {
                  "tags": [],
                  "concepts": []
                },
                "sys": {
                  "space": {
                    "sys": {
                      "type": "Link",
                      "linkType": "Space",
                      "id": "dzi2asncd44t"
                    }
                  },
                  "id": "zRuFEvSBzM7dUCRiztvYH",
                  "type": "Entry",
                  "createdAt": "2025-04-14T14:46:56.605Z",
                  "updatedAt": "2025-04-14T14:46:56.605Z",
                  "environment": {
                    "sys": {
                      "id": "master",
                      "type": "Link",
                      "linkType": "Environment"
                    }
                  },
                  "publishedVersion": 3,
                  "revision": 1,
                  "contentType": {
                    "sys": {
                      "type": "Link",
                      "linkType": "ContentType",
                      "id": "referenceArticleRichImage"
                    }
                  },
                  "locale": "en-US"
                },
                "fields": {
                  "entryTitle": "2024 Service Excellent Award Winners",
                  "title": "2024 Service Excellent Award Winners",
                  "assets": [
                    {
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      },
                      "sys": {
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "id": "X1sp1Y5Jke7nXCzDGsdS0",
                        "type": "Entry",
                        "createdAt": "2025-04-14T14:46:51.297Z",
                        "updatedAt": "2025-04-14T14:46:51.297Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "publishedVersion": 2,
                        "revision": 1,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceMediaWrapper"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "2024 Service Excellent Award Winners",
                        "title": "2024 Service Excellent Award Winners",
                        "asset": {
                          "metadata": {
                            "tags": [],
                            "concepts": []
                          },
                          "sys": {
                            "space": {
                              "sys": {
                                "type": "Link",
                                "linkType": "Space",
                                "id": "dzi2asncd44t"
                              }
                            },
                            "id": "2fux3ojz3ztzBvq8pDLtpb",
                            "type": "Asset",
                            "createdAt": "2025-04-14T14:46:46.346Z",
                            "updatedAt": "2025-04-14T14:46:46.346Z",
                            "environment": {
                              "sys": {
                                "id": "master",
                                "type": "Link",
                                "linkType": "Environment"
                              }
                            },
                            "publishedVersion": 3,
                            "revision": 1,
                            "locale": "en-US"
                          },
                          "fields": {
                            "title": "RS29593 417-JHS-74100773-scr",
                            "description": "",
                            "file": {
                              "url": "//images.ctfassets.net/dzi2asncd44t/2fux3ojz3ztzBvq8pDLtpb/9927a0d02ea06c52484efe4f5869d214/RS29593_417-JHS-74100773-scr.jpg",
                              "details": {
                                "size": 182738,
                                "image": {
                                  "width": 850,
                                  "height": 567
                                }
                              },
                              "fileName": "RS29593_417-JHS-74100773-scr.jpg",
                              "contentType": "image/jpeg"
                            }
                          }
                        }
                      }
                    }
                  ],
                  "alignment": "Center"
                }
              }
            },
            "content": []
          },
          {
            "nodeType": "heading-2",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "2024 Service Excellence Award Winners",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "We are thrilled to recognize the outstanding service and unwavering commitment to quality demonstrated by the 2024 James Hardie Service Excellence Award winners. These exceptional companies have set the standard for excellence in our industry, consistently going above and beyond to deliver unparalleled service.  ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Across our network, only 17 companies met and exceeded the requirements for two categories. The winners of the Hardie® Home award had a recommendation rating of over 98%, with over thirty jobs completed and surveyed. The General Remodeling winners have a Google Rating of 4.9/5.0 stars with a minimum of 50 reviews. Both accomplishments are a true testament to how they work and understand their customers. ",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "table",
            "data": {},
            "content": [
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-header-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Hardie® Home ",
                            "marks": [
                              {
                                "type": "bold"
                              }
                            ],
                            "data": {}
                          },
                          {
                            "nodeType": "text",
                            "value": " ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-header-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "General Remodeling ",
                            "marks": [
                              {
                                "type": "bold"
                              }
                            ],
                            "data": {}
                          },
                          {
                            "nodeType": "text",
                            "value": " ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Burr Roofing, Siding, & Windows  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Alco Products  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Coastal Windows & Exteriors  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Hutcherson Construction  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Contract Exteriors, LLC  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "JP Exteriors, Inc  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Elite Exteriors  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Landmark Roofing  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Home Exterior Systems, LLC  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Northwind Exteriors  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "JD Hostetter & Associates  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Porter Family Exteriors  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "KLM Contractors  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Resnick Roofing & Contracting, LLC  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Precision #1 Contractors, Inc.  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Watkins Construction & Roofing  ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "table-row",
                "data": {},
                "content": [
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Preferred Siding, Inc. ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "nodeType": "table-cell",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "paragraph",
                        "data": {},
                        "content": [
                          {
                            "nodeType": "text",
                            "value": " ",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": " ",
                "marks": [],
                "data": {}
              }
            ]
          }
        ]
      },
      "title": "Congratulations to the James Hardie™ ALLIANCE 2024 President’s Club and Service Excellence Awards Recipients ",
      "component": {
        "type": "articleBody",
        "parameters": {
          "body": {
            "type": "json",
            "value": {
              "nodeType": "document",
              "data": {},
              "content": [
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Congratulations to the esteemed recipients of the James Hardie™ ALLIANCE 2024 President’s Club and Service Excellence Awards. These prestigious honors celebrate top-performing contractors who have demonstrated exceptional sales volume and growth and outstanding service, as rated by homeowners. These companies’ dedication to excellence and commitment to transforming homes with Hardie® products is truly commendable. Let's celebrate their achievements and continue to strive for excellence in everything we do.  ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-2",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "2024 President’s Club Award Winners",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "We are thrilled to announce the recipients of the prestigious James Hardie 2024 President’s Club Award. This recognition is given to less than 1% of ALLIANCE members — 33 companies total across the US. These distinguished companies have demonstrated their commitment to providing Hardie® products through exceptional sales and growth. ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "The award winners are determined by either exemplary sales volume or year over year growth within their market. The President’s Club Award signifies a proven track record of sales excellence. We appreciate these contractors who maintain the same values and high standards as James Hardie. ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-3",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Highest Total Volume in 2024",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "West",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "5280 Exteriors – Denver/CO   \nBellwether Windows, Siding, & Doors  \nGS Exterior Experts  \nLifetime Windows & Siding  \nKVN Construction   \nNorthern Lights Exteriors  ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "South",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Crown Builders \nExovations \nPainting Plus Inc. \nRoof-Tastic & Beyond Exteriors \nThe Siding Depot ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "South Central",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Allied Siding & Windows – Tomball \nAustin Pro Siding, Windows & Roofing \nJP Exteriors – Austin, TX \nTitan Siding Windows & Exteriors LLC \nSideco ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Midwest",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Craftsman’s Choice \nElite Exteriors LLC \nJohn McCarter Construction \nResnick Roofing & Contracting \nSiding Windows & Group \nTwin Cities Siding & Roofing ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Northeast ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Coastal Windows & Exteriors \nG. Fedale Roofing & Siding \nGlobal Home Improvements Inc. \nGunner Roofing and Siding \nPorter Family Exteriors ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "National Accounts",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Dabella \nPacific Exteriors ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-3",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Highest YoY % Growth",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "West ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Denver Siding Repair  ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "South",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Hatch Homes ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "South Central",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Advanced Home Exteriors Inc. ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Midwest",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "KC Siding and Windows LLC ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-4",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Northeast ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Kepo Siding & Windows LLC \n",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "embedded-entry-block",
                  "data": {
                    "target": {
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      },
                      "sys": {
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "id": "zRuFEvSBzM7dUCRiztvYH",
                        "type": "Entry",
                        "createdAt": "2025-04-14T14:46:56.605Z",
                        "updatedAt": "2025-04-14T14:46:56.605Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "publishedVersion": 3,
                        "revision": 1,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceArticleRichImage"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "2024 Service Excellent Award Winners",
                        "title": "2024 Service Excellent Award Winners",
                        "assets": [
                          {
                            "metadata": {
                              "tags": [],
                              "concepts": []
                            },
                            "sys": {
                              "space": {
                                "sys": {
                                  "type": "Link",
                                  "linkType": "Space",
                                  "id": "dzi2asncd44t"
                                }
                              },
                              "id": "X1sp1Y5Jke7nXCzDGsdS0",
                              "type": "Entry",
                              "createdAt": "2025-04-14T14:46:51.297Z",
                              "updatedAt": "2025-04-14T14:46:51.297Z",
                              "environment": {
                                "sys": {
                                  "id": "master",
                                  "type": "Link",
                                  "linkType": "Environment"
                                }
                              },
                              "publishedVersion": 2,
                              "revision": 1,
                              "contentType": {
                                "sys": {
                                  "type": "Link",
                                  "linkType": "ContentType",
                                  "id": "referenceMediaWrapper"
                                }
                              },
                              "locale": "en-US"
                            },
                            "fields": {
                              "entryTitle": "2024 Service Excellent Award Winners",
                              "title": "2024 Service Excellent Award Winners",
                              "asset": {
                                "metadata": {
                                  "tags": [],
                                  "concepts": []
                                },
                                "sys": {
                                  "space": {
                                    "sys": {
                                      "type": "Link",
                                      "linkType": "Space",
                                      "id": "dzi2asncd44t"
                                    }
                                  },
                                  "id": "2fux3ojz3ztzBvq8pDLtpb",
                                  "type": "Asset",
                                  "createdAt": "2025-04-14T14:46:46.346Z",
                                  "updatedAt": "2025-04-14T14:46:46.346Z",
                                  "environment": {
                                    "sys": {
                                      "id": "master",
                                      "type": "Link",
                                      "linkType": "Environment"
                                    }
                                  },
                                  "publishedVersion": 3,
                                  "revision": 1,
                                  "locale": "en-US"
                                },
                                "fields": {
                                  "title": "RS29593 417-JHS-74100773-scr",
                                  "description": "",
                                  "file": {
                                    "url": "//images.ctfassets.net/dzi2asncd44t/2fux3ojz3ztzBvq8pDLtpb/9927a0d02ea06c52484efe4f5869d214/RS29593_417-JHS-74100773-scr.jpg",
                                    "details": {
                                      "size": 182738,
                                      "image": {
                                        "width": 850,
                                        "height": 567
                                      }
                                    },
                                    "fileName": "RS29593_417-JHS-74100773-scr.jpg",
                                    "contentType": "image/jpeg"
                                  }
                                }
                              }
                            }
                          }
                        ],
                        "alignment": "Center"
                      }
                    }
                  },
                  "content": []
                },
                {
                  "nodeType": "heading-2",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "2024 Service Excellence Award Winners",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "We are thrilled to recognize the outstanding service and unwavering commitment to quality demonstrated by the 2024 James Hardie Service Excellence Award winners. These exceptional companies have set the standard for excellence in our industry, consistently going above and beyond to deliver unparalleled service.  ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Across our network, only 17 companies met and exceeded the requirements for two categories. The winners of the Hardie® Home award had a recommendation rating of over 98%, with over thirty jobs completed and surveyed. The General Remodeling winners have a Google Rating of 4.9/5.0 stars with a minimum of 50 reviews. Both accomplishments are a true testament to how they work and understand their customers. ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "table",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-header-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Hardie® Home ",
                                  "marks": [
                                    {
                                      "type": "bold"
                                    }
                                  ],
                                  "data": {}
                                },
                                {
                                  "nodeType": "text",
                                  "value": " ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-header-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "General Remodeling ",
                                  "marks": [
                                    {
                                      "type": "bold"
                                    }
                                  ],
                                  "data": {}
                                },
                                {
                                  "nodeType": "text",
                                  "value": " ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Burr Roofing, Siding, & Windows  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Alco Products  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Coastal Windows & Exteriors  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Hutcherson Construction  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Contract Exteriors, LLC  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "JP Exteriors, Inc  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Elite Exteriors  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Landmark Roofing  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Home Exterior Systems, LLC  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Northwind Exteriors  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "JD Hostetter & Associates  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Porter Family Exteriors  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "KLM Contractors  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Resnick Roofing & Contracting, LLC  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Precision #1 Contractors, Inc.  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Watkins Construction & Roofing  ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "table-row",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Preferred Siding, Inc. ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "nodeType": "table-cell",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "paragraph",
                              "data": {},
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": " ",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": " ",
                      "marks": [],
                      "data": {}
                    }
                  ]
                }
              ]
            }
          },
          "title": {
            "type": "text",
            "value": "Congratulations to the James Hardie™ ALLIANCE 2024 President’s Club and Service Excellence Awards Recipients "
          }
        }
      }
    }
  • Import the component into the file where <UniformComposition /> is defined, for example
    import "../components/ArticleBody.tsx"

Need more help? Check out the documentation.

Unable to find Uniform Context. Ensure the devtools plugin is activated.