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