Components
Loading preview...
An immersive 3D space station experience where scroling moves you through depth, guided by a robot compnion through 5 distinct rooms.
npx shadcn@latest add https://21st.dev/r/ian.veber/space-station-journeyimport SpaceStationJourney from "@/components/ui/space-station-journey";
export default function DemoOne() {
return <SpaceStationJourney />;
}