Components
Loading preview...
Modern saas hero section
npx shadcn@latest add https://21st.dev/r/meschacirung/hero-section-1import { HeroSection } from "@/components/blocks/hero-section-1"
export function Demo (){
return (
<HeroSection />
)
}