Here is Minimal Hero section component
npx shadcn@latest add https://21st.dev/r/larsen66/minimal-hero-section
Loading preview...
import HeroMonochromeLaunch from "@/components/ui/minimal-hero-section"; export default function DemoOne() { return <HeroMonochromeLaunch />; }