Components
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.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/pixel-rocket-voyagerLoading preview...
import { PixelRocketHero } from "@/components/ui/pixel-rocket-voyager";
export default function DemoOne() {
return <PixelRocketHero />;
}