-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make privacy-policy and support page active
- Loading branch information
1 parent
06b7243
commit 235de85
Showing
5 changed files
with
87 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,95 +1,82 @@ | ||
import { Container, Flex } from "@radix-ui/themes"; | ||
import { Container, Flex, Heading, Link } from "@radix-ui/themes"; | ||
import Layout from "~/components/Layout"; | ||
|
||
export default function PrivacyPolicy() { | ||
return ( | ||
<Layout> | ||
<Container size="3" py="8"> | ||
<h1 className="text-4xl font-bold">Privacy Policy</h1> | ||
<h1 className="text-4xl font-bold">Privacy Policy</h1> | ||
<p className="mt-4"> | ||
This Privacy Policy explains how Animechan collects, uses, and protects your personal | ||
information when you use our Service. | ||
</p> | ||
|
||
<Flex direction="column" gapY="4" mt="6"> | ||
<div> | ||
<h2 className="text-xl font-medium">1. Introduction</h2> | ||
<p> | ||
This Privacy Policy explains how Animechan ("we", "us", "our") collects, uses, and | ||
protects your personal information when you use our Anime Quotes API Service | ||
("Service"). | ||
</p> | ||
</div> | ||
<Flex direction="column" gapY="6" mt="6"> | ||
<div> | ||
<Heading as="h2" className="text-xl font-medium"> | ||
1. Information We Collect | ||
</Heading> | ||
<p> | ||
At Animechan, we only collects your email address when you subscribe and become a | ||
premium member via our{" "} | ||
<Link href="https://buymeacoffee.com/animechan_api" target="_blank" rel="noreferrer"> | ||
Buy Me A Coffee page | ||
</Link> | ||
. | ||
</p> | ||
</div> | ||
|
||
<div> | ||
<h2 className="text-xl font-medium">2. Information We Collect</h2> | ||
<p> | ||
We may collect personal information from you when you register for the Service, | ||
including your name, email address, and payment information. We also collect technical | ||
data such as your IP address, browser type, and usage data through cookies and similar | ||
technologies. | ||
</p> | ||
</div> | ||
<div> | ||
<Heading as="h2" className="text-xl font-medium"> | ||
2. Use of Information | ||
</Heading> | ||
<p> | ||
We use your personal information to provide and improve our Service, process | ||
transactions, and communicate with you. We may also use your information for marketing | ||
purposes, such as sending promotional emails, unless you opt out. | ||
</p> | ||
</div> | ||
|
||
<div> | ||
<h2 className="text-xl font-medium">Use of Information</h2> | ||
<p> | ||
We use your personal information to provide and improve our Service, process | ||
transactions, and communicate with you. We may also use your information for marketing | ||
purposes, such as sending promotional emails, unless you opt out. | ||
</p> | ||
</div> | ||
<div> | ||
<Heading as="h2" className="text-xl font-medium"> | ||
3. Sharing of Information | ||
</Heading> | ||
<p> | ||
We do not sell or share your personal information with third parties. We may share | ||
anonymized data with third parties for analytics and research purposes. | ||
</p> | ||
</div> | ||
|
||
<div> | ||
<h2 className="text-xl font-medium">4. Sharing of Information</h2> | ||
<p> | ||
We do not sell or share your personal information with third parties, except as | ||
necessary to provide the Service (e.g., payment processors) or as required by law. We | ||
may share anonymized data with third parties for analytics and research purposes. | ||
</p> | ||
</div> | ||
<div> | ||
<Heading as="h2" className="text-xl font-medium"> | ||
4. Retention of Information | ||
</Heading> | ||
<p> | ||
We retain your personal information for as long as necessary to fulfill the purposes for | ||
which it was collected, or as required by law. When your information is no longer | ||
needed, we will securely delete or anonymize it. | ||
</p> | ||
</div> | ||
|
||
<div> | ||
<h2 className="text-xl font-medium">5. Data Security</h2> | ||
<p> | ||
We implement reasonable security measures to protect your personal information from | ||
unauthorized access, disclosure, or destruction. However, no security system is | ||
completely secure, and we cannot guarantee the absolute security of your data. | ||
</p> | ||
</div> | ||
|
||
<div> | ||
<h2 className="text-xl font-medium">6. Your Rights</h2> | ||
<p> | ||
You have the right to access, correct, or delete your personal information. You may | ||
also object to the processing of your data or request data portability. To exercise | ||
these rights, please contact us at{" "} | ||
<a href="mailto:support@animechan.io">support@animechan.io.</a> | ||
</p> | ||
</div> | ||
|
||
<div> | ||
<h2 className="text-xl font-medium">7. Retention of Information</h2> | ||
<p> | ||
We retain your personal information for as long as necessary to fulfill the purposes | ||
for which it was collected, or as required by law. When your information is no longer | ||
needed, we will securely delete or anonymize it. | ||
</p> | ||
</div> | ||
|
||
<div> | ||
<h2 className="text-xl font-medium">8. Changes to this Policy</h2> | ||
<p> | ||
We may update this Privacy Policy from time to time. We will notify you of any | ||
significant changes by posting the new policy on our website and updating the date at | ||
the top of the policy. | ||
</p> | ||
</div> | ||
<div> | ||
<h2 className="text-xl font-medium">9. Contact Information</h2> | ||
<p> | ||
If you have any questions or concerns about this Privacy Policy, please contact us at{" "} | ||
<a href="mailto:support@animechan.io">support@animechan.io.</a> | ||
</p> | ||
</div> | ||
</Flex> | ||
</Container> | ||
<div> | ||
<Heading as="h2" className="text-xl font-medium"> | ||
5. Changes to this Policy | ||
</Heading> | ||
<p> | ||
We may update this Privacy Policy from time to time. We will notify you of any | ||
significant changes by posting the new policy on our website and updating the date at | ||
the top of the policy. | ||
</p> | ||
</div> | ||
<div> | ||
<Heading as="h2" className="text-xl font-medium"> | ||
6. Contact Information | ||
</Heading> | ||
<p> | ||
If you have any questions or concerns about this Privacy Policy, please contact us at{" "} | ||
<Link href="mailto:support@animechan.io">support@animechan.io.</Link> | ||
</p> | ||
</div> | ||
</Flex> | ||
</Layout> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters