Coming Soon Client MarqueePRO

A client wall with the clients withheld. Instead of logos, an oversized ghost-type marquee repeats a coming soon label behind edge fades, under a centered eyebrow, heading and note, with scroll direction and speed as props.

ComingSoon76: Coming Soon Client Marquee

A references section for the stage where the deals are done but the names are not public yet. The layout keeps the shape of a client wall, eyebrow, heading, description, then an endless strip, except the strip carries no logos at all: an oversized ghost-type label scrolls in its place, so the page holds its social-proof rhythm without claiming anything it cannot.

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/comingsoon76?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

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

This installs the block to components/beste/block/comingsoon76.tsx, the badge7 component it uses for its eyebrow, and its dependencies.

Quick start

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

tsx
import {
  ComingSoon76,
  comingsoon76Demo,
} from "@/components/beste/block/comingsoon76";

export default function Page() {
  return <ComingSoon76 {...comingsoon76Demo} />;
}

Then replace the demo with your own props. marqueeText is the only string that repeats, so it is the one to change on a Turkish page.

tsx
import { ComingSoon76 } from "@/components/beste/block/comingsoon76";

export default function References() {
  return (
    <ComingSoon76
      badge={{ label: "Referanslar" }}
      heading="Yakında burada"
      description="Anlaşmalar tamam, isimler henüz açıklanmadı."
      marqueeText="Yakında"
      note="Dokuz iş ortağı, ilk isimler bu çeyrekte."
      direction="left"
      speed="normal"
    />
  );
}

Props

PropTypeDefaultDescription
badgeBadgeEyebrow above the heading, rendered via Badge7
headingstringSection heading
descriptionstringSupporting line under the heading
marqueeTextstringThe repeating label, for example "Yakında" or "Coming soon"
notestringSmall centered line under the strip; omit to hide it
direction"left" | "right""left"Scroll direction
speed"slow" | "normal" | "fast""normal"52s, 34s or 20s per loop
classNamestringExtra classes for the outer <section>
ts
type Badge = { label: string };

Behavior notes

More Coming Soon blocks

View all Coming Soon
PRO

comingsoon60

Portfolio Under Construction

A personal coming-soon page with a monospace parenthetical eyebrow, an oversized name, a role and tagline, an email contact pill button, a row of social links, and an availability status line.

PRO

comingsoon47

Marquee Launch Hero

A coming-soon hero with an oversized looping background marquee behind a centered monospace parenthetical eyebrow, a bold wordmark, a tagline, and a working email notify form with a success state.

PRO

comingsoon22

Coming Soon Notify Page

A centered coming-soon launch page with a brand wordmark, a square eyebrow, an accent-highlighted heading, a working email notify form with a success state, a launch note, and a row of social links.

PRO

comingsoon73

Sign The Wall Waitlist

An interactive waitlist coming-soon section with a monospace parenthetical eyebrow, a heading, a name and email form, and a live wall of member name chips that prepends your own entry on submit.

PRO

comingsoon58

Store Drop Coming Soon

An e-commerce coming-soon section with a square eyebrow, a heading, a drop-date card, a grid of product teaser cards with blurred prices, and a working email notify form with a success state.

PRO

comingsoon56

Restaurant Opening Soon

A hospitality coming-soon section with an interior image beside a venue name, a square eyebrow, a heading, an opening details grid with icons, and a working email list form with a success state.