diff --git a/src/app/legal/page.jsx b/src/app/legal/page.jsx new file mode 100644 index 00000000..ace403bc --- /dev/null +++ b/src/app/legal/page.jsx @@ -0,0 +1,137 @@ +import { HeaderSparse } from '@/components/HeaderSparse' +import { FooterMarketing } from "@/components/FooterMarketing" + +export const metadata = { + title: 'Legal | Iroh', + description: 'Privacy policy and terms of service for Iroh and Iroh Services.', +} + +export default function LegalPage() { + return ( +
+ + +
+ {/* Hero */} +
+
+

Legal

+

+ Privacy policy and terms of service for Iroh and Iroh Services. +

+
+
+ + {/* Privacy Policy */} +
+
+

Privacy Policy

+ +
+
+

Data Collection

+

+ Iroh Services collects aggregated metrics about network performance. This includes + connection counts, latency measurements, throughput statistics, and error rates. +

+
+ +
+

How We Use Data

+

+ Collected metrics are used solely to provide and improve the observability features of networks. + Data is never sold to third parties and is not used for advertising purposes. +

+
+ +
+

Data Retention

+

+ Aggregated metrics are retained for the duration of your subscription. +

+
+ +
+

Third-Party Services

+

+ We use Plausible Analytics for website analytics. Plausible does not use cookies and does not + collect personal data. We do not use any other third-party analytics or tracking services. +

+
+ +
+

Contact

+

+ For privacy-related questions, contact us at{' '} + + hello@n0.computer + . +

+
+
+
+
+ + {/* Terms of Service */} +
+
+

Terms of Service

+ +
+
+

Acceptance

+

+ By using Iroh Services, you agree to these terms. If you do not agree, do not use the service. +

+
+ +
+

Use of Service

+

+ Iroh Services is provided for lawful use only. You may not use the service to transmit illegal + content, conduct denial-of-service attacks, or otherwise harm other users or the network. +

+
+ +
+

Service Availability

+

+ We aim for high availability but do not guarantee uninterrupted service. Planned maintenance + will be communicated in advance where possible. +

+
+ +
+

Limitation of Liability

+

+ Iroh Services is provided “as is.” Number Zero is not liable for any damages arising from + use of the service, including loss of data or business interruption. +

+
+ +
+

Changes to Terms

+

+ We may update these terms from time to time. Continued use of the service after changes + constitutes acceptance of the new terms. +

+
+ +
+

Contact

+

+ Questions about these terms? Reach us at{' '} + + hello@n0.computer + . +

+
+
+
+
+
+ + +
+ ) +}