cta.tsx

src/app/(hero)/trims/_blocks/cta.tsx
import { Section } from '@/components/section'
import { Heading } from '@/components/heading'
import { Paragraph } from '@/components/paragraph'
import { Buttons } from '@/components/buttons'
import { Button } from '@/components/button'
import { cta } from '@/config'
export default function Cta() {
return (
<Section
imageSrc="/panels-1.jpg"
imageAlt=""
overlayColor="bg-accent2/88"
className="py-20 lg:py-28"
>
<Heading
as="h3"
color="text-overlay-text"
margin="mb-4"
>
Need Trim to Match a Panel Order?
</Heading>
<Paragraph
variant="large"
color="text-accent3"
margin="mb-8"
className="max-w-2xl text-pretty"
>
Send the panel profile, color, and the conditions you need to close. We
will confirm the trim pieces, flag anything that needs a custom bend,
and get a material list back to you.
</Paragraph>
<Buttons margin="mt-0 mb-0">
<Button
href={cta.quote.href}
size="medium"
dark
>
{cta.quote.label}
</Button>
<Button
href={cta.call.href}
variant="outline"
size="medium"
dark
>
{cta.call.label}
</Button>
</Buttons>
</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