Image Notify Bar
A full-bleed image hero fills the top of the section with a bottom gradient and light-colored eyebrow, heading, and supporting line laid over it. Below the photo, a solid bordered card holds a working email notify form with a success state.
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/image-notify-bar.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/coming-soon/comingsoon55.tsx instead.
Usage
The file also exports comingsoon55Demo, 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 { ComingSoon55, comingsoon55Demo } from "@/components/blocks/coming-soon/comingsoon55"; export default function Page() { return <ComingSoon55 {...comingsoon55Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| image | MediaSlotImage | none | Full-bleed hero photo for the top of the section. |
| eyebrow | string | "Coming soon" | Small label over the photo. |
| heading | string | "A brand new way to shop, launching soon" | Large heading over the photo. |
| description | string | "We're rebuilding the experience from the ground up. Be the first to know when we open the doors." | Supporting line under the heading, over the photo. |
| className | string | none | Extra classes for the outer section element. |
Behavior notes
- The email form is a real controlled input with a submit handler that flips local state to a success message, nothing is sent over the network.
- The hero photo, its bottom gradient, and the overlaid eyebrow/heading/description are static and non-interactive.
- The photo and the signup card stack in a single column at every breakpoint, the card sits in its own solid-background area below the image rather than overlapping it.
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.