ExposedGays: map, shop, auth, Supabase schema, Coolify Dockerfile

This commit is contained in:
Ryan Salazar
2026-06-26 17:32:15 -04:00
commit 3eb12c8b34
54 changed files with 4424 additions and 0 deletions

12
src/app/terms/page.tsx Normal file
View File

@@ -0,0 +1,12 @@
export default function TermsPage() {
return (
<div className="mx-auto max-w-2xl px-4 py-8 prose prose-invert">
<h1>Terms of Service</h1>
<p className="text-muted-foreground text-sm">
ExposedGays is a free adult platform. You must be 18+ to use this site.
All content is user-generated. We reserve the right to remove illegal content.
No paid subscriptions ever. Placeholder terms consult legal counsel before launch.
</p>
</div>
);
}