Components
A full-screen WebGL hero background with animated dithering patterns, prismatic color refraction, holographic iridescence, and floating particles behind headline text.
Loading preview...
import DitherPrismHero from "@/components/ui/dither-prism-hero";
export default function Default() {
return (
<DitherPrismHero title1="Dither Prism" title2="Hero Background">
<p className="max-w-xl text-center text-sm md:text-base text-zinc-600">
A WebGL hero with dithering, prismatic refraction and iridescence.
</p>
</DitherPrismHero>
);
}