diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx new file mode 100644 index 0000000..a557a54 --- /dev/null +++ b/src/app/privacy/page.tsx @@ -0,0 +1,110 @@ +export default function PrivacyPage() { + return ( +
+

Privacy Policy

+

+ Effective Date: April 06, 2025 +

+ +
+ +

By using this website, you confirm that you understand and agree to this Privacy Policy.

+

+ If you have any questions or concerns, please contact me at:{" "} + + hello@trafficlunar.net + + . +

+ + +
+ ); +}