mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 02:36:19 +00:00
Remove unused terms and conditions constant
This commit is contained in:
@ -1,29 +0,0 @@
|
||||
export const TERMS_AND_CONDITIONS = {
|
||||
title: 'User Agreement',
|
||||
content: `<html>
|
||||
<body>
|
||||
<div>
|
||||
<p>User Agreement</p>
|
||||
<p>Terms and Conditions</p>
|
||||
<p><span>Last updated:</span> <em>25/01/2025</em></p>
|
||||
<p>Please read these Terms and Conditions ("Terms", "Terms and Conditions") carefully before using the
|
||||
<a href="http://www.mywebsite.com">http://www.mywebsite.com</a> website and the My Mobile App
|
||||
(change this) mobile application (the "Service") operated by My Company (change this) ("us", "we", or "our").
|
||||
</p>
|
||||
<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms.
|
||||
These Terms apply to all visitors, users and others who access or use the Service.
|
||||
</p>
|
||||
<p>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.</p>
|
||||
<p>Content</p>
|
||||
<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material ("Content"). You are responsible for the Content you post.</p>
|
||||
<p>Links To Other Websites</p>
|
||||
<p>Our Service may contain links to third-party websites or services that are not owned or controlled by My Company (change this).</p>
|
||||
<p>My Company (change this) has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third-party websites or services. You further acknowledge and agree that My Company (change this) shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods, or services available on or through any such websites or services.</p>
|
||||
<p>Changes</p>
|
||||
<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 (change this) days' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>
|
||||
<p>Contact Us</p>
|
||||
<p>If you have any questions about these Terms, please <a href="mailto:contact@mycompany.com">contact us</a>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>`,
|
||||
};
|
Reference in New Issue
Block a user