import { ChipLink } from '@sim/emcn' import { DEMO_HREF, SIGNUP_HREF } from '@/app/(landing)/constants' /** * Landing pre-footer CTA - the page's final conversion band. A tall, centered * closing band with a large headline over two pill actions - a primary * "Get started" routing to sign-up and an outline "Contact sales" routing to * the demo-booking page. * * The band carries no vertical padding of its own: its spacious closing moment * comes from the uniform inter-section `gap` (owned by the `
` flex in * `landing.tsx`) above it and the `Footer`'s top margin below it. The headline * mirrors the hero `

` exactly (48px / `leading-[1.1]` and the same responsive * ramp), so the page opens and closes on the same display size. Horizontal * padding (`px-20`) matches every section above, and the section is capped and * centered at the shared `max-w-[1460px]`. */ export function Cta() { return (

Build your first agent today.

Get started Contact sales
) }