/** * 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 ( <>
{/* Back Link */} Back to Home {/* Header */}
IGNY8

Terms and Conditions

Last updated: December 31, 2024

{/* Content */}

1. Acceptance of Terms

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.

2. Description of Service

IGNY8 is an AI-powered content creation and SEO optimization platform that provides:

  • Keyword research and clustering tools
  • AI-generated content creation
  • Image generation capabilities
  • Content optimization features
  • Publishing integrations for Shopify, WordPress, and custom sites
  • Analytics and reporting

3. User Accounts

To use certain features of the Service, you must register for an account. When you register:

  • You agree to provide accurate, current, and complete information
  • You are responsible for maintaining the security of your account
  • You are responsible for all activities that occur under your account
  • You must notify us immediately of any unauthorized use of your account

4. Billing and Credits

Our Service operates on a credit-based system:

  • Credits are consumed when using AI features
  • Unused credits may expire according to your plan terms
  • Refunds are subject to our refund policy
  • Prices are subject to change with notice

5. Acceptable Use

You agree not to use the Service to:

  • Generate illegal, harmful, or offensive content
  • Violate intellectual property rights
  • Attempt to circumvent usage limits or security measures
  • Resell or redistribute the Service without authorization
  • Use automated systems to access the Service in a manner that exceeds reasonable usage

6. Intellectual Property

Content generated through our Service:

  • You retain ownership of content you create using the Service
  • You grant us a license to process your content to provide the Service
  • AI-generated content is provided "as-is" and you are responsible for reviewing and editing
  • The Service itself, including all code, designs, and features, remains our property

7. Limitation of Liability

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.

8. Termination

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.

9. Changes to Terms

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.

10. Contact Information

If you have any questions about these Terms, please contact us at:

support@igny8.com

{/* Footer Links */}
Privacy Policy Back to Sign Up
); }