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