Launch Season Reveal
A cinematic full-bleed coming-soon hero: a photo fills the section with a dark overlay, topped with a monospace eyebrow, a small uppercase kicker, an oversized launch-season headline, a supporting line, and a light outline button linking out to a notify-me action.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its button, media-slot dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/launch-season-reveal.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/coming-soon/comingsoon18.tsx instead.
Usage
The file also exports comingsoon18Demo, 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 { ComingSoon18, comingsoon18Demo } from "@/components/blocks/coming-soon/comingsoon18"; export default function Page() { return <ComingSoon18 {...comingsoon18Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | "(coming soon)" | Monospace label above the kicker. |
| kicker | string | "A new season begins" | Small uppercase line above the headline. |
| heading | string | "Fall 2026" | Oversized launch headline. |
| description | string | "A completely reimagined experience..." | Supporting copy under the headline. |
| image | MediaSlotImage | undefined | Full-bleed photo behind the overlay. |
| ctaLabel | string | "Notify me" | Button label. |
| ctaHref | string | "#" | Link target for the button. |
| className | string | none | Extra classes for the outer section element. |
Behavior notes
- Fully static Server Component: the button is a plain link (render={<Link href={ctaHref} />}) with no onClick, nothing is submitted anywhere.
- The dark bg-black/50 overlay sits between the photo and the text so the light copy stays legible over any image.
- The photo is absolutely positioned to fill the section (MediaSlot with className="absolute inset-0"), relying on the section's own min-h-[700px] for its height.
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.