Components
Loading preview...
sleek Hero section with background paper shaders
npx shadcn@latest add https://21st.dev/r/reuno-ui/heroimport ShaderShowcase from "@/components/ui/hero";
export default function DemoOne() {
return (
<div className="min-h-screen h-full w-full">
<ShaderShowcase/>
</div>
);
}