Skip to main content
Clever Ops

Membership Glow

Beauty memberships with serif tier names like The Monthly Ritual, included treatments as airy lists, per-month prices in tabular figures, and a soft masked halo behind the signature tier.

Preview & code

Loading Membership Glow preview

Installation

pnpm dlx shadcn@latest add @cleverui/membership-glow

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

Usage

tsx
import { MembershipGlow } from '@/components/blocks/membership-glow'
Exampletsx
import { MembershipGlow } from '@/components/blocks/membership-glow'

export default function MembershipGlowDemo() {
  return (
    <MembershipGlow
      eyebrow="Memberships"
      heading="A ritual, kept"
      intro="The same hour held for you every month, whatever the season."
      note="Pause or cancel any time, a ritual should never feel like a contract."
      tiers={[
        {
          name: 'The Monthly Ritual',
          pricePerMonth: '$189',
          description: 'One quiet hour, reserved before the calendar fills.',
          includes: [
            'Sixty-minute signature treatment of your choice',
            'Priority booking window each month',
            'Complimentary gloss between visits',
            'Member rate on colour and cut',
          ],
          href: '#monthly',
          ctaLabel: 'Keep this hour',
        },
        {
          name: 'The Fortnight',
          pricePerMonth: '$320',
          description: 'Twice-monthly care for colour that never waits.',
          includes: [
            'Two sixty-minute treatments each month',
            'In-between toner appointment included',
            'Take-home care kit refreshed quarterly',
            'Guest pass for one friend each season',
          ],
          signature: true,
          href: '#fortnight',
          ctaLabel: 'Begin The Fortnight',
        },
        {
          name: 'The Standing Glow',
          pricePerMonth: '$480',
          description: 'Full standing care, face, colour, and the quiet room.',
          includes: [
            'Unlimited facial and blow-dry visits',
            'Quarterly colour with senior stylist',
            'Private evening appointments available',
            'Seasonal spa day for two',
          ],
          href: '#standing',
          ctaLabel: 'Hold The Standing Glow',
        },
      ]}
    />
  )
}

API reference

MembershipGlow accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Memberships'
headingstring'A ritual, kept'
introstringone sensory supporting sentence
tiers*MembershipGlowTier[]
notestring'Pause or cancel any time, a ritual should never feel like a contract.'italic serif footnote under the tiers

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

Referenced types

Typestsx
export interface MembershipGlowTier {
  name: string
  /** preformatted, e.g. '$189' */
  pricePerMonth: string
  description?: string
  includes: string[]
  /** at most one, takes the soft halo and filled CTA */
  signature?: boolean
  ctaLabel?: string
  href?: string
}

Frequently asked questions

How do I install the Membership Glow component?

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

Membership Glow 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 Membership Glow 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