diff --git a/frontend/app/privacy/page.tsx b/frontend/app/privacy/page.tsx new file mode 100644 index 0000000..f312be3 --- /dev/null +++ b/frontend/app/privacy/page.tsx @@ -0,0 +1,19 @@ +import Link from "next/link"; + +export default function PrivacyPage() { + return ( +
+ We are currently drafting our official privacy policy. Please check back + soon, or reach out to us if you have immediate questions. +
+ + Return Home + ++ We are currently drafting our official terms of service. Please check + back soon, or reach out to us if you have immediate questions. +
+ + Return Home + +