Skip to main content
Clever Ops

Quote Request CTA

B2B quote-request band, email plus one context select, a response-time promise in mono, and a single accent submit. Two fields between a prospect and a number.

Preview & code

Loading Quote Request CTA preview

Installation

pnpm dlx shadcn@latest add @cleverui/cta-quote-request

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { CtaQuoteRequest } from '@/components/blocks/cta-quote-request'
Exampletsx
import { CtaQuoteRequest } from '@/components/blocks/cta-quote-request'

export default function CtaQuoteRequestDemo() {
  return (
    <div className="py-8">
      <CtaQuoteRequest
        eyebrow="Get a quote"
        heading="Priced for your stack, not a tier table"
        description="Tell us team size and a work email, we'll send a scoped figure for Meridian Enterprise within one business day."
        emailPlaceholder="alex@northline.dev"
        contextLabel="Team size"
        contextOptions={['1-10', '11-50', '51-200', '200+']}
        buttonLabel="Request quote"
        promise="Quoted within 1 business day"
      />
    </div>
  )
}

API reference

CtaQuoteRequest accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Get a quote'
heading*string
descriptionstring
emailPlaceholderstring'you@company.com'
contextLabelstring'Team size'label for the single qualifying select
contextOptions*string[]options for the context select, e.g. '1-10', '11-50'
buttonLabelstring'Request quote'
promisestring'Quoted within 1 business day'response-time promise rendered as a mono line under the form
onSubmit(data: { email: string; context: string }) => voidcalled with both field values on submit

…plus everything from Omit< React.HTMLAttributes<HTMLElement>, 'onSubmit' | 'onDrag' | 'onDragStart' | 'onDragEnd' | 'onAnimationStart' >: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Quote Request CTA component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/cta-quote-request`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Quote Request CTA require?

Quote Request CTA uses motion and lucide-react on top of React and Tailwind CSS. You don't need to install them manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Quote Request CTA to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services