Components
Loading preview...
Animated hero with text and two shadcn/ui buttons
@tommyjepsen
npx shadcn@latest add https://21st.dev/r/tommyjepsen/animated-heroimport { Hero } from "@/components/ui/animated-hero"
function HeroDemo() {
return (
<div className="block">
<Hero />
</div>
);
}
export { HeroDemo };