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