Components
Pre-built, customizable hero section components for landing pages and websites — ready to drop into your project with minimal setup. Includes responsive layouts, headline/CTA variants, and image/illustration support.
npx shadcn@latest add https://21st.dev/r/pulseawan/hero-componentLoading preview...
import BrandingHero from "@/components/ui/hero-component";
export default function Demo() {
return <BrandingHero />;
}