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/7a8c6R10KtQI26qGCgwMIi/672067a107a5390226db25092ee80752/james-hardie-NAHB2024.jpg",
      "title": "James Hardie to Unveil New and Expanded Hardie® Products at 2025 NAHB International Builders' Show® in Las Vegas",
      "introText": "The #1 brand of siding in North America will showcase innovative products with a focus on Durability, Sustainability, and Design",
      "component": {
        "type": "articleHero",
        "parameters": {
          "image": {
            "type": "image",
            "value": "//images.ctfassets.net/dzi2asncd44t/7a8c6R10KtQI26qGCgwMIi/672067a107a5390226db25092ee80752/james-hardie-NAHB2024.jpg"
          },
          "title": {
            "type": "text",
            "value": "James Hardie to Unveil New and Expanded Hardie® Products at 2025 NAHB International Builders' Show® in Las Vegas"
          },
          "introText": {
            "type": "text",
            "value": "The #1 brand of siding in North America will showcase innovative products with a focus on Durability, Sustainability, and Design"
          }
        }
      }
    }
  • 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": "CHICAGO, Feb. 6, 2025",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " -- James Hardie Building Products Inc. (James Hardie), a leader in North American home building products, is set to return to the National Association of Home Builders (NAHB) International Builders' Show",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " (IBS) in Las Vegas from February 25 to February 27, 2025, unveiling an expanded Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " product portfolio that reinforces the company's purpose of ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "Building a Better Future for All™.",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "\"We are excited to return to IBS for another year to showcase our commitment and support for the homebuilding industry, and to share our latest innovative products that are ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "Engineered for Climate",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®,",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " and support our purpose of Building a Better Future for All™,\" said Sean Gadd, President of James Hardie North America.",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "The prestigious tradeshow event, which gathers professionals from the construction and building segment will serve as a platform for James Hardie to highlight its innovative products with a focus on durability, sustainability, and design. Key touchpoints at James Hardie's approx. 5,600 square foot village at IBS (booth number C4507) include:",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-2",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Durability",
                "marks": [
                  {
                    "type": "italic"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "The exterior of a home is often the first line of defense against extreme weather conditions and natural disasters. Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " siding is non-combustible and designed to resist damage from extreme temperatures and winds, fire, pests, and water. Only Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " fiber cement exterior products are Engineered for Climate",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": ". They are designed specifically with your climate zone in mind for optimal performance. IBS attendees will be able to experience firsthand these climate-specific durability features as well as the versatility and beauty of those products through three model homes, each constructed to reflect the needs of a specific climate and region: the ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "Rain House",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": ", ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "Snow House ",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "and",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Desert House",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": ".",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-2",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Sustainability",
                "marks": [
                  {
                    "type": "italic"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "James Hardie is relentless in pursuing its purpose of Building a Better Future for All™ and providing sustainable, resilient solutions to homeowners as our planet faces greater climate challenges. Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " products are durable, resilient and low maintenance by design. We continue to work to reduce the environmental impact of all Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " products without sacrificing our durability or resilience. IBS attendees can see these products in action and learn about their role in creating climate-resilient homes. Attendees will also see the company's contribution to making climate-resilient homes more accessible through its corporate sponsorship of Habitat for Humanity's ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "Habitat Strong",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " program.",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "heading-2",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Design",
                "marks": [
                  {
                    "type": "italic"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "James Hardie continues to lead with innovation and personalized design for exterior solutions, with a focus on driving demand and preference with homeowners. This is one of the many reasons ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "James Hardie's 2025 Color of the Year",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " – ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "hyperlink",
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=88106450&u=https%3A%2F%2Fwww.prnewswire.com%2Fnews-releases%2Fkeep-calm-and-color-on-james-hardie-unveils-its-exterior-color-of-the-year-302343418.html&a=Evening+Blue"
                },
                "content": [
                  {
                    "nodeType": "text",
                    "value": "Evening Blue",
                    "marks": [
                      {
                        "type": "bold"
                      }
                    ],
                    "data": {}
                  }
                ]
              },
              {
                "nodeType": "text",
                "value": " – as well as other colors and products will be on full display at the booth. The calming and tranquil blue hue was carefully selected to bring peace and serenity to homes, reflecting the need for relaxation and tranquility in today's fast-paced, stress-filled world.",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "embedded-entry-block",
            "data": {
              "target": {
                "sys": {
                  "id": "5fjaIwt5oKpP7wG5I3ZJSy",
                  "type": "Entry",
                  "publishedVersion": 3,
                  "space": {
                    "sys": {
                      "type": "Link",
                      "linkType": "Space",
                      "id": "dzi2asncd44t"
                    }
                  },
                  "createdAt": "2025-01-03T18:41:58.937Z",
                  "updatedAt": "2025-01-03T18:41:58.937Z",
                  "environment": {
                    "sys": {
                      "id": "master",
                      "type": "Link",
                      "linkType": "Environment"
                    }
                  },
                  "revision": 1,
                  "contentType": {
                    "sys": {
                      "type": "Link",
                      "linkType": "ContentType",
                      "id": "referenceMediaWrapper"
                    }
                  },
                  "locale": "en-US"
                },
                "fields": {
                  "entryTitle": "Modern house with Evening Blue Hardie board and batten siding",
                  "title": "Modern house with Evening Blue Hardie board and batten siding",
                  "altText": "Modern house with Evening Blue Hardie board and batten siding",
                  "asset": {
                    "sys": {
                      "id": "2lgRMG8TrGScqn5pFre4Vs",
                      "type": "Asset",
                      "publishedVersion": 3,
                      "space": {
                        "sys": {
                          "type": "Link",
                          "linkType": "Space",
                          "id": "dzi2asncd44t"
                        }
                      },
                      "createdAt": "2025-01-03T18:41:56.195Z",
                      "updatedAt": "2025-01-03T18:41:56.195Z",
                      "environment": {
                        "sys": {
                          "id": "master",
                          "type": "Link",
                          "linkType": "Environment"
                        }
                      },
                      "revision": 1,
                      "locale": "en-US"
                    },
                    "fields": {
                      "title": "RS24869 137 Baldwin Ln, Georgetow - 020-scr",
                      "description": "",
                      "file": {
                        "url": "//images.ctfassets.net/dzi2asncd44t/2lgRMG8TrGScqn5pFre4Vs/b9100bf250944d7fe239d53d12538727/RS24869_137_Baldwin_Ln__Georgetow_-_020-scr.jpg",
                        "details": {
                          "size": 174271,
                          "image": {
                            "width": 850,
                            "height": 567
                          }
                        },
                        "fileName": "RS24869_137 Baldwin Ln, Georgetow - 020-scr.jpg",
                        "contentType": "image/jpeg"
                      }
                    },
                    "metadata": {
                      "tags": [],
                      "concepts": []
                    }
                  }
                },
                "metadata": {
                  "tags": [],
                  "concepts": []
                }
              }
            },
            "content": []
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "James Hardie will be showcasing an expanding portfolio of products at its IBS booth including the return of ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "Hardie",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Artisan",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Trim",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": ", featuring 1.5-inch-thick boards that sit proud to complement the deep shadow lines of ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "Hardie",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Artisan",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Siding",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " to create a distinctive look that will set your home apart. Starting in mid-2025, trade professionals and homeowners alike can use Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Artisan",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Trim to confidently add sophistication to homes without compromise.",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "embedded-entry-block",
            "data": {
              "target": {
                "sys": {
                  "id": "62LOROLbOKGuajs84I1WFz",
                  "type": "Entry",
                  "publishedVersion": 8,
                  "space": {
                    "sys": {
                      "type": "Link",
                      "linkType": "Space",
                      "id": "dzi2asncd44t"
                    }
                  },
                  "createdAt": "2024-05-07T14:52:49.591Z",
                  "updatedAt": "2024-12-12T18:06:38.665Z",
                  "environment": {
                    "sys": {
                      "id": "master",
                      "type": "Link",
                      "linkType": "Environment"
                    }
                  },
                  "revision": 3,
                  "contentType": {
                    "sys": {
                      "type": "Link",
                      "linkType": "ContentType",
                      "id": "referenceMediaWrapper"
                    }
                  },
                  "locale": "en-US"
                },
                "fields": {
                  "entryTitle": "Achieve a Distinctive Look - Home with Hardie® Artisan® Lap siding in Cobble Stone",
                  "title": "Achieve a Distinctive Look - Home with Hardie® Artisan® Lap siding in Cobble Stone",
                  "altText": "Home with Hardie® Artisan® Lap siding in Cobble Stone",
                  "asset": {
                    "sys": {
                      "id": "5ht5qH6X09g90FqZHt27J2",
                      "type": "Asset",
                      "publishedVersion": 3,
                      "space": {
                        "sys": {
                          "type": "Link",
                          "linkType": "Space",
                          "id": "dzi2asncd44t"
                        }
                      },
                      "createdAt": "2024-05-07T14:52:43.486Z",
                      "updatedAt": "2024-05-07T14:52:43.486Z",
                      "environment": {
                        "sys": {
                          "id": "master",
                          "type": "Link",
                          "linkType": "Environment"
                        }
                      },
                      "revision": 1,
                      "locale": "en-US"
                    },
                    "fields": {
                      "title": "RS16336-DSC-5004-RT-scr",
                      "description": "",
                      "file": {
                        "url": "//images.ctfassets.net/dzi2asncd44t/5ht5qH6X09g90FqZHt27J2/6360bed5c4d0bbb5b7c02ae7d291e01d/RS16336-DSC-5004-RT-scr.jpg",
                        "details": {
                          "size": 178337,
                          "image": {
                            "width": 850,
                            "height": 564
                          }
                        },
                        "fileName": "RS16336-DSC-5004-RT-scr.jpg",
                        "contentType": "image/jpeg"
                      }
                    },
                    "metadata": {
                      "tags": [],
                      "concepts": []
                    }
                  }
                },
                "metadata": {
                  "tags": [],
                  "concepts": []
                }
              }
            },
            "content": []
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Hardie",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Architectural Panel",
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " will also be available across North America starting mid-2025. Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Architectural Panel can be oriented vertically or horizontally for additional design flexibility, and the varied textures help hide finishing nails for a clean and crisp look. Furthermore, the integrated panel and trim system assists with water management, helping to protect your siding and home from the elements. Choose from several stucco- and nature-inspired textures that can be paired with other Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " products for a mixed materials appearance that elevates the traditional look of stucco, giving your exterior a fresh perspective.",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "embedded-entry-block",
            "data": {
              "target": {
                "sys": {
                  "id": "2jSwPpWuKcrwjK2FyM65CL",
                  "type": "Entry",
                  "publishedVersion": 2,
                  "space": {
                    "sys": {
                      "type": "Link",
                      "linkType": "Space",
                      "id": "dzi2asncd44t"
                    }
                  },
                  "createdAt": "2024-09-24T19:21:46.251Z",
                  "updatedAt": "2024-09-24T19:21:46.251Z",
                  "environment": {
                    "sys": {
                      "id": "master",
                      "type": "Link",
                      "linkType": "Environment"
                    }
                  },
                  "revision": 1,
                  "contentType": {
                    "sys": {
                      "type": "Link",
                      "linkType": "ContentType",
                      "id": "referenceMediaWrapper"
                    }
                  },
                  "locale": "en-US"
                },
                "fields": {
                  "entryTitle": "Contemporary - Modular beach house clad in Fine Sand textured Hardie Architectural panel ",
                  "title": "Contemporary - Modular beach house clad in Fine Sand textured Hardie Architectural panel ",
                  "altText": "Modular beach house clad in Fine Sand textured Hardie Architectural panel ",
                  "asset": {
                    "sys": {
                      "id": "1jMFQ0BDuBl7Gu7MNjofmh",
                      "type": "Asset",
                      "publishedVersion": 3,
                      "space": {
                        "sys": {
                          "type": "Link",
                          "linkType": "Space",
                          "id": "dzi2asncd44t"
                        }
                      },
                      "createdAt": "2024-09-24T19:21:41.202Z",
                      "updatedAt": "2024-09-24T19:21:41.202Z",
                      "environment": {
                        "sys": {
                          "id": "master",
                          "type": "Link",
                          "linkType": "Environment"
                        }
                      },
                      "revision": 1,
                      "locale": "en-US"
                    },
                    "fields": {
                      "title": "RS23558 JH-4562 Niagara Ave-SanDiego-Final-53",
                      "description": "",
                      "file": {
                        "url": "//images.ctfassets.net/dzi2asncd44t/1jMFQ0BDuBl7Gu7MNjofmh/9141e1059de977f757665ad791e3094e/RS23558_JH-4562_Niagara_Ave-SanDiego-Final-53.jpg",
                        "details": {
                          "size": 422046,
                          "image": {
                            "width": 1500,
                            "height": 1125
                          }
                        },
                        "fileName": "RS23558_JH-4562 Niagara Ave-SanDiego-Final-53.jpg",
                        "contentType": "image/jpeg"
                      }
                    },
                    "metadata": {
                      "tags": [],
                      "concepts": []
                    }
                  }
                },
                "metadata": {
                  "tags": [],
                  "concepts": []
                }
              }
            },
            "content": []
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "\"Our Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Artisan",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Trim and Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " Architectural Panel products add distinct elegance and superior protection from the elements to home exteriors, and I'm thrilled to be expanding availability of these offerings to more homeowners,\" Gadd said.",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "hr",
            "data": {},
            "content": []
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "For more information and the latest from James Hardie, visit booth C4507 at the International Builders' Show. Media members can book a scheduled appointment and request interviews with James Hardie representatives by emailing ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "hyperlink",
                "data": {
                  "uri": "mailto:jameshardieuspr@webershandwick.com"
                },
                "content": [
                  {
                    "nodeType": "text",
                    "value": "jameshardieuspr@webershandwick.com",
                    "marks": [
                      {
                        "type": "bold"
                      }
                    ],
                    "data": {}
                  }
                ]
              },
              {
                "nodeType": "text",
                "value": ". To explore products and more, visit ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "hyperlink",
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=4023032808&u=https%3A%2F%2Fc212.net%2Fc%2Flink%2F%3Ft%3D0%26l%3Den%26o%3D4079404-1%26h%3D3958064380%26u%3Dhttps%253A%252F%252Fwww.jameshardie.com%252F%253Floc%253Drefresh%26a%3DJamesHardie.com&a=JamesHardie.com"
                },
                "content": [
                  {
                    "nodeType": "text",
                    "value": "JamesHardie.com",
                    "marks": [
                      {
                        "type": "bold"
                      }
                    ],
                    "data": {}
                  }
                ]
              },
              {
                "nodeType": "text",
                "value": ".",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "James Hardie Building Products Inc.\n",
                "marks": [
                  {
                    "type": "underline"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "James Hardie is the North American leader in fiber cement exterior design solutions. Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " products offer long lasting beauty and endless design possibilities with trusted protection and low maintenance. As the #1 producer of high-performance fiber cement building solutions in the United States, James Hardie offers siding and accessories for every style. Hardie",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": "®",
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "data": {}
              },
              {
                "nodeType": "text",
                "value": " products are noncombustible and stand up to weather and time while empowering homeowners and building professionals to achieve the home of their dreams. James Hardie operates with an inclusive company culture and an unwavering commitment to Zero Harm. The company proudly employs a diverse workforce of over 3,700 employees in North America.",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "For more information and media resources, visit ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "hyperlink",
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=800147693&u=https%3A%2F%2Fwww.jameshardie.com%2F&a=JamesHardie.com"
                },
                "content": [
                  {
                    "nodeType": "text",
                    "value": "JamesHardie.com",
                    "marks": [],
                    "data": {}
                  }
                ]
              },
              {
                "nodeType": "text",
                "value": " and ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "hyperlink",
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=3443036247&u=https%3A%2F%2Fwww.jameshardie.com%2Fall-about-james-hardie%2Fmedia-resources%2F&a=JamesHardie.com%2Fall-about-james-hardie%2Fmedia-resources"
                },
                "content": [
                  {
                    "nodeType": "text",
                    "value": "JamesHardie.com/all-about-james-hardie/media-resources",
                    "marks": [],
                    "data": {}
                  }
                ]
              },
              {
                "nodeType": "text",
                "value": ". For investor information, please visit ",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "hyperlink",
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=2890599942&u=https%3A%2F%2Fir.jameshardie.com.au%2F&a=ir.jameshardie.com.au"
                },
                "content": [
                  {
                    "nodeType": "text",
                    "value": "ir.jameshardie.com.au",
                    "marks": [],
                    "data": {}
                  }
                ]
              },
              {
                "nodeType": "text",
                "value": ".",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Connect with James Hardie on social media:",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "unordered-list",
            "data": {},
            "content": [
              {
                "nodeType": "list-item",
                "data": {},
                "content": [
                  {
                    "nodeType": "paragraph",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "text",
                        "value": "",
                        "marks": [],
                        "data": {}
                      },
                      {
                        "nodeType": "hyperlink",
                        "data": {
                          "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=1417293300&u=http%3A%2F%2Flinkedin.com%2Fcompany%2FJamesHardie&a=LinkedIn"
                        },
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "LinkedIn",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      },
                      {
                        "nodeType": "text",
                        "value": "",
                        "marks": [],
                        "data": {}
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "list-item",
                "data": {},
                "content": [
                  {
                    "nodeType": "paragraph",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "text",
                        "value": "",
                        "marks": [],
                        "data": {}
                      },
                      {
                        "nodeType": "hyperlink",
                        "data": {
                          "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=1905174478&u=http%3A%2F%2Fwww.instagram.com%2Fjameshardie&a=Instagram"
                        },
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Instagram",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      },
                      {
                        "nodeType": "text",
                        "value": "",
                        "marks": [],
                        "data": {}
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "list-item",
                "data": {},
                "content": [
                  {
                    "nodeType": "paragraph",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "text",
                        "value": "",
                        "marks": [],
                        "data": {}
                      },
                      {
                        "nodeType": "hyperlink",
                        "data": {
                          "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=3625863148&u=http%3A%2F%2Fwww.facebook.com%2Fjameshardie&a=Facebook"
                        },
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "Facebook",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      },
                      {
                        "nodeType": "text",
                        "value": "",
                        "marks": [],
                        "data": {}
                      }
                    ]
                  }
                ]
              },
              {
                "nodeType": "list-item",
                "data": {},
                "content": [
                  {
                    "nodeType": "paragraph",
                    "data": {},
                    "content": [
                      {
                        "nodeType": "text",
                        "value": "",
                        "marks": [],
                        "data": {}
                      },
                      {
                        "nodeType": "hyperlink",
                        "data": {
                          "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=2129199474&u=https%3A%2F%2Fx.com%2FJamesHardie&a=X+(formerly+Twitter)"
                        },
                        "content": [
                          {
                            "nodeType": "text",
                            "value": "X (formerly Twitter)",
                            "marks": [],
                            "data": {}
                          }
                        ]
                      },
                      {
                        "nodeType": "text",
                        "value": "",
                        "marks": [],
                        "data": {}
                      }
                    ]
                  }
                ]
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "Media Contact:\n",
                "marks": [],
                "data": {}
              },
              {
                "nodeType": "hyperlink",
                "data": {
                  "uri": "mailto:jameshardieuspr@webershandwick.com"
                },
                "content": [
                  {
                    "nodeType": "text",
                    "value": "jameshardieuspr@webershandwick.com",
                    "marks": [],
                    "data": {}
                  }
                ]
              },
              {
                "nodeType": "text",
                "value": "",
                "marks": [],
                "data": {}
              }
            ]
          },
          {
            "nodeType": "paragraph",
            "data": {},
            "content": [
              {
                "nodeType": "text",
                "value": "SOURCE James Hardie Building Products Inc.",
                "marks": [],
                "data": {}
              }
            ]
          }
        ]
      },
      "title": "James Hardie to Unveil New and Expanded Hardie® Products at 2025 NAHB International Builders' Show® in Las Vegas",
      "component": {
        "type": "articleBody",
        "parameters": {
          "body": {
            "type": "json",
            "value": {
              "nodeType": "document",
              "data": {},
              "content": [
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "CHICAGO, Feb. 6, 2025",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " -- James Hardie Building Products Inc. (James Hardie), a leader in North American home building products, is set to return to the National Association of Home Builders (NAHB) International Builders' Show",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " (IBS) in Las Vegas from February 25 to February 27, 2025, unveiling an expanded Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " product portfolio that reinforces the company's purpose of ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "Building a Better Future for All™.",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "\"We are excited to return to IBS for another year to showcase our commitment and support for the homebuilding industry, and to share our latest innovative products that are ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "Engineered for Climate",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®,",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " and support our purpose of Building a Better Future for All™,\" said Sean Gadd, President of James Hardie North America.",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "The prestigious tradeshow event, which gathers professionals from the construction and building segment will serve as a platform for James Hardie to highlight its innovative products with a focus on durability, sustainability, and design. Key touchpoints at James Hardie's approx. 5,600 square foot village at IBS (booth number C4507) include:",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-2",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Durability",
                      "marks": [
                        {
                          "type": "italic"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "The exterior of a home is often the first line of defense against extreme weather conditions and natural disasters. Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " siding is non-combustible and designed to resist damage from extreme temperatures and winds, fire, pests, and water. Only Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " fiber cement exterior products are Engineered for Climate",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": ". They are designed specifically with your climate zone in mind for optimal performance. IBS attendees will be able to experience firsthand these climate-specific durability features as well as the versatility and beauty of those products through three model homes, each constructed to reflect the needs of a specific climate and region: the ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "Rain House",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": ", ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "Snow House ",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "and",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Desert House",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": ".",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-2",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Sustainability",
                      "marks": [
                        {
                          "type": "italic"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "James Hardie is relentless in pursuing its purpose of Building a Better Future for All™ and providing sustainable, resilient solutions to homeowners as our planet faces greater climate challenges. Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " products are durable, resilient and low maintenance by design. We continue to work to reduce the environmental impact of all Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " products without sacrificing our durability or resilience. IBS attendees can see these products in action and learn about their role in creating climate-resilient homes. Attendees will also see the company's contribution to making climate-resilient homes more accessible through its corporate sponsorship of Habitat for Humanity's ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "Habitat Strong",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " program.",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "heading-2",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Design",
                      "marks": [
                        {
                          "type": "italic"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "James Hardie continues to lead with innovation and personalized design for exterior solutions, with a focus on driving demand and preference with homeowners. This is one of the many reasons ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "James Hardie's 2025 Color of the Year",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " – ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "hyperlink",
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=88106450&u=https%3A%2F%2Fwww.prnewswire.com%2Fnews-releases%2Fkeep-calm-and-color-on-james-hardie-unveils-its-exterior-color-of-the-year-302343418.html&a=Evening+Blue"
                      },
                      "content": [
                        {
                          "nodeType": "text",
                          "value": "Evening Blue",
                          "marks": [
                            {
                              "type": "bold"
                            }
                          ],
                          "data": {}
                        }
                      ]
                    },
                    {
                      "nodeType": "text",
                      "value": " – as well as other colors and products will be on full display at the booth. The calming and tranquil blue hue was carefully selected to bring peace and serenity to homes, reflecting the need for relaxation and tranquility in today's fast-paced, stress-filled world.",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "embedded-entry-block",
                  "data": {
                    "target": {
                      "sys": {
                        "id": "5fjaIwt5oKpP7wG5I3ZJSy",
                        "type": "Entry",
                        "publishedVersion": 3,
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "createdAt": "2025-01-03T18:41:58.937Z",
                        "updatedAt": "2025-01-03T18:41:58.937Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "revision": 1,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceMediaWrapper"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "Modern house with Evening Blue Hardie board and batten siding",
                        "title": "Modern house with Evening Blue Hardie board and batten siding",
                        "altText": "Modern house with Evening Blue Hardie board and batten siding",
                        "asset": {
                          "sys": {
                            "id": "2lgRMG8TrGScqn5pFre4Vs",
                            "type": "Asset",
                            "publishedVersion": 3,
                            "space": {
                              "sys": {
                                "type": "Link",
                                "linkType": "Space",
                                "id": "dzi2asncd44t"
                              }
                            },
                            "createdAt": "2025-01-03T18:41:56.195Z",
                            "updatedAt": "2025-01-03T18:41:56.195Z",
                            "environment": {
                              "sys": {
                                "id": "master",
                                "type": "Link",
                                "linkType": "Environment"
                              }
                            },
                            "revision": 1,
                            "locale": "en-US"
                          },
                          "fields": {
                            "title": "RS24869 137 Baldwin Ln, Georgetow - 020-scr",
                            "description": "",
                            "file": {
                              "url": "//images.ctfassets.net/dzi2asncd44t/2lgRMG8TrGScqn5pFre4Vs/b9100bf250944d7fe239d53d12538727/RS24869_137_Baldwin_Ln__Georgetow_-_020-scr.jpg",
                              "details": {
                                "size": 174271,
                                "image": {
                                  "width": 850,
                                  "height": 567
                                }
                              },
                              "fileName": "RS24869_137 Baldwin Ln, Georgetow - 020-scr.jpg",
                              "contentType": "image/jpeg"
                            }
                          },
                          "metadata": {
                            "tags": [],
                            "concepts": []
                          }
                        }
                      },
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      }
                    }
                  },
                  "content": []
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "James Hardie will be showcasing an expanding portfolio of products at its IBS booth including the return of ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "Hardie",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Artisan",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Trim",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": ", featuring 1.5-inch-thick boards that sit proud to complement the deep shadow lines of ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "Hardie",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Artisan",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Siding",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " to create a distinctive look that will set your home apart. Starting in mid-2025, trade professionals and homeowners alike can use Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Artisan",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Trim to confidently add sophistication to homes without compromise.",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "embedded-entry-block",
                  "data": {
                    "target": {
                      "sys": {
                        "id": "62LOROLbOKGuajs84I1WFz",
                        "type": "Entry",
                        "publishedVersion": 8,
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "createdAt": "2024-05-07T14:52:49.591Z",
                        "updatedAt": "2024-12-12T18:06:38.665Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "revision": 3,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceMediaWrapper"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "Achieve a Distinctive Look - Home with Hardie® Artisan® Lap siding in Cobble Stone",
                        "title": "Achieve a Distinctive Look - Home with Hardie® Artisan® Lap siding in Cobble Stone",
                        "altText": "Home with Hardie® Artisan® Lap siding in Cobble Stone",
                        "asset": {
                          "sys": {
                            "id": "5ht5qH6X09g90FqZHt27J2",
                            "type": "Asset",
                            "publishedVersion": 3,
                            "space": {
                              "sys": {
                                "type": "Link",
                                "linkType": "Space",
                                "id": "dzi2asncd44t"
                              }
                            },
                            "createdAt": "2024-05-07T14:52:43.486Z",
                            "updatedAt": "2024-05-07T14:52:43.486Z",
                            "environment": {
                              "sys": {
                                "id": "master",
                                "type": "Link",
                                "linkType": "Environment"
                              }
                            },
                            "revision": 1,
                            "locale": "en-US"
                          },
                          "fields": {
                            "title": "RS16336-DSC-5004-RT-scr",
                            "description": "",
                            "file": {
                              "url": "//images.ctfassets.net/dzi2asncd44t/5ht5qH6X09g90FqZHt27J2/6360bed5c4d0bbb5b7c02ae7d291e01d/RS16336-DSC-5004-RT-scr.jpg",
                              "details": {
                                "size": 178337,
                                "image": {
                                  "width": 850,
                                  "height": 564
                                }
                              },
                              "fileName": "RS16336-DSC-5004-RT-scr.jpg",
                              "contentType": "image/jpeg"
                            }
                          },
                          "metadata": {
                            "tags": [],
                            "concepts": []
                          }
                        }
                      },
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      }
                    }
                  },
                  "content": []
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Hardie",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Architectural Panel",
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " will also be available across North America starting mid-2025. Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Architectural Panel can be oriented vertically or horizontally for additional design flexibility, and the varied textures help hide finishing nails for a clean and crisp look. Furthermore, the integrated panel and trim system assists with water management, helping to protect your siding and home from the elements. Choose from several stucco- and nature-inspired textures that can be paired with other Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " products for a mixed materials appearance that elevates the traditional look of stucco, giving your exterior a fresh perspective.",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "embedded-entry-block",
                  "data": {
                    "target": {
                      "sys": {
                        "id": "2jSwPpWuKcrwjK2FyM65CL",
                        "type": "Entry",
                        "publishedVersion": 2,
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "createdAt": "2024-09-24T19:21:46.251Z",
                        "updatedAt": "2024-09-24T19:21:46.251Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "revision": 1,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceMediaWrapper"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "Contemporary - Modular beach house clad in Fine Sand textured Hardie Architectural panel ",
                        "title": "Contemporary - Modular beach house clad in Fine Sand textured Hardie Architectural panel ",
                        "altText": "Modular beach house clad in Fine Sand textured Hardie Architectural panel ",
                        "asset": {
                          "sys": {
                            "id": "1jMFQ0BDuBl7Gu7MNjofmh",
                            "type": "Asset",
                            "publishedVersion": 3,
                            "space": {
                              "sys": {
                                "type": "Link",
                                "linkType": "Space",
                                "id": "dzi2asncd44t"
                              }
                            },
                            "createdAt": "2024-09-24T19:21:41.202Z",
                            "updatedAt": "2024-09-24T19:21:41.202Z",
                            "environment": {
                              "sys": {
                                "id": "master",
                                "type": "Link",
                                "linkType": "Environment"
                              }
                            },
                            "revision": 1,
                            "locale": "en-US"
                          },
                          "fields": {
                            "title": "RS23558 JH-4562 Niagara Ave-SanDiego-Final-53",
                            "description": "",
                            "file": {
                              "url": "//images.ctfassets.net/dzi2asncd44t/1jMFQ0BDuBl7Gu7MNjofmh/9141e1059de977f757665ad791e3094e/RS23558_JH-4562_Niagara_Ave-SanDiego-Final-53.jpg",
                              "details": {
                                "size": 422046,
                                "image": {
                                  "width": 1500,
                                  "height": 1125
                                }
                              },
                              "fileName": "RS23558_JH-4562 Niagara Ave-SanDiego-Final-53.jpg",
                              "contentType": "image/jpeg"
                            }
                          },
                          "metadata": {
                            "tags": [],
                            "concepts": []
                          }
                        }
                      },
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      }
                    }
                  },
                  "content": []
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "\"Our Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Artisan",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Trim and Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " Architectural Panel products add distinct elegance and superior protection from the elements to home exteriors, and I'm thrilled to be expanding availability of these offerings to more homeowners,\" Gadd said.",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "hr",
                  "data": {},
                  "content": []
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "For more information and the latest from James Hardie, visit booth C4507 at the International Builders' Show. Media members can book a scheduled appointment and request interviews with James Hardie representatives by emailing ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "hyperlink",
                      "data": {
                        "uri": "mailto:jameshardieuspr@webershandwick.com"
                      },
                      "content": [
                        {
                          "nodeType": "text",
                          "value": "jameshardieuspr@webershandwick.com",
                          "marks": [
                            {
                              "type": "bold"
                            }
                          ],
                          "data": {}
                        }
                      ]
                    },
                    {
                      "nodeType": "text",
                      "value": ". To explore products and more, visit ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "hyperlink",
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=4023032808&u=https%3A%2F%2Fc212.net%2Fc%2Flink%2F%3Ft%3D0%26l%3Den%26o%3D4079404-1%26h%3D3958064380%26u%3Dhttps%253A%252F%252Fwww.jameshardie.com%252F%253Floc%253Drefresh%26a%3DJamesHardie.com&a=JamesHardie.com"
                      },
                      "content": [
                        {
                          "nodeType": "text",
                          "value": "JamesHardie.com",
                          "marks": [
                            {
                              "type": "bold"
                            }
                          ],
                          "data": {}
                        }
                      ]
                    },
                    {
                      "nodeType": "text",
                      "value": ".",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "James Hardie Building Products Inc.\n",
                      "marks": [
                        {
                          "type": "underline"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "James Hardie is the North American leader in fiber cement exterior design solutions. Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " products offer long lasting beauty and endless design possibilities with trusted protection and low maintenance. As the #1 producer of high-performance fiber cement building solutions in the United States, James Hardie offers siding and accessories for every style. Hardie",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": "®",
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "data": {}
                    },
                    {
                      "nodeType": "text",
                      "value": " products are noncombustible and stand up to weather and time while empowering homeowners and building professionals to achieve the home of their dreams. James Hardie operates with an inclusive company culture and an unwavering commitment to Zero Harm. The company proudly employs a diverse workforce of over 3,700 employees in North America.",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "For more information and media resources, visit ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "hyperlink",
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=800147693&u=https%3A%2F%2Fwww.jameshardie.com%2F&a=JamesHardie.com"
                      },
                      "content": [
                        {
                          "nodeType": "text",
                          "value": "JamesHardie.com",
                          "marks": [],
                          "data": {}
                        }
                      ]
                    },
                    {
                      "nodeType": "text",
                      "value": " and ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "hyperlink",
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=3443036247&u=https%3A%2F%2Fwww.jameshardie.com%2Fall-about-james-hardie%2Fmedia-resources%2F&a=JamesHardie.com%2Fall-about-james-hardie%2Fmedia-resources"
                      },
                      "content": [
                        {
                          "nodeType": "text",
                          "value": "JamesHardie.com/all-about-james-hardie/media-resources",
                          "marks": [],
                          "data": {}
                        }
                      ]
                    },
                    {
                      "nodeType": "text",
                      "value": ". For investor information, please visit ",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "hyperlink",
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=2890599942&u=https%3A%2F%2Fir.jameshardie.com.au%2F&a=ir.jameshardie.com.au"
                      },
                      "content": [
                        {
                          "nodeType": "text",
                          "value": "ir.jameshardie.com.au",
                          "marks": [],
                          "data": {}
                        }
                      ]
                    },
                    {
                      "nodeType": "text",
                      "value": ".",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Connect with James Hardie on social media:",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "unordered-list",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "list-item",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "paragraph",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "text",
                              "value": "",
                              "marks": [],
                              "data": {}
                            },
                            {
                              "nodeType": "hyperlink",
                              "data": {
                                "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=1417293300&u=http%3A%2F%2Flinkedin.com%2Fcompany%2FJamesHardie&a=LinkedIn"
                              },
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "LinkedIn",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            },
                            {
                              "nodeType": "text",
                              "value": "",
                              "marks": [],
                              "data": {}
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "list-item",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "paragraph",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "text",
                              "value": "",
                              "marks": [],
                              "data": {}
                            },
                            {
                              "nodeType": "hyperlink",
                              "data": {
                                "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=1905174478&u=http%3A%2F%2Fwww.instagram.com%2Fjameshardie&a=Instagram"
                              },
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Instagram",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            },
                            {
                              "nodeType": "text",
                              "value": "",
                              "marks": [],
                              "data": {}
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "list-item",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "paragraph",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "text",
                              "value": "",
                              "marks": [],
                              "data": {}
                            },
                            {
                              "nodeType": "hyperlink",
                              "data": {
                                "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=3625863148&u=http%3A%2F%2Fwww.facebook.com%2Fjameshardie&a=Facebook"
                              },
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "Facebook",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            },
                            {
                              "nodeType": "text",
                              "value": "",
                              "marks": [],
                              "data": {}
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "nodeType": "list-item",
                      "data": {},
                      "content": [
                        {
                          "nodeType": "paragraph",
                          "data": {},
                          "content": [
                            {
                              "nodeType": "text",
                              "value": "",
                              "marks": [],
                              "data": {}
                            },
                            {
                              "nodeType": "hyperlink",
                              "data": {
                                "uri": "https://c212.net/c/link/?t=0&l=en&o=4356726-1&h=2129199474&u=https%3A%2F%2Fx.com%2FJamesHardie&a=X+(formerly+Twitter)"
                              },
                              "content": [
                                {
                                  "nodeType": "text",
                                  "value": "X (formerly Twitter)",
                                  "marks": [],
                                  "data": {}
                                }
                              ]
                            },
                            {
                              "nodeType": "text",
                              "value": "",
                              "marks": [],
                              "data": {}
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "Media Contact:\n",
                      "marks": [],
                      "data": {}
                    },
                    {
                      "nodeType": "hyperlink",
                      "data": {
                        "uri": "mailto:jameshardieuspr@webershandwick.com"
                      },
                      "content": [
                        {
                          "nodeType": "text",
                          "value": "jameshardieuspr@webershandwick.com",
                          "marks": [],
                          "data": {}
                        }
                      ]
                    },
                    {
                      "nodeType": "text",
                      "value": "",
                      "marks": [],
                      "data": {}
                    }
                  ]
                },
                {
                  "nodeType": "paragraph",
                  "data": {},
                  "content": [
                    {
                      "nodeType": "text",
                      "value": "SOURCE James Hardie Building Products Inc.",
                      "marks": [],
                      "data": {}
                    }
                  ]
                }
              ]
            }
          },
          "title": {
            "type": "text",
            "value": "James Hardie to Unveil New and Expanded Hardie® Products at 2025 NAHB International Builders' Show® in Las Vegas"
          }
        }
      }
    }
  • 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.

logo
© 2024 James Hardie Building Products Inc. All rights reserved. ™ or ® denote trademarks or registered trademarks of James Hardie Technology Ltd.