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