content.tsx

src/app/(hero)/projects/metal-roof-installation/content.tsx
import { Heading } from '@/components/heading'
import { Paragraph } from '@/components/paragraph'
import { Image } from '@/components/image'
import { ProjectCaseStudy } from '@/components/project-case-study'
export const TITLE = 'Metal Roof Installation'
const IMAGE = '/image-10.jpg'
const IMAGE_ALT =
'Metal roof installation in Redstone, Texas using Frontier Metals roofing panels'
function Details() {
return (
<>
<Image
src={IMAGE}
size="large"
wrap={true}
alt={IMAGE_ALT}
/>
<Paragraph>
A hailstorm ended the life of an old roof, and the installer needed
replacement panels fast. We measured the existing runs, put the order on
the roll former, and had panels cut to length and on the truck inside a
week.
</Paragraph>
<Paragraph>
Re-roofs rarely match the catalog. The existing rake and eave conditions
didn&apos;t line up with a stock profile, so we formed trim to fit what was
actually on the building and sent the closures and sealant that go with
those details — the parts that decide whether wind-driven rain stays
outside.
</Paragraph>
<Paragraph>
Full-length panels meant no lap seams across the slope and very little
scrap coming off the roof. The installer finished in two days.
</Paragraph>
</>
)
}
export function Content() {
return (
<ProjectCaseStudy title={TITLE}>
<Details />
</ProjectCaseStudy>
)
}
export function BlogContent() {
return (
<>
<Heading
as="h2"
styleAs="h3"
color="text-contrast"
className="normal-case!"
>
{TITLE}
</Heading>
<Details />
</>
)
}

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC