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