Animated hero section and nav
npx shadcn@latest add https://21st.dev/r/bankkroll/acme-hero
Loading preview...
import { AcmeHero } from "@/components/ui/acme-hero"; export default function DemoOne() { return <AcmeHero />; }