Components
Loading preview...
This is animated 3D card
@shailendrakumar19999
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/animated-3d-cardimport { Component } from "@/components/ui/animated-3d-card";
export default function DemoOne() {
return <Component />;
}