Hero section with staggered text and button reveal
import { 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> ) }
Part of UI TripleD — browse the full library on 21st.dev.