Google
Edit File: terms-and-conditions.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <!-- Mobile Specific Metas ================================================== --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> <!-- head seo includes Start --> <?php include 'includes/htmlhead.php';?> <!-- Site Title --> <title>Terms and Conditions | Pinnacle Services </title> <meta name="description" content="Elevate your culinary skills with Pinnacle Services. Discover our expertise in crafting culinary excellence. Learn more about us today!"> <!-- styles set here --> <?php include 'includes/styles.php';?> <!-- styles ends here --> </head> <body class="about aboutUs"> <div class="body-inner about"> <!-- header set here --> <?php include 'includes/header.php';?> <!-- header ends here --> <!-- breadcrumb set here --> <section class="breadcrumbSection"> <div class="bracdcrumbBlocks"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-12"> <div class="section-title-area"> <h1 class="sub-title">Terms and Conditions</h1> <div class="breadcrumbNav"> <ul> <li><a href="<?php echo $base_url; ?>">home</a></li> <li><a>Terms and Conditions</a></li> </ul> </div> </div> </div> </div> </div> </div> </section> <!-- breadcrumb ends here --> <!-- Business Event Area Start --> <section class="business-event-area term1"> <div class="container"> <!-- Row Start --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <div class="innerParentMiddleContent"> <div class="innerMiddleContent"> <!-- Title Area --> <div class="title-area newterm"> <!-- <h2 class="sub-title">About Us</h2> --> <div class="text-justify"> <ol> <li> <p><strong>1. Introduction</strong></p> <p>Welcome to Pinnacle Services (“we,” “our,” “us”). By accessing or using our website — <a href="https://pinnacle-s.com">https://pinnacle-s.com</a> — you agree to comply with and be bound by these Terms and Conditions.</p> <p>This website serves as our corporate and portfolio platform to showcase our services, projects, and client partnerships within the Food & Beverage and Hospitality industries.</p> <p> If you wish to place food or catering orders online, please visit our dedicated ordering platforms at <a href="https://orders.pinnacle-s.com">orders.pinnacle-s.com</a>, <a href="https://pinnacle-s.com">pinnacle-s.com</a>, and <a href="https://onthego.pinnacle-s.com">onthego.pinnacle-s.com</a>. Each platform maintains its own Terms and Conditions specific to transactions. </p> </li> <li> <p><strong>2. Use of the Website</strong></p> <ul class="termul"> <li>The information provided on this website is for general informational and promotional purposes only.</li> <li>You agree not to misuse the website for any unlawful, harmful, or unauthorized activity.</li> <li>Unauthorized use of this website may give rise to a claim for damages and/or be a criminal offense.</li> </ul> </li> <li> <p><strong>3. Intellectual Property</strong></p> <ul class="termul"> <li>All materials on this website — including logos, images, text, design, and graphics — are the property of Pinnacle Services or its content partners.</li> <li>You may not reproduce, distribute, or commercially exploit any content without prior written permission.</li> </ul> </li> <li> <p><strong>4. External Links</strong></p> <p>Our website may include links to other websites, including our ordering portal or third-party partners.</p> <p>We are not responsible for the content, accuracy, or practices of any external sites linked from this platform.</p> </li> <li> <p><strong>5. Limitation of Liability</strong></p> <p>While we make every effort to ensure the accuracy and availability of our website, we do not guarantee uninterrupted or error-free service.</p> <p>Pinnacle Services shall not be liable for any loss or damage (direct, indirect, or consequential) arising from the use of this website or reliance on its information.</p> </li> <li> <p><strong>6. Modifications</strong></p> <p>We reserve the right to update or modify these Terms at any time. Changes will be reflected on this page, and continued use of the website signifies your acceptance of the updated terms.</p> </li> <li> <p><strong>7. Contact Information</strong></p> <p class="testterm">For any queries regarding these Terms, please reach out to us at:</p> <ul> <li>Email: <a href="mailto:info@pinnacle-s.com">info@pinnacle-s.com</a></li> <li>Website: <a href="https://pinnacle-s.com">https://pinnacle-s.com</a></li> </ul> </li> </ol> </div> </div> </div> </div> </div> </div> <!-- row end--> </div> </section> <!-- Business Event Area End --> <!-- why us Start --> <!-- why us Area End --> <!-- --> <!-- visionSection Event Area Start --> <!-- visionSection Event Area End --> <!-- --> <!-- videoSection Event Area Start --> <!-- videoSection Event Area End --> <!-- partner Start --> <!-- partner End --> <!-- clients Start --> <!-- clients End --> <!-- Sponsors Start --> <!-- Sponsors End --> <!-- Footer Area Start --> <?php include 'includes/footer.php';?> <!-- Footer Area End --> <!-- Back to top --> <div class="BackTo"> <a href="#" class="fa fa-angle-up" aria-hidden="true"></a> </div> <!-- Javascript Files ================================================== --> <?php include 'includes/footer-script.php';?> </div> <!-- Body inner end --> </body> </html>