ExposedGays: map, shop, auth, Supabase schema
This commit is contained in:
12
src/app/privacy/page.tsx
Normal file
12
src/app/privacy/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
export default function PrivacyPage() {
|
||||
return (
|
||||
<div className="mx-auto max-w-2xl px-4 py-8 prose prose-invert">
|
||||
<h1>Privacy Policy</h1>
|
||||
<p className="text-muted-foreground text-sm">
|
||||
We collect minimal data. Location is used for map features and city chat auto-join.
|
||||
Anonymous browsing is supported. Cart data stays in your browser (localStorage).
|
||||
Placeholder policy — consult legal counsel before launch.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user