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/5hptNW4hudeWpS9nPhb9ZT/992ddf1985cd9b00b477d76705817b41/Sea-Grass-2022-Parade-of-Homes.jpg",
      "title": "James Hardie announces expansion of award-winning Hardie™ Architectural Collection",
      "introText": "The Hardie Architectural Collection garners industry accolades, including recognition in the Fast Company Magazine “Innovation by Design Awards” ",
      "component": {
        "type": "articleHero",
        "parameters": {
          "image": {
            "type": "image",
            "value": "//images.ctfassets.net/dzi2asncd44t/5hptNW4hudeWpS9nPhb9ZT/992ddf1985cd9b00b477d76705817b41/Sea-Grass-2022-Parade-of-Homes.jpg"
          },
          "title": {
            "type": "text",
            "value": "James Hardie announces expansion of award-winning Hardie™ Architectural Collection"
          },
          "introText": {
            "type": "text",
            "value": "The Hardie Architectural Collection garners industry accolades, including recognition in the Fast Company Magazine “Innovation by Design Awards” "
          }
        }
      }
    }
  • 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": [],
                "value": "CHICAGO (January 26, 2023) – ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "James Hardie Building Products Inc. (James Hardie)",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ", the North American leader in fiber cement home siding and exterior design solutions announces the expansion of its award-winning ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/product-catalog/exterior-siding-products/hardie-architectural-panel-siding/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Hardie™ Architectural Collection",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " into new U.S. markets and welcomes the Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Artisan Siding series into the Hardie™ Architectural Collection. \n\nThe Hardie™ Architectural Collection, a curated siding solution of Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel, Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Artisan Siding and associated Hardie™ Architectural Trim, combines the trusted durability and long-lasting beauty of Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " siding with a variety of distinctive textures and architectural details, making it easier than ever for builders, remodelers, architects, and homeowners to achieve more personalized exterior looks. \n\nHardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel – Sea Grass, a nature-inspired look only available through James Hardie’s revolutionary fiber cement technology, is the newest eye-catching product in the Panel collection. The panel is characterized by gentle flowing lines that create a dynamic finish and can be installed vertically or horizontally for a contemporary look. Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel – Sea Grass is now available in markets currently selling the Panel collection.\n\nAlong with the Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel collection, James Hardie is also introducing the Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Artisan Profile series to the Hardie™ Architectural Collection. This addition allows James Hardie to provide a unique range of exterior design looks for every home style from traditional to ultra-modern. \n\nHardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " wood-look products offer classic styles and textures for lap, shingle, or board and batten looks. Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Artisan profiles include a larger format of plank, mitered corners, and unique joints for dramatic shadow lines to deliver an elevated style with an upscale touch. The Hardie™ Architectural Collection rounds out the Hardie™ product line to achieve contemporary and modern looks with both popular and exclusive textures that can provide bold finishes to any home.\n\nSince the Collection’s early 2022 debut, Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel has received numerous consumer press accolades and industry awards, including: ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Fast Company - 2022 Innovation by Design Award",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Residential Products - 2021 MVP Gold Award ",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "The Architect's Newspaper - 2021 Best of Products Award",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "National Association of Home Builders’ (NAHB) - Gold Global Innovation Award",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              }
            ],
            "nodeType": "unordered-list"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Speaking about future innovation, Dr. Joe Liu, Chief Technology Officer of James Hardie, said: “As we expand our innovation pipeline, we are committed to innovation driven by market insights. For example, we developed Hardie™ Architectural Collection with the demand for fresh, modern exteriors in mind, as well as megatrends in the industry, such as builders’ need for a streamlined, less complex jobsite and consumer calls for more sustainable exteriors that offer trusted protection against severe weather.”\n\nProduct Features",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Design Versatility: Designed in collaboration with architects, the distinctive panels and clean, modern finishes can be oriented vertically or horizontally and combined with a variety of Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "products for personalized looks.",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Reduced Complexity: One supplier and one type of tradesperson can now accomplish a mixed materials exterior design – resulting in installation efficiency and a more streamlined jobsite.",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Durability: Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Architectural Panel and Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Artisan Siding are made from Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "fiber cement technology, which is well known for being low-maintenance and non-combustible.",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              }
            ],
            "nodeType": "unordered-list"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "\nProduct Details and Availability\nHardie™ Architectural Collection products available now include: ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Architectural Panel – Sea Grass: Gentle flowing lines create a dynamic finish inspired by nature",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Architectural Panel – Fine Sand: An even-textured, smooth, and consistent finish",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Architectural Panel – Fine Sand-Grooved: The Fine Sand texture, with lines milled into the panel every 16 inches",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Architectural Panel – Mounded Sand: A rough-textured, varied finish for a more traditional look",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Artisan V-Groove Siding – Deep V-shaped channels great for vertical, horizontal, and soffit applications",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Artisan Square Channel Siding – Defined right-angle cuts create unique wide channel exposures",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          },
                          {
                            "type": "italic"
                          }
                        ],
                        "value": "® ",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "Artisan Shiplap Siding – Brings charm to any home and allows design flexibility from modern to rustic",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              }
            ],
            "nodeType": "unordered-list"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel is available in the Pacific Northwest, Southwest, Southeast, Gulf, Austin, and Nashville regions. Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Artisan V-Groove, Square Channel, and Shiplap siding are available nationwide now.\n\nTo learn more, download the Look Book and explore the Collection, visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "JamesHardie.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ".\n\nJames Hardie Building Products Inc.\nJames Hardie is the North American leader in fiber cement home siding and exterior design solutions. Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " products offer long lasting beauty and endless design possibilities with trusted protection and low maintenance. As the #1 producer and marketer of high-performance fiber cement building solutions, James Hardie offers siding and accessories for every style. Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "italic"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " products are non-combustible 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,000 employees across operations in North America.\n\nFor more information and media resources, visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "JamesHardie.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " and ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/why-james-hardie/media-resources/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "JamesHardie.com/why-james-hardie/media-resources",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ". For investor information, please visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://ir.jameshardie.com.au/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "ir.jameshardie.com.au",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ".\n\nConnect with James Hardie on social media:\n",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://linkedin.com/company/jameshardie/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Linkedin.com/JamesHardie",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "\n",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://instagram.com/JamesHardie"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Instagram.com/JamesHardie",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "\n",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://facebook.com/JamesHardie"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Facebook.com/JamesHardie",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "\n",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://twitter.com/JamesHardie"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Twitter.com/JamesHardie",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          }
        ],
        "nodeType": "document"
      },
      "title": "James Hardie announces expansion of award-winning Hardie™ Architectural Collection",
      "component": {
        "type": "articleBody",
        "parameters": {
          "body": {
            "type": "json",
            "value": {
              "data": {},
              "content": [
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "CHICAGO (January 26, 2023) – ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "James Hardie Building Products Inc. (James Hardie)",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", the North American leader in fiber cement home siding and exterior design solutions announces the expansion of its award-winning ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/product-catalog/exterior-siding-products/hardie-architectural-panel-siding/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Hardie™ Architectural Collection",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " into new U.S. markets and welcomes the Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Artisan Siding series into the Hardie™ Architectural Collection. \n\nThe Hardie™ Architectural Collection, a curated siding solution of Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel, Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Artisan Siding and associated Hardie™ Architectural Trim, combines the trusted durability and long-lasting beauty of Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " siding with a variety of distinctive textures and architectural details, making it easier than ever for builders, remodelers, architects, and homeowners to achieve more personalized exterior looks. \n\nHardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel – Sea Grass, a nature-inspired look only available through James Hardie’s revolutionary fiber cement technology, is the newest eye-catching product in the Panel collection. The panel is characterized by gentle flowing lines that create a dynamic finish and can be installed vertically or horizontally for a contemporary look. Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel – Sea Grass is now available in markets currently selling the Panel collection.\n\nAlong with the Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel collection, James Hardie is also introducing the Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Artisan Profile series to the Hardie™ Architectural Collection. This addition allows James Hardie to provide a unique range of exterior design looks for every home style from traditional to ultra-modern. \n\nHardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " wood-look products offer classic styles and textures for lap, shingle, or board and batten looks. Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Artisan profiles include a larger format of plank, mitered corners, and unique joints for dramatic shadow lines to deliver an elevated style with an upscale touch. The Hardie™ Architectural Collection rounds out the Hardie™ product line to achieve contemporary and modern looks with both popular and exclusive textures that can provide bold finishes to any home.\n\nSince the Collection’s early 2022 debut, Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel has received numerous consumer press accolades and industry awards, including: ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Fast Company - 2022 Innovation by Design Award",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Residential Products - 2021 MVP Gold Award ",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "The Architect's Newspaper - 2021 Best of Products Award",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "National Association of Home Builders’ (NAHB) - Gold Global Innovation Award",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    }
                  ],
                  "nodeType": "unordered-list"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Speaking about future innovation, Dr. Joe Liu, Chief Technology Officer of James Hardie, said: “As we expand our innovation pipeline, we are committed to innovation driven by market insights. For example, we developed Hardie™ Architectural Collection with the demand for fresh, modern exteriors in mind, as well as megatrends in the industry, such as builders’ need for a streamlined, less complex jobsite and consumer calls for more sustainable exteriors that offer trusted protection against severe weather.”\n\nProduct Features",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Design Versatility: Designed in collaboration with architects, the distinctive panels and clean, modern finishes can be oriented vertically or horizontally and combined with a variety of Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "products for personalized looks.",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Reduced Complexity: One supplier and one type of tradesperson can now accomplish a mixed materials exterior design – resulting in installation efficiency and a more streamlined jobsite.",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Durability: Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Architectural Panel and Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Artisan Siding are made from Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "fiber cement technology, which is well known for being low-maintenance and non-combustible.",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    }
                  ],
                  "nodeType": "unordered-list"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "\nProduct Details and Availability\nHardie™ Architectural Collection products available now include: ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Architectural Panel – Sea Grass: Gentle flowing lines create a dynamic finish inspired by nature",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Architectural Panel – Fine Sand: An even-textured, smooth, and consistent finish",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Architectural Panel – Fine Sand-Grooved: The Fine Sand texture, with lines milled into the panel every 16 inches",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Architectural Panel – Mounded Sand: A rough-textured, varied finish for a more traditional look",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Artisan V-Groove Siding – Deep V-shaped channels great for vertical, horizontal, and soffit applications",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Artisan Square Channel Siding – Defined right-angle cuts create unique wide channel exposures",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                },
                                {
                                  "type": "italic"
                                }
                              ],
                              "value": "® ",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "Artisan Shiplap Siding – Brings charm to any home and allows design flexibility from modern to rustic",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    }
                  ],
                  "nodeType": "unordered-list"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel is available in the Pacific Northwest, Southwest, Southeast, Gulf, Austin, and Nashville regions. Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Artisan V-Groove, Square Channel, and Shiplap siding are available nationwide now.\n\nTo learn more, download the Look Book and explore the Collection, visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "JamesHardie.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ".\n\nJames Hardie Building Products Inc.\nJames Hardie is the North American leader in fiber cement home siding and exterior design solutions. Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " products offer long lasting beauty and endless design possibilities with trusted protection and low maintenance. As the #1 producer and marketer of high-performance fiber cement building solutions, James Hardie offers siding and accessories for every style. Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "italic"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " products are non-combustible 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,000 employees across operations in North America.\n\nFor more information and media resources, visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "JamesHardie.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " and ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/why-james-hardie/media-resources/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "JamesHardie.com/why-james-hardie/media-resources",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ". For investor information, please visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://ir.jameshardie.com.au/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "ir.jameshardie.com.au",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ".\n\nConnect with James Hardie on social media:\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://linkedin.com/company/jameshardie/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Linkedin.com/JamesHardie",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://instagram.com/JamesHardie"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Instagram.com/JamesHardie",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://facebook.com/JamesHardie"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Facebook.com/JamesHardie",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://twitter.com/JamesHardie"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Twitter.com/JamesHardie",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                }
              ],
              "nodeType": "document"
            }
          },
          "title": {
            "type": "text",
            "value": "James Hardie announces expansion of award-winning Hardie™ Architectural Collection"
          }
        }
      }
    }
  • 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.