Components
A chip-style call-to-action link with a Motion-powered sliding label and rotating icon chips that animate on hover and focus.
Loading preview...
import { SectionCta } from "@/components/ui/section-cta";
export default function SectionCtaDemo() {
return (
<div className="flex min-h-64 w-full items-center justify-center p-8">
<SectionCta href="#" label="Explore components" />
</div>
);
}