Components
Loading preview...
Personal portfolio hero section with animated avatar, staggered text, social links, and scroll indicator
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/hero-block-shadcnuiimport { 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>
)
}