content.tsx

src/app/(hero)/projects/commercial-building/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 = 'Commercial Building'
const IMAGE = '/image-5.jpg'
const IMAGE_ALT =
'Commercial metal building in Redstone, Texas clad with Frontier Metals roof and wall panels'
function Details() {
return (
<>
<Image
src={IMAGE}
size="large"
wrap={true}
alt={IMAGE_ALT}
/>
<Paragraph>
Office up front, open work area behind, and a street-facing elevation
the owner had to be happy looking at every morning. The architect
specified a standing seam roof and a two-tone wall with a horizontal
accent band running the length of the building.
</Paragraph>
<Paragraph>
Accent bands are unforgiving — the eye catches a quarter inch of drift
across a hundred feet. We ran the field panels and the band from the
same coil batch, formed the custom entry-canopy trim to the architect&apos;s
detail, and takeoff-checked every quantity against the plan set before
anything hit the roll former.
</Paragraph>
<Paragraph>
The band lines up corner to corner and the roof and wall colors read as
one system. Five years in, the owner&apos;s exterior maintenance has been a
pressure washer.
</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