Components
A futuristic neon grid background with animated corner glyphs, ambient gradients, and subtle motion effects, designed to create a high-tech, immersive interface experience.
Loading preview...
import {HoloMatrixEnvironment} from "@/components/ui/holo-matrix-environment";
export default function DemoOne() {
return (
<HoloMatrixEnvironment>
<p className="text-4xl font-bold text-white font-mono">HoloMatrix Environment</p>
</HoloMatrixEnvironment>
);
}