Components
Footer
Add legal information and links to your social media.
Usage
import { Footer } from "@/components/turbostart/footer";
import { BuiltWithTurboStart } from "@/components/turbostart/built-with-turbostart";
function Page() {
return (
<Footer
legalSection={<p>© 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!