-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.php
More file actions
18 lines (16 loc) · 1.24 KB
/
terms.php
File metadata and controls
18 lines (16 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php include 'header.php'; ?>
<main>
<section class="section">
<div class="max-width policy-content">
<div class="section-header">
<h1 class="section-title">Terms of Service</h1>
</div>
<p>Rocket Reception is a software service that assists businesses with handling customer communications such as calls, messages, and inquiries.</p>
<p>By using Rocket Reception, you agree to use the service responsibly and in compliance with all applicable laws and regulations.</p>
<p>Rocket Reception is designed to assist businesses and their teams, not to replace human judgment or decision-making. The service is provided “as is” and does not guarantee specific business outcomes, customer conversions, or response results.</p>
<p>Rocket Reception may rely on automated systems to generate responses and route messages. Businesses remain responsible for how the service is used and for the accuracy of the business information they provide.</p>
<p>We reserve the right to suspend or terminate access to the service if it is used in violation of these Terms or our Acceptable Use Policy.</p>
</div>
</section>
</main>
<?php include 'footer.php'; ?>