From e83d7fadb58bd4f272c49655b8fc8cb6eba03f6d Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sun, 6 Apr 2025 12:49:17 +0100 Subject: [PATCH] chore: terms of service --- src/app/terms-of-service/page.tsx | 134 ++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 src/app/terms-of-service/page.tsx diff --git a/src/app/terms-of-service/page.tsx b/src/app/terms-of-service/page.tsx new file mode 100644 index 0000000..5b6d319 --- /dev/null +++ b/src/app/terms-of-service/page.tsx @@ -0,0 +1,134 @@ +export default function PrivacyPage() { + return ( +
+

Terms of Service

+

+ Effective Date: April 06, 2025 +

+ +
+ +

+ By registering for, or using this service, you confirm that you understand and agree to the terms below. If you do not agree to these terms, + you should not use the service. +

+

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

+ + +
+ ); +}