PRODUCT LIFETIME VALUE
Designed for the long haul
When you choose Hardie® fiber cement products, you get long-lasting beauty, unmatched value, and an industry-leading warranty that has your back. That’s why Hardie® siding has earned its title as the #1 brand of siding in North America*
Ready for total peace of mind?
Re-siding with fiber cement siding is one of the top ways to increase your home’s re-sale value,** making it the smart choice. We’re proud to manufacture fiber cement products with superior durability—so you can count on serious staying power over time.
Lasting color
ColorPlus® Technology finishes are engineered to last longer than paint applied on the jobsite and to resist chipping, peeling, cracking, or fading—saving on maintenance efforts, year after year.
Cost savings
Fiber cement costs less than wood siding and resists fire, water, weather, pests, and more—meaning your money goes further. And many insurance companies offer reduced premiums for homes with fiber cement siding.
Climate resilience
Only Hardie® fiber cement products are Engineered for Climate® to provide the best performance specifically for the weather in your region.
Unknown Component
Received request from Uniform to render a component with the public ID: textImageItem
.
<UniformComposition />
does not have textImageItem
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 TextImageItem({ image, bodyCopy, headline, position, boldHeadline }) { return ( <div> TextImageItem! </div> ) } registerUniformComponent({ type: "textImageItem", component: TextImageItem })
Props that your React component will receive
{ "image": "//images.ctfassets.net/dzi2asncd44t/7uj8MoqcZh8eSslY9vSaVx/194aa6f8d08f14965923f4dc5f4103d9/contractor-woman-reviewing-hardie-siding-samples.jpg", "bodyCopy": "Unlike other companies, we don’t prorate our Hardie® substrate warranty coverage. All Hardie® siding, trim boards, and soffit products are backed by a transferable 30-year, non-prorated substrate limited warranty. And our ColorPlus® Technology finishes come with a 15-year limited warranty that covers paint and labor, protecting against peeling, cracking, and chipping.", "headline": "We stand behind our products ", "position": "right", "boldHeadline": true, "component": { "type": "textImageItem", "parameters": { "image": { "type": "image", "value": "//images.ctfassets.net/dzi2asncd44t/7uj8MoqcZh8eSslY9vSaVx/194aa6f8d08f14965923f4dc5f4103d9/contractor-woman-reviewing-hardie-siding-samples.jpg" }, "bodyCopy": { "type": "text", "value": "Unlike other companies, we don’t prorate our Hardie® substrate warranty coverage. All Hardie® siding, trim boards, and soffit products are backed by a transferable 30-year, non-prorated substrate limited warranty. And our ColorPlus® Technology finishes come with a 15-year limited warranty that covers paint and labor, protecting against peeling, cracking, and chipping." }, "headline": { "type": "text", "value": "We stand behind our products " }, "position": { "type": "select", "value": "right" }, "boldHeadline": { "type": "checkbox", "value": true } } } }
- Import the component into the file where
<UniformComposition />
is defined, for exampleimport "../components/TextImageItem.tsx"
Need more help? Check out the documentation.
Chris and Minna Z.
Homeowners
Bring a lifetime of value to your home
Elevate your home’s style and function with our hardworking products.
Unknown Component
Received request from Uniform to render a component with the public ID: disclaimerText
.
<UniformComposition />
does not have disclaimerText
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 DisclaimerText({ text, theme }) { return ( <div> DisclaimerText! </div> ) } registerUniformComponent({ type: "disclaimerText", component: DisclaimerText })
Props that your React component will receive
{ "text": "Based on Freedonia 2022 Global Siding (Cladding) demand estimates and James Hardie sales in North America **Remodeling 2023 Cost vs. Value Report (http://www.costvsvalue.com).", "theme": "dark", "component": { "type": "disclaimerText", "parameters": { "text": { "type": "text", "value": "Based on Freedonia 2022 Global Siding (Cladding) demand estimates and James Hardie sales in North America **Remodeling 2023 Cost vs. Value Report (http://www.costvsvalue.com)." }, "theme": { "type": "select", "value": "dark" } } } }
- Import the component into the file where
<UniformComposition />
is defined, for exampleimport "../components/DisclaimerText.tsx"
Need more help? Check out the documentation.
Unable to find Uniform Context. Ensure the devtools plugin is activated.