many changes for modules widgets and colors and styling
This commit is contained in:
260
frontend/src/pages/legal/Privacy.tsx
Normal file
260
frontend/src/pages/legal/Privacy.tsx
Normal file
@@ -0,0 +1,260 @@
|
||||
/**
|
||||
* Privacy Policy Page
|
||||
*/
|
||||
|
||||
import { Link } from 'react-router-dom';
|
||||
import PageMeta from '../../components/common/PageMeta';
|
||||
import { ChevronLeftIcon } from '../../icons';
|
||||
|
||||
export default function Privacy() {
|
||||
return (
|
||||
<>
|
||||
<PageMeta
|
||||
title="Privacy Policy - IGNY8"
|
||||
description="IGNY8 Privacy Policy - Learn how we protect your data"
|
||||
/>
|
||||
<div className="min-h-screen bg-gradient-to-br from-gray-50 to-gray-100 dark:from-gray-900 dark:to-gray-800">
|
||||
<div className="max-w-4xl mx-auto px-4 py-12 sm:px-6 lg:px-8">
|
||||
{/* Back Link */}
|
||||
<Link
|
||||
to="/"
|
||||
className="inline-flex items-center text-sm text-gray-500 transition-colors hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300 mb-8"
|
||||
>
|
||||
<ChevronLeftIcon className="size-5" />
|
||||
Back to Home
|
||||
</Link>
|
||||
|
||||
{/* Header */}
|
||||
<div className="text-center mb-12">
|
||||
<Link to="/" className="inline-block mb-6">
|
||||
<img
|
||||
src="/igny8-logo-trnsp.png"
|
||||
alt="IGNY8"
|
||||
className="h-12 w-auto mx-auto"
|
||||
/>
|
||||
</Link>
|
||||
<h1 className="text-3xl font-bold text-gray-900 dark:text-white mb-4">
|
||||
Privacy Policy
|
||||
</h1>
|
||||
<p className="text-gray-500 dark:text-gray-400">
|
||||
Last updated: December 31, 2024
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Content */}
|
||||
<div className="bg-white dark:bg-gray-800 rounded-2xl shadow-xl p-8 sm:p-12 space-y-8">
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
1. Introduction
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
At IGNY8, we take your privacy seriously. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our AI-powered content creation platform. Please read this privacy policy carefully.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
2. Information We Collect
|
||||
</h2>
|
||||
<h3 className="text-lg font-medium text-gray-800 dark:text-gray-200 mb-3">
|
||||
Personal Information
|
||||
</h3>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
We may collect personal information that you voluntarily provide when registering for an account, including:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4 mb-4">
|
||||
<li>Name and email address</li>
|
||||
<li>Account credentials</li>
|
||||
<li>Billing information and payment details</li>
|
||||
<li>Company/organization name</li>
|
||||
<li>Website URLs you connect to our service</li>
|
||||
</ul>
|
||||
<h3 className="text-lg font-medium text-gray-800 dark:text-gray-200 mb-3">
|
||||
Usage Information
|
||||
</h3>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
We automatically collect certain information when you use our Service:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>Device and browser information</li>
|
||||
<li>IP address and location data</li>
|
||||
<li>Pages visited and features used</li>
|
||||
<li>Content and keywords you create or analyze</li>
|
||||
<li>Usage patterns and preferences</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
3. How We Use Your Information
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
We use the collected information for various purposes:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>To provide and maintain our Service</li>
|
||||
<li>To process your transactions and manage your subscription</li>
|
||||
<li>To send you service-related communications</li>
|
||||
<li>To improve and personalize your experience</li>
|
||||
<li>To analyze usage patterns and optimize our Service</li>
|
||||
<li>To protect against fraud and unauthorized access</li>
|
||||
<li>To comply with legal obligations</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
4. AI-Generated Content
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
When you use our AI content generation features:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>Your input prompts may be processed by third-party AI providers</li>
|
||||
<li>Generated content is stored in your account</li>
|
||||
<li>We do not use your specific content to train AI models</li>
|
||||
<li>You retain ownership of the content you generate</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
5. Data Sharing and Disclosure
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
We may share your information with:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li><strong>Service Providers:</strong> Third parties that help us operate our Service (payment processors, hosting providers, AI service providers)</li>
|
||||
<li><strong>Analytics Partners:</strong> To help us understand usage patterns</li>
|
||||
<li><strong>Legal Requirements:</strong> When required by law or to protect our rights</li>
|
||||
<li><strong>Business Transfers:</strong> In connection with a merger, acquisition, or sale of assets</li>
|
||||
</ul>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mt-4">
|
||||
We do not sell your personal information to third parties.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
6. Data Security
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
We implement appropriate technical and organizational measures to protect your data:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>Encryption of data in transit and at rest</li>
|
||||
<li>Regular security audits and updates</li>
|
||||
<li>Access controls and authentication measures</li>
|
||||
<li>Employee training on data protection</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
7. Data Retention
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
We retain your personal information for as long as your account is active or as needed to provide you services. We may retain certain information as required by law or for legitimate business purposes such as fraud prevention and analytics.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
8. Your Rights
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
Depending on your location, you may have the following rights:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li><strong>Access:</strong> Request a copy of your personal data</li>
|
||||
<li><strong>Correction:</strong> Request correction of inaccurate data</li>
|
||||
<li><strong>Deletion:</strong> Request deletion of your data</li>
|
||||
<li><strong>Portability:</strong> Request transfer of your data</li>
|
||||
<li><strong>Objection:</strong> Object to certain processing activities</li>
|
||||
<li><strong>Withdrawal:</strong> Withdraw consent where processing is based on consent</li>
|
||||
</ul>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mt-4">
|
||||
To exercise these rights, contact us at privacy@igny8.com.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
9. Cookies and Tracking
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
We use cookies and similar technologies to:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>Keep you logged in</li>
|
||||
<li>Remember your preferences</li>
|
||||
<li>Analyze how you use our Service</li>
|
||||
<li>Improve our Service</li>
|
||||
</ul>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mt-4">
|
||||
You can manage cookie preferences through your browser settings.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
10. International Data Transfers
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
Your information may be transferred to and processed in countries other than your own. We ensure appropriate safeguards are in place for such transfers in compliance with applicable data protection laws.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
11. Children's Privacy
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
Our Service is not intended for individuals under the age of 18. We do not knowingly collect personal information from children. If we become aware that we have collected personal information from a child, we will take steps to delete such information.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
12. Changes to This Policy
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last updated" date. We encourage you to review this Privacy Policy periodically.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
13. Contact Us
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
If you have questions or concerns about this Privacy Policy, please contact us at:
|
||||
</p>
|
||||
<div className="mt-4 space-y-2">
|
||||
<p className="text-gray-600 dark:text-gray-300">
|
||||
<strong>Email:</strong>{' '}
|
||||
<span className="text-brand-500">privacy@igny8.com</span>
|
||||
</p>
|
||||
<p className="text-gray-600 dark:text-gray-300">
|
||||
<strong>General Inquiries:</strong>{' '}
|
||||
<span className="text-brand-500">support@igny8.com</span>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
{/* Footer Links */}
|
||||
<div className="mt-8 text-center text-sm text-gray-500 dark:text-gray-400">
|
||||
<Link to="/terms" className="hover:text-brand-500 mr-4">
|
||||
Terms and Conditions
|
||||
</Link>
|
||||
<Link to="/signup" className="hover:text-brand-500">
|
||||
Back to Sign Up
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
186
frontend/src/pages/legal/Terms.tsx
Normal file
186
frontend/src/pages/legal/Terms.tsx
Normal file
@@ -0,0 +1,186 @@
|
||||
/**
|
||||
* Terms and Conditions Page
|
||||
*/
|
||||
|
||||
import { Link } from 'react-router-dom';
|
||||
import PageMeta from '../../components/common/PageMeta';
|
||||
import { ChevronLeftIcon } from '../../icons';
|
||||
|
||||
export default function Terms() {
|
||||
return (
|
||||
<>
|
||||
<PageMeta
|
||||
title="Terms and Conditions - IGNY8"
|
||||
description="IGNY8 Terms and Conditions - Read our terms of service"
|
||||
/>
|
||||
<div className="min-h-screen bg-gradient-to-br from-gray-50 to-gray-100 dark:from-gray-900 dark:to-gray-800">
|
||||
<div className="max-w-4xl mx-auto px-4 py-12 sm:px-6 lg:px-8">
|
||||
{/* Back Link */}
|
||||
<Link
|
||||
to="/"
|
||||
className="inline-flex items-center text-sm text-gray-500 transition-colors hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300 mb-8"
|
||||
>
|
||||
<ChevronLeftIcon className="size-5" />
|
||||
Back to Home
|
||||
</Link>
|
||||
|
||||
{/* Header */}
|
||||
<div className="text-center mb-12">
|
||||
<Link to="/" className="inline-block mb-6">
|
||||
<img
|
||||
src="/igny8-logo-trnsp.png"
|
||||
alt="IGNY8"
|
||||
className="h-12 w-auto mx-auto"
|
||||
/>
|
||||
</Link>
|
||||
<h1 className="text-3xl font-bold text-gray-900 dark:text-white mb-4">
|
||||
Terms and Conditions
|
||||
</h1>
|
||||
<p className="text-gray-500 dark:text-gray-400">
|
||||
Last updated: December 31, 2024
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Content */}
|
||||
<div className="bg-white dark:bg-gray-800 rounded-2xl shadow-xl p-8 sm:p-12 space-y-8">
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
1. Acceptance of Terms
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
By accessing and using IGNY8 ("the Service"), you accept and agree to be bound by the terms and provision of this agreement. If you do not agree to abide by these terms, please do not use this Service.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
2. Description of Service
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
IGNY8 is an AI-powered content creation and SEO optimization platform that provides:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>Keyword research and clustering tools</li>
|
||||
<li>AI-generated content creation</li>
|
||||
<li>Image generation capabilities</li>
|
||||
<li>Content optimization features</li>
|
||||
<li>WordPress publishing integration</li>
|
||||
<li>Analytics and reporting</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
3. User Accounts
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
To use certain features of the Service, you must register for an account. When you register:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>You agree to provide accurate, current, and complete information</li>
|
||||
<li>You are responsible for maintaining the security of your account</li>
|
||||
<li>You are responsible for all activities that occur under your account</li>
|
||||
<li>You must notify us immediately of any unauthorized use of your account</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
4. Billing and Credits
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
Our Service operates on a credit-based system:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>Credits are consumed when using AI features</li>
|
||||
<li>Unused credits may expire according to your plan terms</li>
|
||||
<li>Refunds are subject to our refund policy</li>
|
||||
<li>Prices are subject to change with notice</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
5. Acceptable Use
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
You agree not to use the Service to:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>Generate illegal, harmful, or offensive content</li>
|
||||
<li>Violate intellectual property rights</li>
|
||||
<li>Attempt to circumvent usage limits or security measures</li>
|
||||
<li>Resell or redistribute the Service without authorization</li>
|
||||
<li>Use automated systems to access the Service in a manner that exceeds reasonable usage</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
6. Intellectual Property
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed mb-4">
|
||||
Content generated through our Service:
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-gray-600 dark:text-gray-300 space-y-2 ml-4">
|
||||
<li>You retain ownership of content you create using the Service</li>
|
||||
<li>You grant us a license to process your content to provide the Service</li>
|
||||
<li>AI-generated content is provided "as-is" and you are responsible for reviewing and editing</li>
|
||||
<li>The Service itself, including all code, designs, and features, remains our property</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
7. Limitation of Liability
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
IGNY8 and its affiliates shall not be liable for any indirect, incidental, special, consequential, or punitive damages resulting from your use of the Service. Our total liability shall not exceed the amount you paid for the Service in the twelve months preceding the claim.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
8. Termination
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
We may terminate or suspend your access to the Service immediately, without prior notice, for conduct that we believe violates these Terms or is harmful to other users, us, or third parties, or for any other reason at our sole discretion.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
9. Changes to Terms
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
We reserve the right to modify these terms at any time. We will notify users of any material changes via email or through the Service. Your continued use of the Service after such modifications constitutes acceptance of the updated terms.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
10. Contact Information
|
||||
</h2>
|
||||
<p className="text-gray-600 dark:text-gray-300 leading-relaxed">
|
||||
If you have any questions about these Terms, please contact us at:
|
||||
</p>
|
||||
<p className="text-brand-500 mt-2">
|
||||
support@igny8.com
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
{/* Footer Links */}
|
||||
<div className="mt-8 text-center text-sm text-gray-500 dark:text-gray-400">
|
||||
<Link to="/privacy" className="hover:text-brand-500 mr-4">
|
||||
Privacy Policy
|
||||
</Link>
|
||||
<Link to="/signup" className="hover:text-brand-500">
|
||||
Back to Sign Up
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user