Animated hero with text and two shadcn/ui buttons
Loading preview...
import { Hero } from "@/components/ui/animated-hero" function HeroDemo() { return ( <div className="block"> <Hero /> </div> ); } export { HeroDemo };