Components
something new. This hero component is called "Celestial Sphere." It features a rotating 3D sphere composed of thousands of tiny particles. As you move your mouse over the sphere, the particles react by glowing and subtly shifting, creating an interactive celestial body right on your screen. The design is clean, modern, and aims to create a sense of depth and wonder.
Loading preview...
import CelestialSphereHero from "@/components/ui/celestial-sphere-hero";
export default function DemoOne() {
return <main className="App bg-black">
<CelestialSphereHero />
</main>
}