feat: implement site footer and static legal pages with foundational layout setup
This commit is contained in:
@@ -284,6 +284,14 @@ const Footer: React.FC<FooterProps> = ({
|
||||
Privacy
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/terms"
|
||||
className="text-[14px] font-medium text-gray-500 hover:text-blue-600 transition-colors"
|
||||
>
|
||||
Terms of Service
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
lang="en"
|
||||
className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}
|
||||
>
|
||||
<body className="min-h-full flex flex-col">{children}</body>
|
||||
<body suppressHydrationWarning className="min-h-full flex flex-col">{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,219 @@
|
||||
import React from 'react';
|
||||
import Link from 'next/link';
|
||||
import { ChevronLeft } from 'lucide-react';
|
||||
|
||||
export default function PrivacyPolicy() {
|
||||
return (
|
||||
<div className="min-h-screen bg-white">
|
||||
{/* Header */}
|
||||
<header className="bg-gradient-to-r from-blue-600 to-blue-700 h-20 flex items-center shadow-sm sticky top-0 z-20">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 w-full relative">
|
||||
<Link
|
||||
href="/"
|
||||
className="inline-flex items-center text-sm font-medium text-blue-100 hover:text-white transition-colors"
|
||||
>
|
||||
<ChevronLeft className="w-5 h-5 mr-1" />
|
||||
Back to Home
|
||||
</Link>
|
||||
</div>
|
||||
{/* Decorative elements */}
|
||||
<div className="absolute right-0 top-0 w-64 h-full bg-white opacity-10 rounded-full blur-3xl pointer-events-none"></div>
|
||||
</header>
|
||||
|
||||
{/* Main Content */}
|
||||
<main className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-12 lg:py-16">
|
||||
<article className="prose prose-blue max-w-none text-gray-700">
|
||||
<h1 className="text-3xl font-bold text-gray-900 mb-2">Privacy Policy</h1>
|
||||
<p className="text-lg font-medium text-gray-600 mb-8">
|
||||
DocQube — Maskan Technologies Private Limited<br />
|
||||
Last Updated: 1st April 2026
|
||||
</p>
|
||||
|
||||
<p className="mb-6">
|
||||
Maskan Technologies Private Limited (“we,” “us,” or “our”), a company incorporated under the Companies Act, 2013, with CIN U62020KA2023PTC172104, having its registered office at No. 1776, Ground Floor, 15th Main, 5th Block, 1st Stage, Kalyananagar, Bangalore 560043, Karnataka, India, operates the DocQube platform (“the Platform”).
|
||||
</p>
|
||||
<p className="mb-8">
|
||||
This Privacy Policy explains how we collect, use, store, share, and protect your personal data when you use DocQube. It applies to all users of the Platform, including administrators and authorized users of our client organizations.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">1. Information We Collect</h2>
|
||||
|
||||
<h3 className="text-xl font-medium text-gray-900 mt-6 mb-3">1.1 Information You Provide Directly</h3>
|
||||
<ul className="list-disc pl-6 space-y-2 mb-6">
|
||||
<li><strong>Account information:</strong> name, email address, and password (stored as a PBKDF2-SHA256 hash; we never store plaintext passwords).</li>
|
||||
<li><strong>Documents and files:</strong> any documents, files, images, or other content you upload to, create on, or store through the Platform.</li>
|
||||
<li><strong>Communication data:</strong> messages sent through the Platform’s real-time collaboration features, comments on documents, and notification preferences.</li>
|
||||
<li><strong>Signature data:</strong> if you use the digital signing feature, the signature images (drawn, typed, or uploaded) you create.</li>
|
||||
</ul>
|
||||
|
||||
<h3 className="text-xl font-medium text-gray-900 mt-6 mb-3">1.2 Information Collected Automatically</h3>
|
||||
<ul className="list-disc pl-6 space-y-2 mb-6">
|
||||
<li><strong>Authentication data:</strong> session tokens (JWT), CSRF tokens, and login timestamps. Tokens are stored in HttpOnly secure cookies.</li>
|
||||
<li><strong>IP addresses:</strong> captured on every request for audit trail purposes and stored in activity logs.</li>
|
||||
<li><strong>Usage and activity data:</strong> file access events (open, upload, edit, share, download, delete), version history actions, and collaboration activity. This data forms your audit trail.</li>
|
||||
<li><strong>Device and browser information:</strong> User-Agent string (recorded during digital signing for audit purposes). We do not use browser fingerprinting.</li>
|
||||
</ul>
|
||||
|
||||
<h3 className="text-xl font-medium text-gray-900 mt-6 mb-3">1.3 Information We Do Not Collect</h3>
|
||||
<ul className="list-disc pl-6 space-y-2 mb-8">
|
||||
<li>We do not use cookies for advertising or third-party tracking.</li>
|
||||
<li>We do not use analytics tracking tools (such as Google Analytics).</li>
|
||||
<li>We do not collect location data beyond IP addresses.</li>
|
||||
<li>We do not sell, rent, or trade your personal data to any third party under any circumstances. This commitment survives termination of your account.</li>
|
||||
</ul>
|
||||
|
||||
<h3 className="text-xl font-medium text-gray-900 mt-6 mb-3">1.4 Google Workspace API Data</h3>
|
||||
<p className="mb-8">
|
||||
When you choose to integrate Google Drive with DocQube, we request access to your Google Drive files (specifically the <code>drive.readonly</code> scope) to allow you to seamlessly browse and import your documents directly into our Platform.
|
||||
<br /><br />
|
||||
<strong>Limited Use Disclosure:</strong> DocQube's use and transfer to any other app of information received from Google APIs will strictly adhere to the <a href="https://developers.google.com/terms/api-services-user-data-policy" target="_blank" rel="noopener noreferrer" className="text-blue-600 hover:underline">Google API Services User Data Policy</a>, including the Limited Use requirements. We do not use Google Workspace data for serving advertisements or training AI models, and we strictly use it only to provide the document import functionality you explicitly requested.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">2. How We Use Your Information</h2>
|
||||
<p className="mb-4">We process your personal data solely for the following purposes:</p>
|
||||
<ul className="list-disc pl-6 space-y-2 mb-8">
|
||||
<li><strong>Providing the Service:</strong> user authentication and authorization, document storage and management, file conversion, sharing, collaboration, and all Platform features.</li>
|
||||
<li><strong>Security:</strong> malware scanning of uploaded files (via ClamAV), CSRF protection, rate limiting, encryption of sensitive data (AES-256-GCM), and maintaining audit trails.</li>
|
||||
<li><strong>AI-powered features (when enabled):</strong> the Document Assistant (RAG system) processes document text to generate embeddings for search and question-answering. Text chunks are sent to our AI sub-processor (NVIDIA-hosted LLM endpoints) for query processing. You control which documents are submitted to the AI assistant.</li>
|
||||
<li><strong>Notifications:</strong> sending email notifications for document sharing, version updates, role changes, and password resets.</li>
|
||||
<li><strong>Platform improvement:</strong> aggregated, anonymized usage statistics to improve Platform performance and reliability. We never use individual user data or documents for training AI models.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">3. Legal Basis for Processing</h2>
|
||||
<p className="mb-4">Under the UAE Personal Data Protection Law (Federal Decree-Law No. 45 of 2021) and applicable data protection legislation, we process your personal data on the following bases:</p>
|
||||
<ul className="list-disc pl-6 space-y-2 mb-8">
|
||||
<li><strong>Contract performance:</strong> processing necessary to provide the Platform services under the agreement between us and your organization.</li>
|
||||
<li><strong>Legitimate interests:</strong> security measures, fraud prevention, audit logging, and Platform integrity.</li>
|
||||
<li><strong>Consent:</strong> for optional features such as the AI Document Assistant, where you choose which documents to process.</li>
|
||||
<li><strong>Legal obligation:</strong> where we are required to retain or disclose data under applicable law.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">4. Data Storage and Security</h2>
|
||||
|
||||
<h3 className="text-xl font-medium text-gray-900 mt-6 mb-3">4.1 Where Your Data Is Stored</h3>
|
||||
<p className="mb-3">Your data is processed and stored across the following locations:</p>
|
||||
<ul className="list-disc pl-6 space-y-2 mb-6">
|
||||
<li><strong>Primary infrastructure:</strong> hosted in UAE (application servers, PostgreSQL database, Redis cache, document processing engine, ClamAV antivirus service).</li>
|
||||
<li><strong>Cloud storage:</strong> Backblaze B2 (EU Central) for document file storage.</li>
|
||||
<li><strong>AI processing:</strong> NVIDIA-hosted LLM endpoints for document Q&A queries, when you use the AI Document Assistant feature.</li>
|
||||
</ul>
|
||||
|
||||
<h3 className="text-xl font-medium text-gray-900 mt-6 mb-3">4.2 Security Measures</h3>
|
||||
<p className="mb-6">
|
||||
We implement industry-standard security measures including: AES-256-GCM encryption for sensitive data at rest, HTTPS/TLS for all data in transit, JWT authentication with HttpOnly secure cookies, CSRF protection on all state-changing requests, role-based access control (RBAC) with granular permissions, ClamAV malware scanning on all file uploads, comprehensive audit trails, path traversal and SSRF protection, input validation and HTML sanitization, and regular security updates.
|
||||
</p>
|
||||
|
||||
<h3 className="text-xl font-medium text-gray-900 mt-6 mb-3">4.3 Multi-Tenant Isolation</h3>
|
||||
<p className="mb-8">
|
||||
DocQube implements multi-tenant architecture with complete data isolation. Your organization’s data is logically segregated from all other organizations through tenant-specific identifiers at the database level and isolated storage paths. Users of one organization cannot access data belonging to another organization.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">5. Data Sharing and Sub-processors</h2>
|
||||
<p className="mb-4">We share your data only with the following categories of third-party service providers (“sub-processors”), and only to the extent necessary to provide the Platform:</p>
|
||||
|
||||
<div className="overflow-x-auto mb-6 border border-gray-200 rounded-lg">
|
||||
<table className="min-w-full divide-y divide-gray-200">
|
||||
<thead className="bg-gray-50">
|
||||
<tr>
|
||||
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Sub-processor</th>
|
||||
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Purpose</th>
|
||||
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Data Shared</th>
|
||||
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Location</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody className="bg-white divide-y divide-gray-200">
|
||||
<tr>
|
||||
<td className="px-6 py-4 text-sm font-medium text-gray-900">Backblaze B2</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Cloud storage for documents and files</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Uploaded files, document versions</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">EU Central</td>
|
||||
</tr>
|
||||
<tr className="bg-gray-50">
|
||||
<td className="px-6 py-4 text-sm font-medium text-gray-900">NVIDIA-hosted LLM API</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">AI document Q&A (optional, user-initiated)</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Document text chunks for queries</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">United States</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="px-6 py-4 text-sm font-medium text-gray-900">ClamAV (self-hosted)</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Malware scanning on file uploads</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">File binary data (scanned, not stored externally)</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">UAE (Our Infrastructure)</td>
|
||||
</tr>
|
||||
<tr className="bg-gray-50">
|
||||
<td className="px-6 py-4 text-sm font-medium text-gray-900">Document Processing Engine (self-hosted)</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Document format conversion and extraction</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Document content during conversion</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">UAE (Our Infrastructure)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="px-6 py-4 text-sm font-medium text-gray-900">SMTP Provider</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Email notifications and invitations</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Recipient names, emails, notification content</td>
|
||||
<td className="px-6 py-4 text-sm text-gray-700">Configured per organization by client</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p className="mb-8">
|
||||
We will notify your organization at least thirty (30) days before engaging any new sub-processor. We do not sell, rent, or provide your data to advertisers, data brokers, or any parties not listed above.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">6. Cross-Border Data Transfers</h2>
|
||||
<p className="mb-8">
|
||||
As described in Section 5, your data may be transferred to and processed in EU Central and the United States. We ensure that all cross-border transfers comply with the UAE Personal Data Protection Law by implementing appropriate safeguards, including contractual protections with our sub-processors that impose data protection obligations consistent with this Privacy Policy.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">7. Data Retention</h2>
|
||||
<ul className="list-disc pl-6 space-y-2 mb-8">
|
||||
<li><strong>Active account data:</strong> retained for the duration of your organization’s subscription.</li>
|
||||
<li><strong>Deleted files:</strong> soft-deleted items in your Trash are automatically cleaned up by our system within 24 hours. Permanently deleted files are removed from all storage systems.</li>
|
||||
<li><strong>After subscription termination:</strong> your data is retained for thirty (30) days to allow data export, after which it is permanently and irreversibly deleted from all systems, including backups.</li>
|
||||
<li><strong>Audit logs:</strong> activity logs are retained for the duration of the subscription for your organization’s compliance purposes.</li>
|
||||
<li><strong>Authentication tokens:</strong> access tokens expire after 30 minutes; refresh tokens expire after 7 days. Revoked tokens are blacklisted in Redis with TTL matching their remaining lifetime.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">8. Your Rights</h2>
|
||||
<p className="mb-4">Under the UAE Personal Data Protection Law and other applicable legislation, you have the following rights:</p>
|
||||
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||
<li><strong>Right of access:</strong> request a copy of your personal data held by us.</li>
|
||||
<li><strong>Right to rectification:</strong> request correction of inaccurate or incomplete data.</li>
|
||||
<li><strong>Right to erasure:</strong> request deletion of your personal data (subject to legal retention requirements).</li>
|
||||
<li><strong>Right to restrict processing:</strong> request limitation of how we process your data.</li>
|
||||
<li><strong>Right to data portability:</strong> request your data in a commonly used, machine-readable format.</li>
|
||||
<li><strong>Right to object:</strong> object to processing based on legitimate interests.</li>
|
||||
</ul>
|
||||
<p className="mb-8">
|
||||
To exercise any of these rights, contact us at the address provided in Section 11. We will respond within thirty (30) days. Note that some requests may need to be routed through your organization’s administrator, as your organization acts as the data controller.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">9. Children’s Privacy</h2>
|
||||
<p className="mb-8">
|
||||
DocQube is an enterprise platform not intended for use by individuals under the age of 18. We do not knowingly collect personal data from children. If we become aware that we have collected data from a minor, we will take steps to delete it promptly.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">10. Changes to This Privacy Policy</h2>
|
||||
<p className="mb-8">
|
||||
We may update this Privacy Policy from time to time to reflect changes in our practices, technology, or legal requirements. We will notify users of material changes by posting a notice on the Platform or by email. We encourage you to review this Privacy Policy periodically.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">11. Contact Us</h2>
|
||||
<p className="mb-2">If you have questions about this Privacy Policy, wish to exercise your data protection rights, or want to report a data protection concern, please contact:</p>
|
||||
|
||||
<address className="not-italic text-gray-700 bg-gray-50 p-6 rounded-lg border border-gray-100">
|
||||
<strong>Maskan Technologies Private Limited</strong><br />
|
||||
No. 1776, Ground Floor, 15th Main, 5th Block, 1st Stage,<br />
|
||||
Kalyananagar, Bangalore 560043, Karnataka, India<br /><br />
|
||||
<strong>Email:</strong> <a href="mailto:support@docqube.com" className="text-blue-600 hover:text-blue-800 transition-colors">support@docqube.com</a>
|
||||
</address>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
{/* Footer */}
|
||||
<footer className="h-16 border-t border-gray-100 mt-12 bg-white flex items-center justify-center">
|
||||
<p className="text-sm text-gray-500">© 2026 Maskan Technologies Private Limited. All rights reserved.</p>
|
||||
</footer>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,122 @@
|
||||
import React from 'react';
|
||||
import Link from 'next/link';
|
||||
import { ChevronLeft } from 'lucide-react';
|
||||
|
||||
export default function TermsOfService() {
|
||||
return (
|
||||
<div className="min-h-screen bg-white">
|
||||
{/* Header */}
|
||||
<header className="bg-gradient-to-r from-blue-600 to-blue-700 h-20 flex items-center shadow-sm sticky top-0 z-20">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 w-full relative">
|
||||
<Link
|
||||
href="/"
|
||||
className="inline-flex items-center text-sm font-medium text-blue-100 hover:text-white transition-colors"
|
||||
>
|
||||
<ChevronLeft className="w-5 h-5 mr-1" />
|
||||
Back to Home
|
||||
</Link>
|
||||
</div>
|
||||
{/* Decorative elements */}
|
||||
<div className="absolute right-0 top-0 w-64 h-full bg-white opacity-10 rounded-full blur-3xl pointer-events-none"></div>
|
||||
</header>
|
||||
|
||||
{/* Main Content */}
|
||||
<main className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-12 lg:py-16">
|
||||
<article className="prose prose-blue max-w-none text-gray-700">
|
||||
<h1 className="text-3xl font-bold text-gray-900 mb-2">Terms of Service</h1>
|
||||
<p className="text-lg font-medium text-gray-600 mb-8">
|
||||
DocQube — Maskan Technologies Private Limited<br />
|
||||
Last Updated: 1st April 2026
|
||||
</p>
|
||||
|
||||
<p className="mb-6">
|
||||
These Terms of Service (“Terms”) govern your access to and use of the DocQube platform (“the Platform”) operated by Maskan Technologies Private Limited (“we,” “us,” or “our”). By accessing or using the Platform, you agree to be bound by these Terms. If you do not agree, you must not use the Platform.
|
||||
</p>
|
||||
<p className="mb-8">
|
||||
Your access to DocQube is provisioned by your organization, which has entered into a separate Master Service Agreement (“MSA”) with us. These Terms supplement that agreement by governing your individual conduct as a user. In the event of any conflict between these Terms and the MSA between us and your organization, the MSA shall prevail.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">1. Account and Access</h2>
|
||||
<ul className="list-none space-y-3 mb-8">
|
||||
<li><strong>1.1.</strong> Your account is created by your organization’s administrator. You are responsible for maintaining the confidentiality of your login credentials and for all activity that occurs under your account.</li>
|
||||
<li><strong>1.2.</strong> You must immediately notify your organization’s administrator and us at <a href="mailto:support@docqube.com" className="text-blue-600 hover:underline">support@docqube.com</a> if you suspect unauthorized access to your account.</li>
|
||||
<li><strong>1.3.</strong> Your password must be at least 12 characters and include at least one uppercase letter, one digit, and one special character.</li>
|
||||
<li><strong>1.4.</strong> We reserve the right to suspend or deactivate your account if we reasonably believe it has been compromised or is being used in violation of these Terms.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">2. Acceptable Use</h2>
|
||||
<p className="mb-4">You agree to use the Platform only for lawful purposes and in accordance with these Terms. You shall not:</p>
|
||||
<ul className="list-none space-y-3 mb-8">
|
||||
<li><strong>(a)</strong> Upload, store, or transmit any content that is illegal, harmful, threatening, abusive, defamatory, obscene, or otherwise objectionable.</li>
|
||||
<li><strong>(b)</strong> Upload files containing malware, viruses, or any harmful code. All uploads are scanned by our antivirus system; infected files will be automatically rejected.</li>
|
||||
<li><strong>(c)</strong> Attempt to gain unauthorized access to any portion of the Platform, other users’ accounts, or systems connected to the Platform.</li>
|
||||
<li><strong>(d)</strong> Use the Platform to send unsolicited communications (spam) through the sharing or collaboration features.</li>
|
||||
<li><strong>(e)</strong> Reverse engineer, decompile, disassemble, or attempt to derive the source code of the Platform.</li>
|
||||
<li><strong>(f)</strong> Use the Platform in any manner that could disable, overburden, or impair its performance.</li>
|
||||
<li><strong>(g)</strong> Use automated scripts, bots, or other means to access the Platform in a manner not authorized by us.</li>
|
||||
<li><strong>(h)</strong> Circumvent or disable any security features of the Platform.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">3. Your Content</h2>
|
||||
<ul className="list-none space-y-3 mb-8">
|
||||
<li><strong>3.1.</strong> You retain all rights to the documents, files, and content you upload to the Platform (“Your Content”). We do not claim any ownership over Your Content.</li>
|
||||
<li><strong>3.2.</strong> By uploading content, you grant us a limited, non-exclusive license to store, process, convert, display, and transmit Your Content solely for the purpose of providing the Platform services to you and your organization.</li>
|
||||
<li><strong>3.3.</strong> We will never use Your Content to train AI models, sell to third parties, or for any purpose other than providing the Platform services. This commitment survives termination of your account.</li>
|
||||
<li><strong>3.4.</strong> You are responsible for ensuring that Your Content does not infringe the intellectual property rights of any third party and complies with all applicable laws.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">4. Intellectual Property</h2>
|
||||
<ul className="list-none space-y-3 mb-8">
|
||||
<li><strong>4.1.</strong> The Platform, including all software, design, branding, documentation, and related materials, is the exclusive property of Maskan Technologies Private Limited and is protected by applicable intellectual property laws.</li>
|
||||
<li><strong>4.2.</strong> These Terms do not grant you any rights to our trademarks, service marks, logos, or brand elements.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">5. Privacy</h2>
|
||||
<p className="mb-8">
|
||||
Your use of the Platform is also governed by our Privacy Policy, available at <Link href="/privacy-policy" className="text-blue-600 hover:underline">/privacy-policy</Link>. Please review it carefully to understand how we collect, use, and protect your personal data.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">6. Platform Availability</h2>
|
||||
<ul className="list-none space-y-3 mb-8">
|
||||
<li><strong>6.1.</strong> We use commercially reasonable efforts to maintain the availability of the Platform, but we do not guarantee uninterrupted or error-free operation.</li>
|
||||
<li><strong>6.2.</strong> We may perform scheduled maintenance from time to time, during which the Platform may be temporarily unavailable. We will endeavour to provide advance notice of planned maintenance.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">7. Limitation of Liability</h2>
|
||||
<ul className="list-none space-y-3 mb-8 text-gray-800">
|
||||
<li><strong>7.1.</strong> TO THE MAXIMUM EXTENT PERMITTED BY LAW, WE SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES ARISING FROM YOUR USE OF THE PLATFORM.</li>
|
||||
<li><strong>7.2.</strong> OUR TOTAL LIABILITY SHALL NOT EXCEED THE FEES PAID BY YOUR ORGANIZATION DURING THE TWELVE MONTHS PRECEDING THE CLAIM.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">8. Termination</h2>
|
||||
<ul className="list-none space-y-3 mb-8">
|
||||
<li><strong>8.1.</strong> Your organization’s administrator may deactivate your account at any time.</li>
|
||||
<li><strong>8.2.</strong> We may suspend or terminate your access if you violate these Terms, pending investigation and resolution.</li>
|
||||
<li><strong>8.3.</strong> Upon termination, your access to the Platform will cease. Data retention and deletion are governed by the MSA between us and your organization and our Privacy Policy.</li>
|
||||
</ul>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">9. Changes to These Terms</h2>
|
||||
<p className="mb-8">
|
||||
We may update these Terms from time to time. Material changes will be communicated through a notice on the Platform. Your continued use of the Platform after such changes constitutes acceptance of the updated Terms.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">10. Governing Law</h2>
|
||||
<p className="mb-8">
|
||||
These Terms are governed by and construed in accordance with the laws of the United Arab Emirates.
|
||||
</p>
|
||||
|
||||
<h2 className="text-2xl font-semibold text-gray-900 mt-10 mb-4">11. Contact</h2>
|
||||
<p className="mb-2">For questions about these Terms, contact us at:</p>
|
||||
<address className="not-italic text-gray-700 bg-gray-50 p-6 rounded-lg border border-gray-100 mb-8 mt-4">
|
||||
<strong>Email:</strong> <a href="mailto:support@docqube.com" className="text-blue-600 hover:text-blue-800 transition-colors">support@docqube.com</a>
|
||||
</address>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
{/* Footer */}
|
||||
<footer className="h-16 border-t border-gray-100 mt-12 bg-white flex items-center justify-center">
|
||||
<p className="text-sm text-gray-500">© 2026 Maskan Technologies Private Limited. All rights reserved.</p>
|
||||
</footer>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user