Components
Loading preview...
Clean identity showcase. Features a rounded, shadowed layout to highlight user details in a minimal, floating style. Ideal for portfolios, team sections, or contact cards on modern websites.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/profile-card-1import { Component } from "@/components/ui/profile-card-1";
export default function DemoOne() {
return <Component />;
}