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