Components
Loading preview...
animated hero
@beratberkay
npx shadcn@latest add https://21st.dev/r/beratberkayg/hero-1
import { Hero } from "@/components/ui/hero-1";
export default function DemoOne() {
return (
<Hero title="Build smarter tools for modern teams"
subtitle="Streamline your workflow and boost productivity with intuitive solutions. Security, speed, and simplicity—all in one platform."
eyebrow="Next-Gen Productivity"
ctaLabel="Get Started"
ctaHref="#"/>
);
}