Components
Animated hero background with procedural gradient animation using webgl
npx shadcn@latest add https://21st.dev/r/lovesickfromthe6ix/shader-animationLoading preview...
import ShaderAnimation from "@/components/ui/shader-animation";
export default function DemoOne() {
return <ShaderAnimation />;
}