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