feat: JTR branding + Pink Pulse community partner integration

This commit is contained in:
Ryan Salazar
2026-06-26 21:12:17 -04:00
parent efbd54443d
commit 448035ad60
15 changed files with 488 additions and 10 deletions

View File

@@ -3,9 +3,12 @@ export default function TermsPage() {
<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.
ExposedGays is a free adult platform operated by Just Two Roommates LLC. 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. Links to our community
partner The Pink Pulse (thepinkpulse.com) are provided for LGBTQ+ news, events,
and local resources separate editorial property, same parent company.
Placeholder terms consult legal counsel before launch.
</p>
</div>
);