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