A 3D Interactive Landing page
npx shadcn@latest add https://21st.dev/r/m.umairwaheedansari/landing-page
Loading preview...
import Component from "@/components/ui/landing-page"; export default function DemoOne() { return <Component />; }