Beautiful, grainy hero component for an email-related website
npx shadcn@latest add https://21st.dev/r/preetsuthar17/hero-2-1
Loading preview...
import { Hero2 } from "@/components/ui/hero-2-1"; const DemoOne = () => { return ( <div> <Hero2 /> </div> ); }; export { DemoOne };