Usage

import { CTA } from "@/components/cta";

function Page() {
  return (
    <CTA
      headline="Ready to turbo start your project?"
      description="Get started in minutes and show your project to the world."
      cta={<CTAButton />}
    />
  );
}

If you have any questions, please reach out to me on Twitter @checkerschaf. I’m happy to help!