Components
Data Sphere that's constantly alive with flowing, changing characters, like a stream of data being processed. The entire sphere is rendered on a canvas for high performance and still rotates in 3D space in response to your mouse movements, preserving the cool parallax effect.
Loading preview...
import BlueprintWeaverHero from "@/components/ui/data-sphere-hero";
export default function DemoOne() {
return <main className="App bg-[#020617]">
<BlueprintWeaverHero />
</main>
}