diff --git a/client/pages/Privacy.tsx b/client/pages/Privacy.tsx new file mode 100644 index 00000000..9bc3713e --- /dev/null +++ b/client/pages/Privacy.tsx @@ -0,0 +1,22 @@ +import Layout from "@/components/Layout"; + +export default function Privacy() { + return ( + +
+
+

Privacy Policy

+

We respect your privacy. This page outlines how we collect, use, and protect your data.

+
+

Data We Collect

+

Account details, usage analytics, and content you provide.

+

How We Use Data

+

To provide services, improve features, and ensure security.

+

Your Choices

+

You can update or delete your profile and opt-out of marketing.

+
+
+
+
+ ); +}