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