Rainbow Matrix Shader
import { Component } from "@/components/ui/rainbow-matrix-shader"; export default function DemoOne() { return <Component />; }