Here is fallback avatar component.
npx shadcn@latest add https://21st.dev/r/shadcnspace/fallback-avatar-one
Loading preview...
import FallbackDemo from "@/components/ui/fallback-avatar-one"; export default function DemoOne() { return <FallbackDemo />; }