Components
Loading preview...
Hero Landing Page. Features a striking dark theme with video background
npx shadcn@latest add https://21st.dev/r/minhxthanh/hero-landing-pageimport { TuringLanding } from "@/components/ui/hero-landing-page";
export default function DemoOne() {
return (
<div className="w-full">
<TuringLanding />
</div>
);
}