Hero
Grid Glow Hero
A hero where the background does the work: a fine grid and two colour blooms behind the headline. Suits a product landing page. Change the headline, the subtitle, the buttons and the accent colour.
What you can change
- the kicker, title, titleAccent and lede copy
- the labels and hrefs of the primary and secondary CTAs
- up to four meta items in the bottom row
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/hero-011?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
A server component, one file, zero dependencies. The --vibeui-hero-011-* palette, and the theme comes from the surrounding color-scheme through light-dark(); there is no backdrop by default — the block sits on the page background, and the backdrop is set with the background prop. The grid and the glow live in the ::before and ::after of the section itself with a negative z-index and pointer-events: none — there is not a single decorative div in the markup. The grid lines are drawn with two repeating-linear-gradient and dissolved towards the edges through mask-image. The accent part of the headline is filled with a gradient through background-clip: text. The buttons become a row from 34rem through a container query.
Tags
- hero
- glow
- gradient
- grid
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…