Engagement Shapes With Exclusions

Ways to work together

Three shapes, and what each one is not

Project

From £24,000

Fixed price, fixed scope

A defined piece of work with a start, an end, and one invoice in the middle.

What it covers

  • A named team for the whole run
  • Weekly written updates
  • Files and rights on delivery

What it does not

  • Work added after the scope is signed
  • Support beyond the first month

Retainer

£3,200 a month

Rolling, three month minimum

A standing share of our week for teams shipping continuously.

What it covers

  • Two calls a month
  • An open channel between them
  • First refusal on our calendar

What it does not

  • Unused hours rolling over
  • Emergency work at weekends

Advice

£450 an hour

Booked by the session

One problem, read properly beforehand, answered in writing afterwards.

What it covers

  • A written summary within two days
  • Anything we read to prepare

What it does not

  • Production work of any kind
  • Reviewing work between sessions
Start a conversation

Prices are the same whoever is asking, and they are the same on the day we quote as they are here.

About this block

Engagement Shapes With ExclusionsPRO

Three engagement columns on hairlines, each stating its figure and cadence and then listing what the price covers directly against what it deliberately does not.

Pricing74: Engagement Shapes With Exclusions

Three engagement columns on hairlines, each stating its figure and cadence and then listing what the price covers directly against what it deliberately does not.

Upgrade to Pro

Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.

Upgrade Now

Installation

Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/pricing74?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/pricing74?email=YOUR_EMAIL&license_key=YOUR_KEY"

This installs the block to components/beste/block/pricing74.tsx, the badge6 component used for the eyebrow and the button1 seal button under the columns.

Quick start

The installed file exports pricing74Demo alongside the block: the exact props behind the preview above. Spread it to get a working price list in one line.

tsx
import { Pricing74, pricing74Demo } from "@/components/beste/block/pricing74";

export default function PricingPage() {
  return <Pricing74 {...pricing74Demo} />;
}

Then replace the demo with your own props. Written out, a trimmed setup looks like this:

tsx
import { Pricing74 } from "@/components/beste/block/pricing74";

export default function PricingPage() {
  return (
    <Pricing74
      eyebrow="Ways to work together"
      heading="Three shapes, and what each one is not"
      includedLabel="What it covers"
      excludedLabel="What it does not"
      shapes={[
        {
          name: "Project",
          price: "From £24,000",
          cadence: "Fixed price, fixed scope",
          summary: "A defined piece of work with a start and an end.",
          included: ["A named team for the whole run", "Weekly written updates"],
          excluded: ["Work added after the scope is signed"],
        },
      ]}
      button={{ label: "Start a conversation", href: "/contact" }}
      note="Prices are the same whoever is asking."
    />
  );
}

Props

PropTypeDefaultDescription
eyebrowstringBadge6 label above the hairline rule
headingstringSection heading under the rule
includedLabelstringLabel over the covered list in every column
excludedLabelstringLabel over the excluded list
shapesShape[][]One column per engagement shape
buttonActionButtonSeal button under the columns
notestringLine beside the button
classNamestringExtra classes for the outer section
ts
type Shape = {
  name: string;
  price: string;
  cadence: string;
  summary: string;
  included: string[];
  excluded: string[];
};

type ActionButton = {
  label: string;
  href: string;
};

Behavior notes

  • Every column carries both lists. The exclusions are the point of the block, so they are not an optional extra that can be quietly dropped.
  • Included items take an accent check and excluded items a muted cross, which is the only colour difference between the two lists.
  • Columns sit on hairlines rather than in cards, and none of them is marked as recommended, so the page does not steer the choice.
  • price and cadence are free text, so a column can be a one-off figure, a monthly rate or an hourly one without a billing toggle.

More Pricing blocks

View all Pricing
PRO

pricing69

Engagement Tier Rails

Boxless pricing where each tier is a ruled column: the name, an oversized figure with its period, a fit line, an inclusion list under a second rule and a pill CTA, with subgrid keeping every internal rule aligned across the three columns.

PRO

pricing77

Two Plans Aside

A two-plan pricing section: a sticky column with a serif heading that settles in word by word, an intro and a reduced-fee note, beside two cards, one soft muted and one ink, each with a serif price, a check list and a sliding-marker pill.

PRO

pricing65

Monochrome Pricing Tiers

Three monochrome engagement tiers with editorial big-number pricing and an inverted featured plan.

PRO

pricing63

Two Engagement Plans

Two large contrasting plan panels (light vs dark) for engagement models.

PRO

pricing60

Three Tiers

Three pricing tiers with an emphasized popular plan and feature lists.

PRO

pricing79

Three Plans Toggle

Three plan cards under a centred serif headline that settles in word by word and a monthly or yearly pill switch whose ink marker slides between the two; prices blur to their new value, a small saving note appears on yearly, the middle plan sits in ink, and each card ends in a full-width sliding-marker pill.