Components
Loading preview...
As you scroll through the night time animation, a 1986 Toyota Corolla drifts on a desert highway, followed by particles and a camera.
@osint619
npx shadcn@latest add https://21st.dev/r/patrick.thomas.dunn1988/desert-driftimport { Component } from "@/components/ui/desert-drift";
export default function DemoOne() {
return <Component />;
}