Components
Loading preview...
Hero section with staggered text and button reveal
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/hero-section-shadcnuiimport { HeroSection } from "@/components/ui/hero-section-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<HeroSection />
</div>
)
}