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