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 + + . +

+ + +
+ ); +}