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

Terms of Service

+

By using AeThex services, you agree to the following terms.

+
+

Use of Service

+

You agree not to misuse or attempt to disrupt our services.

+

Accounts

+

Keep your credentials secure. You're responsible for activity under your account.

+

Liability

+

Services are provided as-is without warranties to the fullest extent permitted by law.

+
+
+
+
+ ); +}