process.tsx

src/app/(hero)/buildings/_blocks/process.tsx
import { PROCESS_STEPS } from '@/catalog'
import { Heading } from '@/components/heading'
import { Paragraph } from '@/components/paragraph'
import { ProcessSteps } from '@/components/process-steps'
import { Section } from '@/components/section'
/** How a building package moves from planning to delivery. */
export default function Process() {
return (
<Section className="bg-body py-20 lg:py-28">
<div className="mb-12 lg:mb-16">
<Heading as="h2">How It Works</Heading>
<Heading as="h3">Typical Project Process</Heading>
<Paragraph
color="text-contrast-light"
margin="mb-0"
>
The same four steps apply whether the order is a single roof or a
complete building package.
</Paragraph>
</div>
<ProcessSteps steps={PROCESS_STEPS} />
</Section>
)
}

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