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