Skip to main content
Clever Ops

Appraisal CTA Panel

The what's-your-place-worth conversion block, a single address field with a callback-only submit, a recent-sales proof line in tabular figures, and an agent trust row.

Preview & code

Loading Appraisal CTA Panel preview

Installation

pnpm dlx shadcn@latest add @cleverui/appraisal-cta-panel

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

Usage

tsx
import { AppraisalCtaPanel } from '@/components/blocks/appraisal-cta-panel'
Exampletsx
import { AppraisalCtaPanel } from '@/components/blocks/appraisal-cta-panel'

export default function AppraisalCtaPanelDemo() {
  return (
    <div className="mx-auto max-w-3xl px-4 py-10 sm:px-6 sm:py-14">
      <AppraisalCtaPanel
        eyebrow="Free market appraisal"
        heading="What's your place worth?"
        subheading="A written appraisal from the team that sells your street, no obligation, no hard sell."
        placeholder="Enter your street address"
        ctaLabel="Get your appraisal"
        onSubmit={() => {}}
        proofLine="27 homes appraised in Kew this quarter · median guide $2.41m"
        agents={[
          { name: 'Claire Whitmore', jobTitle: 'Principal' },
          { name: 'James Okonkwo', jobTitle: 'Senior sales' },
          { name: 'Maya Chen', jobTitle: 'Buyer specialist' },
        ]}
        privacyNote="No obligation. Your details stay with us."
      />
    </div>
  )
}

API reference

AppraisalCtaPanel accepts the following props.

PropTypeDefaultDescription
headingstring"What's your place worth?"
eyebrowstringquiet sans kicker, e.g. Free market appraisal
subheadingstringone supporting sentence
placeholderstring'Enter your street address'
ctaLabelstring'Get your appraisal'
onSubmit(address: string) => voidAddress field is an affordance only, submit prevents default and hands the entered address to the callback; no network in the component.
proofLinestringrecent-sales proof with figures preformatted
agentsAppraisalAgent[]2–3 agents for the trust row, deterministic-initial discs
privacyNotestringsmall reassurance line

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

Referenced types

Typestsx
export interface AppraisalAgent {
  name: string
  jobTitle?: string
}

Frequently asked questions

How do I install the Appraisal CTA Panel component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/appraisal-cta-panel`. 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 Appraisal CTA Panel require?

Appraisal CTA Panel 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 Appraisal CTA Panel 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