Components
An animated 3D sphere background with pulsating particles, wireframe layers, and electric connections. Creates an epic backdrop for modern tech interfaces.
Loading preview...
import NovaSphere from "@/components/ui/nova-sphere";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<NovaSphere />
</div>
);
};
export { DemoOne };