Skip to main content
Clever Ops

Workmanship Guarantee

The guarantee set large and plain, one promise sentence in display type, terms in honest small print at a readable size, and the license and insurer line in mono. A handshake, not a legal wall.

Preview & code

Loading Workmanship Guarantee preview

Installation

pnpm dlx shadcn@latest add @cleverui/trade-guarantee-panel

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

Usage

tsx
import { TradeGuaranteePanel } from '@/components/blocks/trade-guarantee-panel'
Exampletsx
import { TradeGuaranteePanel } from '@/components/blocks/trade-guarantee-panel'

export default function TradeGuaranteePanelDemo() {
  return (
    <div className="mx-auto max-w-4xl px-4 py-6 sm:px-6">
      <TradeGuaranteePanel
        title="Our guarantee"
        promise="If it's not right, we come back and make it right. Free."
        terms={[
          'Workmanship covered for 12 months from the job date.',
          'Parts and materials carry the manufacturer warranty, we chase them for you.',
          'No call-out fee on a genuine guarantee return within Melbourne metro.',
          'Does not cover damage from misuse, flooding after we leave, or third-party work on the same fitting.',
        ]}
        license="VIC Plumbing Lic. 118423"
        insurer="$20m public liability, CGU policy 04-8812"
      />
    </div>
  )
}

API reference

TradeGuaranteePanel accepts the following props.

PropTypeDefaultDescription
titlestring'Our guarantee'
promise*stringthe headline promise, set large, plain, owner-spoken
termsstring[]3–5 plain-English terms
licensestringlicense line, e.g. "VIC Plumbing Lic. 118423"
insurerstringinsurance line, e.g. "$20m public liability, CGU policy 04-8812"

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Workmanship Guarantee component?

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

Workmanship Guarantee 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 Workmanship Guarantee 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