Measured entry

tripled-glassmorphism-hero-block-shadcnui

hero-effectglassmorphismmotion on file

A full-screen, centered marketing hero with softly pulsing background orbs, a glassy announcement pill, oversized headline, supporting copy, and paired calls to action. It ships as a client-side shadcn registry block styled with Tailwind utilities, importing the local shadcn Button and Lucide icons while declaring React and Framer Motion dependencies.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-glassmorphism-hero-block-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glassmorphism-hero-block-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glassmorphism-hero-block-shadcnui at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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.

Harness measurements recorded for tripled-glassmorphism-hero-block-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal30.4 KB (95.8 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 46.64s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A clean, usable hero when your design system already matches its assumptions, with responsive mounting and no observed accessibility findings. It needs a shadcn-style setup: the bare project fails because the imported Button expects the missing local utility module.

Use it if

  • You want a restrained glassmorphism hero for a product or platform landing page.
  • Your app already has shadcn path aliases, theme tokens, and the standard Button component.
  • You can replace the fixed marketing copy and wire both calls to action yourself.

Skip it if

  • You need a drop-in component for a plain React project with no shadcn or Tailwind foundation.
  • You want a compact hero rather than a section designed to fill the viewport.
  • You need rich motion or interactive glass effects beyond simple pulsing background shapes.
  • Adding the declared animation dependency is not justified for a block whose visible motion comes from CSS.

Install

Installation record for tripled-glassmorphism-hero-block-shadcnui
Declared dependenciesframer-motion, react, radix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add Tailwind with the expected theme color tokens, configure the at-sign source alias, install React, Framer Motion, Radix UI, and Lucide, then supply the shadcn Button plus its class-name utility module. You must also connect the call-to-action buttons to real links or handlers.

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.

Alternatives

Other published entries for the hero-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.