profile card neon animation
npx shadcn@latest add https://21st.dev/r/beratberkayg/profile-card
Loading preview...
import Component from "@/components/ui/profile-card"; export default function DemoOne() { return <Component />; }