···11+import { LegalContent } from "app/legal/content";
22+import Link from "next/link";
33+44+export default function AboutPage() {
55+ return (
66+ <div className="flex flex-col gap-2">
77+ <div className="flex flex-col h-[80vh] mx-auto sm:px-4 px-3 sm:py-6 py-4 max-w-prose gap-4 text-lg">
88+ <p>
99+ Leaflet.pub is a web app for instantly creating and collaborating on
1010+ documents. <Link href="/">Click here</Link> to create one and get
1111+ started!
1212+ </p>
1313+1414+ <p>
1515+ Leaflet is made by Learning Futures Inc. Previously we built{" "}
1616+ <a href="https://hyperlink.academy">hyperlink.academy</a>
1717+ </p>
1818+ <p>
1919+ You can find us on{" "}
2020+ <a href="https://bsky.app/profile/leaflet.pub">Bluesky</a> or email as
2121+ at <a href="mailto:contact@leaflet.pub">contact@leaflet.pub</a>
2222+ </p>
2323+ </div>
2424+ <LegalContent />
2525+ </div>
2626+ );
2727+}
+1-1
app/legal/terms.mdx
···6677### Introduction
8899-We hope you enjoy Leaflet, whether you're here to create a course, participate in one, or maybe even both!
99+We hope you enjoy Leaflet!
10101111These terms govern your use of the Leaflet platform, [https://leaflet.pub](https://leaflet.pub), run by Learning Futures, Inc. (referred to here as "we" or "us" or "Leaflet"). Please read these terms carefully, and let us know if you have any questions. By using Leaflet, you agree to become bound by these terms.
1212