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 ( +
+ Privacy policy and terms of service for Iroh and Iroh Services. +
++ Iroh Services collects aggregated metrics about network performance. This includes + connection counts, latency measurements, throughput statistics, and error rates. +
++ 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. +
++ Aggregated metrics are retained for the duration of your subscription. +
++ 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. +
++ For privacy-related questions, contact us at{' '} + + hello@n0.computer + . +
++ By using Iroh Services, you agree to these terms. If you do not agree, do not use the 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. +
++ We aim for high availability but do not guarantee uninterrupted service. Planned maintenance + will be communicated in advance where possible. +
++ 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. +
++ We may update these terms from time to time. Continued use of the service after changes + constitutes acceptance of the new terms. +
++ Questions about these terms? Reach us at{' '} + + hello@n0.computer + . +
+