|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/luxvegatech.com/ | |
|
Path: /home2/outerorb/luxvegatech.com/disclaimer.php
Size: 8 KB
Permissions: 0666
<?php
$page_title = 'Disclaimer | LuxVegaTech';
$page_description = 'Read the legal disclaimer for LuxVegaTech services, website content, and third-party references.';
require __DIR__ . '/inc/head.php';
?>
<body>
<?php require __DIR__ . '/inc/header.php'; ?>
<div class="page-header">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="page-header-box">
<h1 data-cursor="-opaque">Website <span>Disclaimer</span></h1>
<nav>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<?= base_url('index.php') ?>">home</a></li>
<li class="breadcrumb-item active" aria-current="page">Disclaimer</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<div class="page-service-single">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="service-single-content">
<div class="service-entry">
<h2>1. General Information</h2>
<p>The information, recommendations, and materials available on this website are provided for general informational purposes only. <?= htmlspecialchars(SITE_NAME) ?> aims to keep the content accurate and useful, but we cannot guarantee that all information is complete, current, or free of errors. The publication of information on this website does not create an attorney-client, fiduciary, or consulting relationship.</p>
<h2>2. No Professional Guarantee</h2>
<p>Content on this website is not a substitute for tailored professional advice. Implementation of cybersecurity controls, AI-enabled workflows, digital marketing plans, or IT operations recommendations should be evaluated based on your specific business model, technical environment, compliance obligations, and operational risk profile.</p>
<h2>3. Service Performance and Results</h2>
<p>Any examples of service results, case studies, or performance outcomes are illustrative only. Actual business outcomes depend on many variables, including market conditions, technology environment, data quality, management involvement, and external platform changes. We do not guarantee specific rankings, traffic levels, lead generation results, uptime metrics, or security outcomes.</p>
<h2>4. Third-Party Tools, Platforms, and Trademarks</h2>
<p>References to third-party software, tools, vendors, trademarks, brand names, or product ecosystems are made for informational and compatibility purposes only. Such references do not imply endorsement, sponsorship, or affiliation unless explicitly stated in writing. All third-party logos, names, and marks remain the property of their respective owners.</p>
<h2>5. Website Availability</h2>
<p>We may update, suspend, or discontinue website features at any time without notice. Although we try to keep the site available and reliable, we are not liable for interruptions, downtime, data loss, or service disruptions that may occur due to technical issues, external provider failures, or maintenance.</p>
<h2>6. Limitation of Liability</h2>
<p>To the extent permitted by law, <?= htmlspecialchars(SITE_NAME) ?> disclaims all warranties, express or implied, including merchantability, fitness for a particular purpose, and non-infringement. We shall not be liable for any losses, damages, claims, or expenses arising from your use of this website or reliance on its content, except to the extent a legal obligation cannot be excluded.</p>
<h2>7. Intellectual Property and Content Usage</h2>
<p>All website content, text, visuals, layouts, graphics, and branding are protected by copyright, trademark, and related intellectual property rights. You may view and access this website for personal or business informational purposes, but you may not reproduce, redistribute, or republish content without prior written authorization.</p>
<h2>8. User Responsibility</h2>
<p>You agree that you are responsible for independently verifying information that affects your business decisions, legal compliance, security posture, or operational policies. If you are uncertain about how to apply the guidance available on this website, you should contact us directly for clarification before acting on it.</p>
<h2>9. External Links</h2>
<p>We may provide links to external websites for convenience. These links do not constitute endorsement or approval of the linked content, products, or services. We encourage you to review the terms and privacy policies of any website you visit through links on our site.</p>
<h2>10. Changes to This Disclaimer</h2>
<p>We may revise this Disclaimer periodically to reflect changes in our practices or the regulatory environment. Updates will be posted here with the current date. Continued use of the website after such updates constitutes acceptance of the revised disclaimer.</p>
<h2>11. Contact</h2>
<p>Questions about this Disclaimer or any legal notice relating to our website can be directed to <?= htmlspecialchars(SITE_NAME) ?> at <a href="mailto:<?= htmlspecialchars(CONTACT_EMAIL) ?>"><?= htmlspecialchars(CONTACT_EMAIL) ?></a>, by phone at <a href="tel:<?= htmlspecialchars(CONTACT_PHONE) ?>"><?= htmlspecialchars(CONTACT_PHONE) ?></a>, or by mail at <?= htmlspecialchars(SITE_ADDRESS) ?>.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="page-single-sidebar">
<div class="page-catagery-list">
<h3>Legal Pages</h3>
<ul>
<li><a href="<?= base_url('privacy-policy.php') ?>">Privacy Policy</a></li>
<li><a href="<?= base_url('refund-policy.php') ?>">Refund Policy</a></li>
<li><a href="<?= base_url('disclaimer.php') ?>">Disclaimer</a></li>
</ul>
</div>
<div class="sidebar-cta-box">
<div class="sidebar-cta-logo"><img src="<?= base_url('images/luxvegatech-logo.png') ?>" alt="<?= htmlspecialchars(SITE_NAME) ?>"></div>
<div class="sidebar-cta-content">
<h3>Need clarification?</h3>
<p>Reach out to our support team for policy-related questions.</p>
</div>
<div class="sidebar-cta-contact">
<ul>
<li><a href="tel:<?= htmlspecialchars(CONTACT_PHONE) ?>"><img src="<?= base_url('images/icon-phone-gradiant.svg') ?>" alt=""><?= htmlspecialchars(CONTACT_PHONE) ?></a></li>
<li><a href="mailto:<?= htmlspecialchars(CONTACT_EMAIL) ?>"><img src="<?= base_url('images/icon-mail-gradiant.svg') ?>" alt=""><?= htmlspecialchars(CONTACT_EMAIL) ?></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php require __DIR__ . '/inc/footer.php'; ?>
</body>
</html>