Components
"Quantum Grid Hero" features an interactive 3D grid of cubes that light up and ripple in response to your cursor's movement. The background is a deep, futuristic dark theme, and the text animates into view with a clean, modern aesthetic. This component is designed to be highly engaging and visually striking.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/quantum-grid-heroLoading preview...
import CelestialOrbHero from "@/components/ui/quantum-grid-hero";
export default function DemoOne() {
return <div className="App">
<CelestialOrbHero />
</div>
}