Skip to main content
Clever Ops

Conversation Footer

A footer that opens a conversation, a serif "Still reading? Let's talk." line with an oversized email link as the hero, quiet links beneath. The footer as an invitation.

Preview & code

Loading Conversation Footer preview

Installation

pnpm dlx shadcn@latest add @cleverui/footer-conversation

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

Usage

tsx
import { FooterConversation } from '@/components/blocks/footer-conversation'
Exampletsx
import { FooterConversation } from '@/components/blocks/footer-conversation'

export default function FooterConversationDemo() {
  return (
    <div className="mx-auto w-full max-w-6xl">
      <FooterConversation
        prompt="Still reading? Let's talk."
        email="hello@ateliernorth.com"
        links={[
          { label: 'Work', href: '#' },
          { label: 'Approach', href: '#' },
          { label: 'Journal', href: '#' },
          { label: 'Careers', href: '#' },
          { label: 'Privacy', href: '#' },
        ]}
        meta={['© 2026 Atelier North', 'Copenhagen · Lisbon']}
      />
    </div>
  )
}

API reference

FooterConversation accepts the following props.

PropTypeDefaultDescription
promptstring"Still reading? Let's talk."the serif invitation line, the footer's accessible heading
email*stringrenders as the oversized mailto hero link
links{ label: string; href: string }[][]one quiet row, max 6 rendered
metastring[][]mono bottom line, e.g. copyright and city

…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 Conversation Footer component?

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

Conversation Footer uses motion on top of React and Tailwind CSS. You don't need to install it manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Conversation Footer 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