Loading preview...
Hero component with sleek animation
@reuno-ui
npx shadcn@latest add https://21st.dev/r/reuno-ui/hero-section
import { Component } from "@/components/ui/hero-section"; export default function DemoOne() { return <Component />; }