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