1import PublicLayout from '../components/Layout/PublicLayout';
2import './LegalPage.css';
3import { apiFetch } from '../lib/api';
5export default function Terms() {
8 <div className="legal-container">
9 <h1>Terms of Service</h1>
10 <p className="updated">Last updated: November 4, 2025</p>
12 <section className="legal-section">
13 <h2>Acceptance of Terms</h2>
15 By accessing and using the IBG MSP Platform, you accept and agree to be bound by these Terms of Service.
16 If you do not agree, please do not use our services.
20 <section className="legal-section">
21 <h2>Use of Services</h2>
23 You agree to use our platform only for lawful purposes and in accordance with these terms.
24 You are responsible for maintaining the confidentiality of your account credentials.
28 <section className="legal-section">
29 <h2>Service Availability</h2>
31 We strive to maintain high availability but do not guarantee uninterrupted access to our services.
32 We reserve the right to modify or discontinue features with or without notice.
36 <section className="legal-section">
37 <h2>Limitation of Liability</h2>
39 To the fullest extent permitted by law, IBG MSP Platform shall not be liable for any indirect,
40 incidental, special, or consequential damages arising from your use of our services.
44 <section className="legal-section">
47 We reserve the right to suspend or terminate your access to our services if you violate these terms
48 or engage in fraudulent or harmful activities.
52 <section className="legal-section">
55 If you have questions about these Terms, contact us at{' '}
56 <a href="mailto:legal@ibgmsp.com">legal@ibgmsp.com</a>