Usage

import { Footer } from "@/components/turbostart/footer";
import { BuiltWithTurboStart } from "@/components/turbostart/built-with-turbostart";

function Page() {
  return (
    <Footer
      legalSection={<p>&copy; 2024 TurboStart. All rights reserved.</p>}
      actions={
        <>
          <BuiltWithTurboStart />
        </>
      }
    />
  );
}

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