From 3ff1248887f094ab70ea9293872f776efbb62c6a Mon Sep 17 00:00:00 2001 From: nomi-nonsz Date: Wed, 3 Sep 2025 10:51:20 +0700 Subject: [PATCH] update legal stuff --- src/app/page.tsx | 2 +- src/app/privacy/page.tsx | 2 +- src/app/terms/page.tsx | 4 ++-- .../texts/{privacy-policy.mdx => privacy.mdx} | 4 +++- .../{terms-and-condition.mdx => terms.mdx} | 18 +++++++++--------- 5 files changed, 16 insertions(+), 14 deletions(-) rename src/components/texts/{privacy-policy.mdx => privacy.mdx} (69%) rename src/components/texts/{terms-and-condition.mdx => terms.mdx} (89%) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51d80e9..3dbee5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function Home() { diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 3b70412..e3dc675 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -1,6 +1,6 @@ import type { Metadata } from "next"; -import PrivacyPolicy from "@/components/texts/privacy-policy.mdx" +import PrivacyPolicy from "@/components/texts/privacy.mdx" import { SimpleArticle } from "@/components/page-template"; export const metadata: Metadata = { diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 6d607d1..c15b825 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -1,10 +1,10 @@ import type { Metadata } from "next"; -import TermsAndConditions from "@/components/texts/terms-and-condition.mdx" +import TermsAndConditions from "@/components/texts/terms.mdx" import { SimpleArticle } from "@/components/page-template"; export const metadata: Metadata = { - title: "Terms and conditions", + title: "Terms", }; export default function Terms () { diff --git a/src/components/texts/privacy-policy.mdx b/src/components/texts/privacy.mdx similarity index 69% rename from src/components/texts/privacy-policy.mdx rename to src/components/texts/privacy.mdx index bf797be..2cba190 100644 --- a/src/components/texts/privacy-policy.mdx +++ b/src/components/texts/privacy.mdx @@ -1,3 +1,5 @@ # Privacy Policy -This website ("nonszy.space") fully respects the privacy of its visitors. This document explains how we handle visitor information. The short answer is: **we do not collect, track, or store your personal information**. \ No newline at end of file +This website ("nonszy.space") fully respects the privacy of its visitors. This document explains how we handle visitor information. The short answer is: **we do not collect, track, or store your personal information**. + +However, future feature additions will update the privacy policy. \ No newline at end of file diff --git a/src/components/texts/terms-and-condition.mdx b/src/components/texts/terms.mdx similarity index 89% rename from src/components/texts/terms-and-condition.mdx rename to src/components/texts/terms.mdx index 4bc5eb4..2caae18 100644 --- a/src/components/texts/terms-and-condition.mdx +++ b/src/components/texts/terms.mdx @@ -1,21 +1,21 @@ -# Terms and Conditions +# Terms -## 1. Acceptance of Terms +## Acceptance of Terms By accessing and using this website (“nonszy.space”), you agree to be bound by these Terms and Conditions. If you do not agree with any part of these Terms and Conditions, you are advised not to use this Site. -## 2. Third Party Intellectual Property Rights +## Third Party Intellectual Property Rights Some materials on this Site, **such as the Coral Glasses character, or the ENA Dream BBQ game and ENA Series, are the property of JoelG** and are used under fair use. The Site owner does not claim any rights to these materials. All copyrights and trademarks remain the property of their respective owners. -## 3. Content Ownership and Copyright +## Content Ownership and Copyright Some materials on this Site, including but not limited to **applications, code, digital works, 2D illustrations, 3D works, designs, and OC (Original Characters) such as Nola, that owned by the site owner**, are protected by copyright and intellectual property rights in accordance with applicable laws and regulations. - Content may only be used for personal and non-commercial purposes unless written permission is obtained. - It is prohibited to reproduce, modify, distribute, sell, or utilize the content on this Site for commercial purposes without written permission. -## 4. Prohibited Uses for AI Training +## Prohibited Uses for AI Training All content on this Site is **strictly prohibited from being used for training, developing, or improving artificial intelligence (AI) models**, including but not limited to: @@ -25,7 +25,7 @@ All content on this Site is **strictly prohibited from being used for training, Any violation of these terms may be subject to legal action in accordance with applicable copyright and intellectual property laws. -## 5. User Responsibility +## User Responsibility Users are prohibited from: @@ -33,14 +33,14 @@ Users are prohibited from: - Uploading or distributing harmful material, including malware or illegal content. - Using the Site to violate applicable laws or regulations. -## 6. External Links +## External Links This Site may contain links to third-party sites. The Site owner is not responsible for the content, policies, or practices of such external sites. -## 7. Disclaimer +## Disclaimer The Site is provided “as is” without warranty of any kind. The Site owner is not responsible for any direct or indirect losses resulting from the use of the Site. -## 8. Changes to Terms and Conditions +## Changes to Terms and Conditions These Terms and Conditions are subject to change at any time without prior notice. The latest version will be published on this page and will be effective from the date of publication. \ No newline at end of file