Measured entry
ruixen-grid-frame-hero
A framed React hero that pairs a headline and primary action with two fixed feature cards and built-in product illustrations. It ships as a shadcn registry client component for Next.js, styled with Tailwind theme tokens, and imports next/link, lucide-react, a local cn helper, and local avatar images used by the default chat artwork.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 3 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 1 |
| Gzip marginal | 50.1 KB (115.5 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
CONSOLE
Failed to load resource: the server responded with a status of 404 (Not Found)
CONSOLE
Failed to load resource: the server responded with a status of 404 (Not Found)
CONSOLE
Failed to load resource: the server responded with a status of 404 (Not Found)
Verdict
A solid choice for a content-rich Next.js landing page once its defaults are replaced. The responsive structure holds together, but the stock avatar requests fail and omitted hero content leaves an empty heading. It needs a shadcn-style setup and is not a drop-in option for a bare React project.
Use it if
- You want a restrained product hero with a headline followed by two substantial feature panels.
- Your Next.js app already uses shadcn conventions, Tailwind theme tokens, and the local cn utility.
- You are prepared to replace the sample registry copy, logos, chat messages, and avatar artwork with product-specific content.
Skip it if
- You need a framework-neutral React component, since next/link is imported directly.
- You need arbitrary feature counts or a compact hero without the fixed paired-card composition.
- You want defaults that work without asset cleanup, since the included chat artwork references avatar files that are not bundled.
- Your accessibility gate rejects empty headings when required content is omitted.
Install
| Declared dependencies | lucide-react |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add Next.js and lucide-react, provide the cn class-merging helper at the expected alias, configure Tailwind with the referenced semantic color tokens, and supply or replace the local avatar images. Also adapt next/link if the app uses another router.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/ruixenui/ruixen.comAlternatives
Other published entries for the hero pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- ruixen-tabbed-hero-sectionunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 50.6KB
- Bare
- fail
- Prov
- NO
- 8bitcn-hero1skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 51.5KB
- Bare
- fail
- Prov
- NO
- tailark-mist-hero-section-5minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 64.8KB
- Bare
- fail
- Prov
- NO
- tailark-mist-hero-section-6minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 64.8KB
- Bare
- fail
- Prov
- NO
- ruixen-arc-reveal-herounclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 71.6KB
- Bare
- fail
- Prov
- NO
- tripled-cta-hero-block-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 72.8KB
- Bare
- fail
- Prov
- NO