CTA
Final call with flip clock and glow
The course's final call: a dark card in a coloured halo — a conic glow behind the card and two drifting spots inside, a countdown as a flip clock (days, hours, minutes, seconds flip on the X axis), a “seats left” tag, a form with email and a button. With action it POSTs, without it shows “your seat is reserved”.
What you can change
- eyebrow, title, text, startsAt (ISO), countdownLabel, seats, placeholder, submitLabel, doneTitle, doneText, consent
- action — where to submit; without it done is shown
- accent and background, tone
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/cta-017?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
One file, zero dependencies, “use client” for the timer and the form. Time is read only on the client (useEffect + setInterval every second); on the server the timer renders zeros with aria-hidden — no hydration mismatch. Each figure is a span keyed by value inside a tile with perspective:600px: a change remounts it with @keyframes rotateX(-80deg)→0, the middle line is an ::after. The halo is the wrap's ::before with inset:-.5rem, conic-gradient(from var(--a)) and blur(28px), the angle an @property <angle> over 14 s; the spots are the card's ::before/::after with blur and a drift @keyframes. The form: <input type=email name=email required>, a submit button; with an empty action submit is intercepted and done is shown. From 60rem (container query) two columns 1.1fr/1fr. Palette --vibeui-cta-017-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; Unbounded and Inter via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.
Tags
- course
- education
- edtech
- landing
- cta
- countdown
- timer
- flip
- form
- glow
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…