Trusted By Waitlist
A centered coming-soon screen that leans on social proof: a statement heading and supporting paragraph, a decorative waitlist pill button, and a captioned strip of early-partner wordmarks styled in muted text to read as a subtle, grayscale logo bar.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its button dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/trusted-by-waitlist.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/coming-soon/comingsoon32.tsx instead.
Usage
The file also exports comingsoon32Demo, the exact props behind the preview above. Spread it to get a working section in one line, then replace it with your own data.
import { ComingSoon32, comingsoon32Demo } from "@/components/blocks/coming-soon/comingsoon32"; export default function Page() { return <ComingSoon32 {...comingsoon32Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | "(coming soon)" | Monospace label above the heading. |
| heading | string | "Built with the teams who'll use it first" | Main heading. |
| description | string | "We've been building this alongside..." | Supporting copy under the heading. |
| waitlistLabel | string | "Join the waitlist" | Label for the decorative waitlist button. |
| waitlistHref | string | "#" | Link target for the waitlist button. |
| logosCaption | string | "Early partners already on board" | Small caption above the logo strip. |
| logos | string[] | none | Early-partner names rendered as muted text wordmarks. |
| className | string | none | Extra classes for the outer section element. |
Behavior notes
- Fully static, plain Server Component: no client-side state anywhere.
- The waitlist button is a plain link (`render={<Link href={waitlistHref} />}`) with a placeholder href by default, nothing is submitted.
- The logo strip renders partner names as styled text wordmarks (muted-foreground color, no real logo images or external fetches).
More Coming Soon Blocks
View all →countdown-timer-launch
Countdown Timer Launch
A centered launch page with a live days/hours/minutes/seconds countdown to a target date.
development-progress-milestones
Development Progress Milestones
A centered launch page with an overall progress bar and a milestone tracker list with status badges.
social-connect-launch
Social Connect Launch
A centered coming-soon page with pill-style outline buttons linking out to Twitter, GitHub, LinkedIn, and email.
animated-icons-preview
Animated Icons Preview
A centered coming-soon page with a row of bobbing icon tiles and a pulsing build-status indicator.
sneak-peek-feature-grid
Sneak Peek Feature Grid
A centered coming-soon page with a grid of blurred feature cards teased behind a lock icon overlay.
waitlist-with-avatars
Waitlist with Avatars
A centered coming-soon page with a working waitlist signup form, stacked subscriber avatars, and a live join count.