hero.tsx

src/app/(hero)/panels/_blocks/hero.tsx
import { Container } from '@/components/container'
import { Image } from '@/components/image'
import { Heading } from '@/components/heading'
import { Paragraph } from '@/components/paragraph'
import { Buttons } from '@/components/buttons'
import { Button } from '@/components/button'
import { Breadcrumbs } from '@/components/breadcrumbs'
import { cta, contact } from '@/config'
import phoneIcon from '@iconify/icons-lucide/phone'
/** Page hero for /panels. */
export default function Hero() {
return (
<section className="relative overflow-hidden bg-body2">
<Image
src="/image-6.jpg"
alt="Stacked metal roofing panels in multiple colors on a manufacturing floor"
size="full"
rounded="rounded-none"
lazy={false}
className="absolute inset-0 h-full w-full object-cover"
/>
<div className="absolute inset-0 bg-gradient-to-r from-body2/95 via-body2/80 to-body2/45" />
<Container className="relative pt-40 pb-20 md:pt-40 md:pb-28 lg:pt-68 lg:pb-36">
<Breadcrumbs
className="mb-8"
items={[
{ label: 'Home', href: '/' },
{ label: 'Products', href: '/products' },
{ label: 'Panel Profiles' },
]}
/>
<div className="max-w-3xl">
<Heading
as="h2"
margin="mb-4"
>
Panel Profiles
</Heading>
<Heading
as="h1"
color="text-contrast"
margin="mb-6"
className="text-balance"
>
Profiles for Roofing and Wall Applications
</Heading>
<Paragraph
variant="large"
color="text-contrast-light"
margin="mb-8"
className="text-pretty"
>
Three roll-formed profiles covering exposed-fastener structural rib,
concealed-fastener standing seam, and insulated wall systems. Compare
coverage, rib geometry, and gauge, then request a quote on the
profile that fits the project.
</Paragraph>
<Buttons margin="mt-0 mb-0">
<Button
href={cta.quote.href}
size="medium"
className="max-sm:w-full"
>
{cta.quote.label}
</Button>
<Button
href={contact.phoneHref}
variant="outline"
size="medium"
native
icon={phoneIcon}
iconPlacement="before"
className="max-sm:w-full"
>
{cta.call.label}
</Button>
</Buttons>
</div>
</Container>
</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