Skip to content

Pricing Spotlight

Single-plan pricing: a wide glass card split into a gradient price block (plan, big price, CTA, sales link) and a two-column feature list with a money-back guarantee and customer wordmarks.

glass/section/pricing-spotlight
Open ↗

Source

import { Check, ShieldCheck } from "lucide-react";
import { cn } from "@/lib/utils";

export interface PricingSpotlightProps {
  eyebrow?: string;
  title?: string;
  plan?: string;
  price?: string;
  unit?: string;
  note?: string;
  features?: string[];
  cta?: { label: string; href: string };
  secondary?: { label: string; href: string };
  logos?: string[];
  className?: string;
}

const GLASS = "da-stroke bg-da-surface backdrop-blur-da backdrop-saturate-150";

/** One plan, one price: a wide glass card with a gradient price block, two-column feature list, guarantee and trust wordmarks. */
export function PricingSpotlight({
  eyebrow = "Simple pricing",
  title = "One plan with everything in it",
  plan = "Halo Team",
  price = "$12",
  unit = "per member / month, billed yearly",
  note = "$15 billed monthly",
  features = [
    "Unlimited AI recaps",
    "30 transcription languages",
    "Async video with chapters",
    "Ask Halo across 12 months",
    "Slack, Notion, Linear & Jira",
    "Shared team workspace",
    "SOC 2 Type II, EU hosting",
    "Priority support",
  ],
  cta = { label: "Start 14-day trial", href: "#trial" },
  secondary = { label: "Talk to sales", href: "#sales" },
  logos = ["Northwind", "Lumen", "Parcel", "Quanta"],
  className,
}: PricingSpotlightProps) {
  return (
    <section aria-labelledby="glass-spot-title" className={cn("da-section text-da-fg", className)}>
      <div className="da-container">
        <div className="mx-auto max-w-2xl text-center">
          <p className="text-sm font-semibold text-da-primary">{eyebrow}</p>
          <h2
            id="glass-spot-title"
            className="mt-3 font-da-display text-[clamp(2rem,4.5vw,3.25rem)] leading-[1.08] font-semibold tracking-da-display text-balance"
          >
            {title}
          </h2>
        </div>
        <div className={cn("mx-auto mt-12 grid max-w-4xl overflow-hidden rounded-da-lg shadow-da-lg md:grid-cols-[1fr_1.3fr]", GLASS)}>
          <div className="relative overflow-hidden bg-gradient-to-br from-da-primary to-da-accent p-8 text-da-primary-fg">
            <div aria-hidden className="absolute -bottom-20 -left-10 size-56 rounded-full bg-da-primary-fg/20 blur-3xl" />
            <p className="relative font-da-display text-lg font-semibold">{plan}</p>
            <p className="relative mt-6 font-da-display text-6xl font-semibold tracking-da-display">{price}</p>
            <p className="relative mt-2 text-sm opacity-90">{unit}</p>
            <p className="relative text-sm opacity-80">{note}</p>
            <a
              href={cta.href}
              className="da-focus da-transition relative mt-8 flex h-12 items-center justify-center rounded-da-pill bg-da-primary-fg font-semibold text-da-primary shadow-da-md hover:-translate-y-0.5"
            >
              {cta.label}
            </a>
            <a
              href={secondary.href}
              className="da-focus relative mt-3 block rounded-da-pill py-2 text-center text-sm font-semibold underline-offset-4 hover:underline"
            >
              {secondary.label}
            </a>
          </div>
          <div className="p-8">
            <p className="text-sm font-semibold">Everything included</p>
            <ul className="mt-5 grid gap-3 sm:grid-cols-2">
              {features.map((f) => (
                <li key={f} className="flex items-start gap-2.5 text-[15px]">
                  <span className="mt-0.5 grid size-5 shrink-0 place-items-center rounded-full bg-gradient-to-br from-da-primary to-da-accent text-da-primary-fg">
                    <Check aria-hidden className="size-3" strokeWidth={3} />
                  </span>
                  {f}
                </li>
              ))}
            </ul>
            <p className="mt-8 flex items-center gap-2 rounded-da-md bg-da-surface-2 px-4 py-3 text-sm">
              <ShieldCheck aria-hidden className="size-4 shrink-0 text-da-success" />
              30-day money-back guarantee, no questions asked.
            </p>
            <p className="mt-6 text-xs text-da-muted-fg">Chosen by teams at</p>
            <ul className="mt-2 flex flex-wrap gap-x-6 gap-y-1 font-da-display text-sm font-semibold text-da-muted-fg">
              {logos.map((l) => (
                <li key={l}>{l}</li>
              ))}
            </ul>
          </div>
        </div>
      </div>
    </section>
  );
}

export default PricingSpotlight;

modules/glass/section/pricing-spotlight/index.tsx

Props

PropTypeDefaultDescription
eyebrow / title / plan / price / unit / notestring—Texts.
featuresstring[]—Inclusions.
cta / secondary{ label, href }—Actions.
logosstring[]—Wordmarks.
classNamestring—Classes.

Other pricing variants in Glass

Pricing in other art directions

Pricing Comparison

Full feature matrix: ruled table with plan headers (price + CTA, highlighted plan in yellow), ink group separator rows and check / dash / text values, horizontally scrollable on mobile.

BrutalistPricing

Pricing Single

Single-plan pricing card: giant price on a yellow panel, numbered feature grid on paper, full-width ink CTA, guarantee line and a rotated pink discount sticker.

BrutalistPricing

Pricing Slider

Usage-based pricing calculator: chunky range slider with a square yellow thumb, live per-unit and total price (volume tiers), included-features list and an ink CTA bar.

BrutalistPricing

Pricing Tiers

Three plans glued together in one ruled strip, the highlighted plan pops out in solid yellow with a rotated badge. Monthly/yearly toggle with discount chip, custom-price plan support.

BrutalistPricing

Pricing Columns

Three quiet pricing columns with a segmented monthly/yearly control, per-seat units, and a featured plan lifted by a ring, soft shadow and an indigo hairline highlight on top.

MinimalPricing

Pricing Rows

Plans stacked as full-width horizontal rows (name + description, highlight chips, price, CTA), the featured one ringed in indigo, followed by an inverted ink enterprise strip.

MinimalPricing

Pricing Table

Full plan comparison table: four plan columns with price and CTA in the header, grouped feature rows with checks, dashes or values, featured column tinted; horizontally scrollable on small screens.

MinimalPricing

Pricing Usage

Seat-based pricing calculator: range slider for responders, four volume tiers with the active one highlighted, monthly/yearly toggle and a live estimated total panel with inclusions and CTA.

MinimalPricing

Pricing Columns

Three plan columns separated by hairlines (no cards): mono plan name, huge price, note, ruled feature list and a button; the featured plan has an ink button and a signal dot.

Mono CleanPricing

Pricing One

Single-price poster: a gigantic price set in the display face across the left, and on the right a short pitch, a two-column “included” list with en-dashes and an ink CTA; separated by a full-ink rule.

Mono CleanPricing

Pricing Table

Plain typographic comparison table: ink header rule, mono column heads, hairline rows, em-dash for absent features, and the featured column marked with a signal dot.

Mono CleanPricing

Pricing Toggle

Pricing as a ruled list: a text toggle “Monthly / Yearly (−20%)” with an underline on the active option, then one row per plan — name, blurb, price, arrow link — rows invert on hover.

Mono CleanPricing

Pricing Fees

Pay-as-you-go fee sheet: big per-method rates in bordered cells (4-up), then a “no hidden fees” checklist band.

Neo CorporatePricing

Pricing Matrix

Enterprise feature matrix: sticky-looking header row of plans, grouped rows with section headings, checks/dashes/values and a tinted featured column.

Neo CorporatePricing

Pricing Tiers

Three bordered tiers with a monthly/annual segmented toggle; the featured tier has a blue top bar and “Most popular” badge; enterprise shows “Custom”.

Neo CorporatePricing

Pricing Volume

Volume-based fee calculator: stepped slider of monthly payment volume, the blended rate tier highlighted in a tier table, and an estimated monthly fee vs. a typical 2.9% processor.

Neo CorporatePricing

Pricing Compare

Soft comparison table: rounded card, plan names in serif with prices, zebra rows in warm tints, sage check circles and dashes, highlighted featured column.

Organic SoftPricing

Pricing Single

One honest plan: a wide rounded card split into a sage-tinted price side (big serif price, CTA, guarantee) and a two-column “everything included” list.

Organic SoftPricing

Pricing Team

Team-size calculator: a warm range slider (10–500 people) drives a big serif monthly price, annual saving line and a sapling illustration that grows with team size.

Organic SoftPricing

Pricing Tiers

Three rounded plans on cream; the middle one sits on a deep sage card (inverted colors) lifted slightly higher, with a leaf ribbon; checklists use soft tinted checks.

Organic SoftPricing

Pricing Cards

Three rounded plan cards with emoji (Sprout, Bloom, Forest), a pill monthly/yearly toggle, mint tick lists, and the featured plan filled in lavender with a tilted butter “Most loved” sticker.

Soft FlatPricing

Pricing Compare

Rounded comparison table inside a white card: soft zebra rows, round mint check and grey dash badges, and a lavender featured column with rounded head.

Soft FlatPricing

Pricing Duo

Two big plan blocks side by side: a mint “Free” block and a periwinkle “Pro” block with light text, huge rounded prices, round-tick feature lists and contrasting pill CTAs.

Soft FlatPricing

Pricing Team

Team-size price calculator: big round −/+ stepper around an editable number, avatar dots popping in for each person (paid seats ringed), and a butter summary card with the live monthly total.

Soft FlatPricing