Usage

import { SectionHeadline } from "@/components/turbostart/section-headline";

function Page() {
  return (
    <SectionHeadline>Everything built-in and ready to go.</SectionHeadline>
  );
}

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