A fully interactive, theme-aware hero section featuring a 3D pixel-art rocket that the user can fly through a field of crypto-coin asteroids.
import { PixelRocketHero } from "@/components/ui/pixel-rocket-voyager"; export default function DemoOne() { return <PixelRocketHero />; }