Framed Editorial Launch
A split-screen coming-soon screen with an editorial feel: a vertical monospace edge label runs alongside an oversized wordmark, tagline, and a working email-notify form on one side, while the other side shows a portrait photo set inside a padded, bordered frame.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its media-slot dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/framed-editorial-launch.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/coming-soon/comingsoon49.tsx instead.
Usage
The file also exports comingsoon49Demo, 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 { ComingSoon49, comingsoon49Demo } from "@/components/blocks/coming-soon/comingsoon49"; export default function Page() { return <ComingSoon49 {...comingsoon49Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| edgeLabel | string | "(coming soon)" | Vertical monospace label on large screens, shown inline above the wordmark on small screens. |
| wordmark | string | "Acme" | Oversized wordmark heading. |
| tagline | string | "A new way to work, launching soon..." | Supporting copy under the wordmark. |
| portrait | MediaSlotImage | none | Framed portrait photo, falls back to a placeholder. |
| className | string | none | Extra classes for the outer section element. |
Behavior notes
- The email form is real client state: submitting sets `submitted` and swaps the form for a success message, nothing is sent over the network.
- The vertical edge label uses [writing-mode:vertical-rl] and is purely decorative typography, it has no interactive behavior.
- The framed portrait column is hidden below the lg breakpoint (hidden lg:flex); on small screens the edge label instead renders inline (lg:hidden) above the wordmark so the label is never lost.
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.