Personal portfolio hero section with animated avatar, staggered text, social links, and scroll indicator
import { HeroBlock } from "@/components/ui/hero-block-shadcnui" export default function Demo() { return ( <div className="flex min-h-screen items-center justify-center bg-background p-8"> <HeroBlock /> </div> ) }
Part of UI TripleD — browse the full library on 21st.dev.