Skip to main content
Clever Ops

Booking Ritual CTA

An appointment CTA framed as the start of a ritual, a light serif invitation, a softened primary action, and a quiet phone path beside it. Unhurried, sensory, certain of itself.

Preview & code

Loading Booking Ritual CTA preview

Installation

pnpm dlx shadcn@latest add @cleverui/booking-ritual-cta

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

Usage

tsx
import { BookingRitualCta } from '@/components/blocks/booking-ritual-cta'
Exampletsx
import { BookingRitualCta } from '@/components/blocks/booking-ritual-cta'

export default function BookingRitualCtaDemo() {
  return (
    <BookingRitualCta
      eyebrow="The ritual begins"
      heading="Begin with a consultation"
      body="Twenty unhurried minutes to talk through your skin, your hair, and what you are hoping for."
      cta={{ label: 'Reserve your consultation', href: '#book' }}
      phone="(415) 555-0182"
      note="Consultations are complimentary"
    />
  )
}

API reference

BookingRitualCta accepts the following props.

PropTypeDefaultDescription
eyebrowstring'The ritual begins'
headingstring'Begin with a consultation'
bodystringone sensory supporting sentence
cta*{ label: string; href: string }
phonestringquiet second path rendered as a tel: link with a small Phone icon
notestring'Consultations are complimentary'small italic serif reassurance beneath the actions

…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 Booking Ritual 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/booking-ritual-cta`. 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 Booking Ritual CTA require?

Booking Ritual 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 Booking Ritual 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