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 }) {
      return (
        <div>
          ArticleHero!
          
        </div>
      )
    }
    
    registerUniformComponent({ type: "articleHero", component: ArticleHero })
    Props that your React component will receive
    {
      "image": "//images.ctfassets.net/dzi2asncd44t/5U6o5idko4ZQuBOSa5alop/20b7d4ad15aa2fbc696a157bd80e762d/AZEK_Exteriors_Trim.jpg",
      "title": "AZEK Exteriors Trim Selected as a Good Housekeeping 2026 Home Reno Award Winner",
      "component": {
        "type": "articleHero",
        "parameters": {
          "image": {
            "type": "image",
            "value": "//images.ctfassets.net/dzi2asncd44t/5U6o5idko4ZQuBOSa5alop/20b7d4ad15aa2fbc696a157bd80e762d/AZEK_Exteriors_Trim.jpg"
          },
          "title": {
            "type": "text",
            "value": "AZEK Exteriors Trim Selected as a Good Housekeeping 2026 Home Reno Award Winner"
          }
        }
      }
    }
  • 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": {
        "data": {},
        "content": [
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "CHICAGO, November 12, 2025 – ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": "AZEK Exteriors today announced that AZEK",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Trim was named a winner in Good Housekeeping’s 2026 Home Reno Awards. The full list of awards can be found on ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.goodhousekeeping.com/home/renovation/a65957754/home-renovation-awards-2026/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "goodhousekeeping.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ". As the original innovator of PVC exterior trim 25 years ago and still an industry-leader in premium exterior trim, AZEK has revolutionized the exterior trim market with a durable, rot-resistant alternative to traditional wood trim that continues to define best-in-class performance today.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Each year, engineers and product experts at the Good Housekeeping Institute, together with a team of outside experts, spend months rigorously evaluating the best products and services for home remodeling and maintenance. As part of the evaluation process, analysts send products into the homes of consumer testers to see how they perform in real-world conditions, while GH design pros weigh in on style and aesthetics. To determine the winners, judges focus on key attributes including quality, value, efficiency, sustainability, and overall design appeal.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Underscoring AZEK Trim’s performance in this year’s testing, Dan DiClerico, Home Improvement & Outdoor Lab Director at the Good Housekeeping Institute noted, “The AZEK trim lived up to its moisture-resistance claims in our lab tests, showing no sign of deterioration even after having been submerged in water for a full month.”",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "AZEK Trim sets the standard for exterior trim—offering a rare combination of performance, sustainability, and durability. While trim is admired as an attractive accent to a home’s siding, it also plays a critical role in protecting against water—especially at siding interruptions like windows and corners, and in moisture-prone areas such as ground contact and rooflines. AZEK Trim resists water absorption and never needs repainting to maintain its integrity, helping prevent trapped moisture, rot, and mold—and ultimately extending the life of the siding.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Made from up to 40% recycled PVC content, it reduces environmental impact while delivering the high-quality aesthetics pros and homeowners expect. Its Class A Flame Spread rating means flames will spread slower compared to traditional wood and composite materials if exposed to fire. AZEK also offers the largest selection of trim and moulding products, designed to work together—combining ornate style with practical performance—and they endure beautifully because they don’t absorb moisture.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "For more information on all AZEK Exteriors products, visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "http://www.azekexteriors.com"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "www.azekexteriors.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ".",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [
                  {
                    "type": "underline"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "About AZEK Exteriors",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "http://www.azekexteriors.com/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "AZEK Exteriors",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ", an industry leader in exterior trim solutions, is a brand under the James Hardie portfolio (ASX: JHX; NYSE: JHX) (JHI). James Hardie is the industry leader in exterior home and outdoor living solutions, with a portfolio that includes fiber cement, fiber gypsum, composite and PVC decking and railing products. Our family of trusted brands includes Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": ", TimberTech",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": ", AZEK",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": " ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": "Exteriors",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": " ®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": ", Versatex",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": ", fermacell",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": ", and StruXure",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": ".",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "With over 8,000 employees, JHI boasts 31 operating sites, 6 recycling facilities, and 6 research and development centers globally. Powered by a dynamic workforce, we're united by our purpose of Building a Better Future for All",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "™",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " through sustainable innovation, a Zero Harm culture, and a commitment to empowering our people and communities.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "For more information, visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "http://www.jameshardie.com"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "www.jameshardie.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ". ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Connect with AZEK Exteriors on social media:",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.linkedin.com/company/azek-building-products/posts/?feedView=all"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "LinkedIn",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.instagram.com/azekexteriors/?hl=en"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Instagram",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.facebook.com/azekexteriors/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Facebook",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.youtube.com/c/azekexteriors"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "YouTube",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Media Contact:",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " TimberTech Agency: Katie Brockman Co.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Michelle Peranteau ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "mailto:michelle@katiebrockmanco.com"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "michelle@katiebrockmanco.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Brand Contact:",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " AZEK Exteriors – Dan Gibbons",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "mailto:Daniel.Gibbons@azekco.com"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Daniel.Gibbons@azekco.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          }
        ],
        "nodeType": "document"
      },
      "title": "AZEK Exteriors Trim Selected as a Good Housekeeping 2026 Home Reno Award Winner",
      "component": {
        "type": "articleBody",
        "parameters": {
          "body": {
            "type": "json",
            "value": {
              "data": {},
              "content": [
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "CHICAGO, November 12, 2025 – ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "AZEK Exteriors today announced that AZEK",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Trim was named a winner in Good Housekeeping’s 2026 Home Reno Awards. The full list of awards can be found on ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.goodhousekeeping.com/home/renovation/a65957754/home-renovation-awards-2026/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "goodhousekeeping.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ". As the original innovator of PVC exterior trim 25 years ago and still an industry-leader in premium exterior trim, AZEK has revolutionized the exterior trim market with a durable, rot-resistant alternative to traditional wood trim that continues to define best-in-class performance today.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Each year, engineers and product experts at the Good Housekeeping Institute, together with a team of outside experts, spend months rigorously evaluating the best products and services for home remodeling and maintenance. As part of the evaluation process, analysts send products into the homes of consumer testers to see how they perform in real-world conditions, while GH design pros weigh in on style and aesthetics. To determine the winners, judges focus on key attributes including quality, value, efficiency, sustainability, and overall design appeal.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Underscoring AZEK Trim’s performance in this year’s testing, Dan DiClerico, Home Improvement & Outdoor Lab Director at the Good Housekeeping Institute noted, “The AZEK trim lived up to its moisture-resistance claims in our lab tests, showing no sign of deterioration even after having been submerged in water for a full month.”",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "AZEK Trim sets the standard for exterior trim—offering a rare combination of performance, sustainability, and durability. While trim is admired as an attractive accent to a home’s siding, it also plays a critical role in protecting against water—especially at siding interruptions like windows and corners, and in moisture-prone areas such as ground contact and rooflines. AZEK Trim resists water absorption and never needs repainting to maintain its integrity, helping prevent trapped moisture, rot, and mold—and ultimately extending the life of the siding.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Made from up to 40% recycled PVC content, it reduces environmental impact while delivering the high-quality aesthetics pros and homeowners expect. Its Class A Flame Spread rating means flames will spread slower compared to traditional wood and composite materials if exposed to fire. AZEK also offers the largest selection of trim and moulding products, designed to work together—combining ornate style with practical performance—and they endure beautifully because they don’t absorb moisture.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "For more information on all AZEK Exteriors products, visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "http://www.azekexteriors.com"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "www.azekexteriors.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ".",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "underline"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "About AZEK Exteriors",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "http://www.azekexteriors.com/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "AZEK Exteriors",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", an industry leader in exterior trim solutions, is a brand under the James Hardie portfolio (ASX: JHX; NYSE: JHX) (JHI). James Hardie is the industry leader in exterior home and outdoor living solutions, with a portfolio that includes fiber cement, fiber gypsum, composite and PVC decking and railing products. Our family of trusted brands includes Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", TimberTech",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", AZEK",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": " ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "Exteriors",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": " ®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", Versatex",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", fermacell",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", and StruXure",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ".",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "With over 8,000 employees, JHI boasts 31 operating sites, 6 recycling facilities, and 6 research and development centers globally. Powered by a dynamic workforce, we're united by our purpose of Building a Better Future for All",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "™",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " through sustainable innovation, a Zero Harm culture, and a commitment to empowering our people and communities.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "For more information, visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "http://www.jameshardie.com"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "www.jameshardie.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ". ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Connect with AZEK Exteriors on social media:",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.linkedin.com/company/azek-building-products/posts/?feedView=all"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "LinkedIn",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.instagram.com/azekexteriors/?hl=en"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Instagram",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.facebook.com/azekexteriors/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Facebook",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.youtube.com/c/azekexteriors"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "YouTube",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Media Contact:",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " TimberTech Agency: Katie Brockman Co.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Michelle Peranteau ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "mailto:michelle@katiebrockmanco.com"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "michelle@katiebrockmanco.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Brand Contact:",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " AZEK Exteriors – Dan Gibbons",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "mailto:Daniel.Gibbons@azekco.com"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Daniel.Gibbons@azekco.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                }
              ],
              "nodeType": "document"
            }
          },
          "title": {
            "type": "text",
            "value": "AZEK Exteriors Trim Selected as a Good Housekeeping 2026 Home Reno Award Winner"
          }
        }
      }
    }
  • 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
© 2025 James Hardie Building Products Inc. All rights reserved. Unless otherwise noted ™ or ® denote trademarks or registered trademarks of James Hardie Technology Ltd.