<?php
require_once __DIR__ . "/../includes/seo.php";
$pageTitle = 'Business Mobile | Omni Telecom Ltd';
$pageDescription = 'Business mobile SIM plans with unlimited calls, data, and texts from £19.99/month. Flexible contracts, dedicated support, and free Europe usage.';
$pageKeywords = 'business mobile, SIM only, business SIM plans, unlimited data, mobile device management, fleet management, Omni Telecom';
$pageSchema = [
    schemaService('Business Mobile', $pageDescription, 'https://omnitelecom.co.uk/services/business-mobile.php', 'Mobile Services'),
    schemaBreadcrumbs([
        ['name' => 'Home', 'url' => 'https://omnitelecom.co.uk/'],
        ['name' => 'Services', 'url' => 'https://omnitelecom.co.uk/#services'],
        ['name' => 'Business Mobile'],
    ]),
    schemaFAQ([
        ['q' => 'Can I keep my existing mobile numbers?', 'a' => 'Yes, we can port your existing mobile numbers across to Omni with zero downtime. The process is straightforward and our team handles everything for you.'],
        ['q' => 'Are there any hidden fees?', 'a' => 'No. Our pricing is transparent with no hidden charges. The £19.99/month plan includes unlimited UK calls, data, and texts plus free Europe usage. All prices exclude VAT.'],
        ['q' => 'Can I add or remove SIMs as my business grows?', 'a' => 'Absolutely. Our flexible contracts allow you to scale your mobile fleet up or down as your business needs change. Your dedicated account manager can arrange additional SIMs quickly.'],
        ['q' => 'Do you supply smartphones with contracts?', 'a' => 'Yes, you can purchase smartphones and devices through our dedicated hardware store at omnihardware.co.uk. We stock all major brands including Samsung, Apple, and Google with flexible payment options.'],
        ['q' => 'What network do you use?', 'a' => 'We partner with O2 and Vodafone — two of the UK\'s largest mobile networks — to ensure excellent coverage for your business. Both networks offer extensive 4G and 5G coverage nationwide. Contact us to discuss which network is best suited for your location and requirements.'],
    ]),
];
require_once __DIR__ . '/../includes/header.php';
?>

<!-- Service Hero -->
<section class="service-hero cyan-theme">
    <div class="container">
        <nav class="breadcrumb-nav" aria-label="breadcrumb">
            <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="<?= siteUrl() ?>">Home</a></li>
                <li class="breadcrumb-item"><a href="<?= siteUrl() ?>#services">Services</a></li>
                <li class="breadcrumb-item active">Business Mobile</li>
            </ol>
        </nav>
        <div class="row align-items-center">
            <div class="col-lg-7">
                <h1><span class="text-gradient">Business</span> Mobile</h1>
                <p class="lead">Business mobile plans on O2 and Vodafone from just £8.40/month. Unlimited calls & texts, flexible data options, and free EU roaming included. SIM-only plans designed for UK businesses of all sizes.</p>
                <div class="d-flex gap-3 flex-wrap mt-4">
                    <a href="#tariffs" class="btn btn-gradient"><span>View Tariffs <i class="bi bi-arrow-down ms-1"></i></span></a>
                    <a href="https://omnihardware.co.uk" target="_blank" class="btn btn-ghost">Shop Smartphones <i class="bi bi-box-arrow-up-right ms-1"></i></a>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- SIM Plan Highlight -->
<section class="py-5">
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-lg-8">
                <div class="pricing-card featured text-center p-5">
                    <div class="plan-name">Business SIM-Only Plan</div>
                    <div class="plan-price">£19.99 <span>/month</span></div>
                    <div class="plan-period">Per SIM, excl. VAT</div>
                    <div class="row g-3 mt-4 text-start">
                        <div class="col-sm-4">
                            <div class="text-center">
                                <i class="bi bi-telephone-fill d-block mb-2" style="font-size: 2rem; color: var(--purple);"></i>
                                <strong>Unlimited</strong><br>
                                <span class="text-muted">UK Calls</span>
                            </div>
                        </div>
                        <div class="col-sm-4">
                            <div class="text-center">
                                <i class="bi bi-wifi d-block mb-2" style="font-size: 2rem; color: var(--purple);"></i>
                                <strong>Unlimited</strong><br>
                                <span class="text-muted">Data</span>
                            </div>
                        </div>
                        <div class="col-sm-4">
                            <div class="text-center">
                                <i class="bi bi-chat-dots-fill d-block mb-2" style="font-size: 2rem; color: var(--purple);"></i>
                                <strong>Unlimited</strong><br>
                                <span class="text-muted">Texts</span>
                            </div>
                        </div>
                    </div>
                    <div class="mt-4">
                        <span class="industry-pill">Free Europe Usage</span>
                        <span class="industry-pill">No Hidden Fees</span>
                        <span class="industry-pill">Flexible Contracts</span>
                    </div>
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-gradient btn-lg px-5 mt-4"><span>Order Now <i class="bi bi-arrow-right ms-1"></i></span></a>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Benefits -->
<section class="feature-grid">
    <div class="container">
        <div class="text-center mb-5">
            <h2 class="section-title">Why Choose Omni for Business Mobile?</h2>
            <p class="section-subtitle mx-auto">SIM tariffs designed specifically for UK businesses with features that matter.</p>
        </div>
        <div class="row g-4">
            <div class="col-md-6 col-lg-4">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="bi bi-cash-coin"></i>
                    </div>
                    <h3>Cost Efficiency</h3>
                    <p>Business SIM-only deals provide better rates for calls, texts, and data compared to personal plans, helping to reduce overall communication costs.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="bi bi-sliders"></i>
                    </div>
                    <h3>Flexibility</h3>
                    <p>Flexible contracts allow businesses to adjust data, call, and text allowances based on their needs. Ideal for fluctuating communication requirements.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="bi bi-headset"></i>
                    </div>
                    <h3>Dedicated Support</h3>
                    <p>Business plans come with dedicated customer support, ensuring any issues are resolved quickly and efficiently to maintain smooth operations.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="bi bi-globe2"></i>
                    </div>
                    <h3>International & Roaming</h3>
                    <p>Many business SIM plans include international call allowances, roaming benefits, and access to business-specific apps and services.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="bi bi-person-badge"></i>
                    </div>
                    <h3>Account Management</h3>
                    <p>Benefit from a dedicated account manager who provides proactive cost-saving reviews and bespoke tariff packages tailored to your business.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="bi bi-receipt"></i>
                    </div>
                    <h3>Tax Benefits</h3>
                    <p>Business mobile contracts can be more advantageous tax-wise, as they can be claimed as legitimate business expenses.</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Network Partners -->
<section class="py-4" style="border-bottom: 1px solid var(--border);">
    <div class="container">
        <div class="text-center mb-3">
            <p class="text-muted mb-3">Powered by the UK's leading mobile networks</p>
            <div class="d-flex justify-content-center align-items-center gap-5 flex-wrap">
                <div class="text-center">
                    <span style="font-size: 2.5rem; font-weight: 800; color: #0019A5; letter-spacing: -1px;">O2</span>
                </div>
                <div class="text-center">
                    <span style="font-size: 2rem; font-weight: 700; color: #E60000;">vodafone</span>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- O2 Tariff Tables -->
<section class="py-5" id="tariffs">
    <div class="container">
        <div class="text-center mb-5">
            <h2 class="section-title">O2 Business Tariffs</h2>
            <p class="section-subtitle mx-auto">All plans include unlimited UK calls & texts, Roam Like at Home in Europe, and World Travel Select roaming at £4/day.</p>
        </div>

        <!-- Promotional Banner -->
        <div class="content-card p-4 mb-5 text-center" style="border: 2px solid var(--purple);">
            <div class="d-flex align-items-center justify-content-center gap-3 flex-wrap">
                <span style="font-size: 2.5rem;">🔥</span>
                <div>
                    <h4 class="fw-bold mb-1" style="color: var(--purple);">Limited Time Offer: 50GB for just £12.80/month</h3>
                    <p class="text-muted mb-0">New business connections only. Includes unlimited calls & texts + EU roaming. Available until 31 March 2026.</p>
                </div>
            </div>
        </div>

        <!-- Voice Tariffs -->
        <h4 class="fw-bold mb-3"><i class="bi bi-telephone-fill me-2" style="color: var(--purple);"></i>Single User Voice Plans</h3>
        <div class="table-responsive mb-5">
            <table class="table table-dark table-hover" style="background: var(--bg-card); border-radius: 12px; overflow: hidden;">
                <thead>
                    <tr style="border-bottom: 2px solid var(--purple);">
                        <th style="color: var(--purple);">Plan</th>
                        <th style="color: var(--purple);">Data</th>
                        <th style="color: var(--purple);">Calls & Texts</th>
                        <th style="color: var(--purple);">Price/month</th>
                        <th></th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>All In One Low User</td>
                        <td>Low usage</td>
                        <td>Unlimited</td>
                        <td><strong>£8.40</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>All In One 5GB</td>
                        <td>5GB</td>
                        <td>Unlimited</td>
                        <td><strong>£12.00</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>All In One 25GB</td>
                        <td>25GB</td>
                        <td>Unlimited</td>
                        <td><strong>£14.40</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr style="background: rgba(168, 85, 247, 0.1);">
                        <td><strong>50GB Promotion</strong> <span class="badge" style="background: var(--purple); font-size: 0.7rem;">OFFER</span></td>
                        <td><strong>50GB</strong></td>
                        <td>Unlimited</td>
                        <td><strong style="color: var(--purple);">£12.80</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-gradient"><span>Get Quote</span></a></td>
                    </tr>
                    <tr>
                        <td>All In One 50GB</td>
                        <td>50GB</td>
                        <td>Unlimited</td>
                        <td><strong>£16.00</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>All In One Unlimited</td>
                        <td>Unlimited</td>
                        <td>Unlimited</td>
                        <td><strong>£24.00</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>All In One Unlimited Plus</td>
                        <td>Unlimited+</td>
                        <td>Unlimited</td>
                        <td><strong>£27.20</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                </tbody>
            </table>
        </div>

        <!-- International Caller Variants -->
        <h4 class="fw-bold mb-3"><i class="bi bi-globe2 me-2" style="color: var(--purple);"></i>International Caller Plans</h3>
        <p class="text-muted mb-3">All the benefits of standard plans plus included international calling. International Caller add-on: £2.50/month on any standard plan.</p>
        <div class="table-responsive mb-5">
            <table class="table table-dark table-hover" style="background: var(--bg-card); border-radius: 12px; overflow: hidden;">
                <thead>
                    <tr style="border-bottom: 2px solid var(--purple);">
                        <th style="color: var(--purple);">Plan</th>
                        <th style="color: var(--purple);">Data</th>
                        <th style="color: var(--purple);">Price/month</th>
                        <th></th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>5GB inc. International Caller</td>
                        <td>5GB</td>
                        <td><strong>£16.00</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>25GB inc. International Caller</td>
                        <td>25GB</td>
                        <td><strong>£18.40</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>50GB inc. International Caller</td>
                        <td>50GB</td>
                        <td><strong>£20.00</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>Unlimited inc. International Caller</td>
                        <td>Unlimited</td>
                        <td><strong>£24.00</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                </tbody>
            </table>
        </div>

        <!-- Data-Only Tariffs -->
        <h4 class="fw-bold mb-3"><i class="bi bi-wifi me-2" style="color: var(--purple);"></i>Data-Only SIMs (Mobile Broadband)</h3>
        <p class="text-muted mb-3">Perfect for tablets, MiFi devices, and IoT connections.</p>
        <div class="table-responsive mb-5">
            <table class="table table-dark table-hover" style="background: var(--bg-card); border-radius: 12px; overflow: hidden;">
                <thead>
                    <tr style="border-bottom: 2px solid var(--purple);">
                        <th style="color: var(--purple);">Plan</th>
                        <th style="color: var(--purple);">Data</th>
                        <th style="color: var(--purple);">Price/month</th>
                        <th></th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>Mobile Broadband 1GB</td>
                        <td>1GB</td>
                        <td><strong>£7.20</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>Mobile Broadband 3GB</td>
                        <td>3GB</td>
                        <td><strong>£10.40</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>Mobile Broadband 10GB</td>
                        <td>10GB</td>
                        <td><strong>£14.40</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>Mobile Broadband 30GB</td>
                        <td>30GB</td>
                        <td><strong>£16.00</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>Mobile Broadband 50GB</td>
                        <td>50GB</td>
                        <td><strong>£17.60</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                    <tr>
                        <td>Mobile Broadband 100GB</td>
                        <td>100GB</td>
                        <td><strong>£22.40</strong></td>
                        <td><a href="<?= siteUrl('contact.php') ?>" class="btn btn-sm btn-outline">Get Quote</a></td>
                    </tr>
                </tbody>
            </table>
        </div>

        <!-- Pooled & Shared Data -->
        <div class="row g-4">
            <div class="col-md-6">
                <div class="content-card p-4 h-100">
                    <h4 class="fw-bold mb-3"><i class="bi bi-people-fill me-2" style="color: var(--purple);"></i>Pooled Data Plans</h3>
                    <p class="text-muted">Each user contributes to a shared data pool — ideal for teams with varied usage.</p>
                    <ul class="list-unstyled">
                        <li class="d-flex justify-content-between py-2" style="border-bottom: 1px solid var(--border);"><span>2GB Pooled</span> <strong>£11.20/mo</strong></li>
                        <li class="d-flex justify-content-between py-2" style="border-bottom: 1px solid var(--border);"><span>4GB Pooled</span> <strong>£12.80/mo</strong></li>
                        <li class="d-flex justify-content-between py-2" style="border-bottom: 1px solid var(--border);"><span>6GB Pooled</span> <strong>£14.40/mo</strong></li>
                        <li class="d-flex justify-content-between py-2"><span>8GB Pooled</span> <strong>£16.00/mo</strong></li>
                    </ul>
                </div>
            </div>
            <div class="col-md-6">
                <div class="content-card p-4 h-100">
                    <h4 class="fw-bold mb-3"><i class="bi bi-share-fill me-2" style="color: var(--purple);"></i>Shared Data Bundles</h3>
                    <p class="text-muted">Centrally managed data pools for larger fleets. Base voice line required (£12.80/mo).</p>
                    <ul class="list-unstyled">
                        <li class="d-flex justify-content-between py-2" style="border-bottom: 1px solid var(--border);"><span>25GB Shared</span> <strong>£64.00/mo</strong></li>
                        <li class="d-flex justify-content-between py-2" style="border-bottom: 1px solid var(--border);"><span>50GB Shared</span> <strong>£128.00/mo</strong></li>
                        <li class="d-flex justify-content-between py-2" style="border-bottom: 1px solid var(--border);"><span>100GB Shared</span> <strong>£240.00/mo</strong></li>
                        <li class="d-flex justify-content-between py-2"><span>250GB Shared</span> <strong>£560.00/mo</strong></li>
                    </ul>
                </div>
            </div>
        </div>

        <p class="text-center text-muted mt-4"><small>All prices exclude VAT. Fleet and multi-SIM discounts available — <a href="<?= siteUrl('contact.php') ?>">contact us</a> for a bespoke quote. Vodafone tariffs also available on request.</small></p>
    </div>
</section>

<!-- Important Notice -->
<section class="py-4" style="background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);">
    <div class="container">
        <div class="content-card p-4 text-center">
            <div class="d-flex align-items-center justify-content-center gap-3 flex-wrap">
                <i class="bi bi-info-circle-fill" style="font-size: 1.5rem; color: var(--purple);"></i>
                <div class="text-start">
                    <h5 class="fw-bold mb-1">O2 Network Update</h5>
                    <p class="text-muted mb-0">O2's 3G network has been fully switched off. 2G services will be restricted by 1 December 2026. If you have older devices, contact us to discuss upgrade options.</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- MDM & Fleet Management -->
<section class="py-5" style="background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);">
    <div class="container">
        <div class="row align-items-center g-5">
            <div class="col-lg-6">
                <h2 class="section-title">Mobile Device Management</h2>
                <p class="text-muted">Keep your business devices secure, compliant, and under control with our Mobile Device Management solutions. Whether your team is in the office or on the move, we ensure every device is protected and configured for productivity.</p>
                <ul class="list-unstyled mt-3">
                    <li class="d-flex align-items-start mb-3">
                        <i class="bi bi-check-circle-fill text-success me-2 mt-1"></i>
                        <span class="text-muted">Remote device configuration and management</span>
                    </li>
                    <li class="d-flex align-items-start mb-3">
                        <i class="bi bi-check-circle-fill text-success me-2 mt-1"></i>
                        <span class="text-muted">Fleet-wide policy enforcement</span>
                    </li>
                    <li class="d-flex align-items-start mb-3">
                        <i class="bi bi-check-circle-fill text-success me-2 mt-1"></i>
                        <span class="text-muted">Remote wipe and lock capabilities</span>
                    </li>
                    <li class="d-flex align-items-start mb-3">
                        <i class="bi bi-check-circle-fill text-success me-2 mt-1"></i>
                        <span class="text-muted">Usage monitoring and reporting</span>
                    </li>
                    <li class="d-flex align-items-start">
                        <i class="bi bi-check-circle-fill text-success me-2 mt-1"></i>
                        <span class="text-muted">App management and distribution</span>
                    </li>
                </ul>
            </div>
            <div class="col-lg-6">
                <div class="content-card p-4 text-center">
                    <div class="icon-box mx-auto mb-3">
                        <i class="bi bi-phone"></i>
                    </div>
                    <h4 class="fw-bold mb-3">Shop Smartphones & Devices</h3>
                    <p class="text-muted mb-4">Browse our full range of smartphones, tablets, and accessories from Samsung, Apple, Google, and more at Omni Hardware.</p>
                    <a href="https://omnihardware.co.uk" target="_blank" class="btn btn-gradient"><span>Visit Omni Hardware <i class="bi bi-box-arrow-up-right ms-1"></i></span></a>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- FAQ Section -->
<section class="faq-section">
    <div class="container">
        <div class="text-center mb-5">
            <h2 class="section-title">Frequently Asked Questions</h2>
        </div>
        <div class="mx-auto" style="max-width: 800px;">
            <div class="faq-item">
                <button class="faq-question">Can I keep my existing mobile numbers?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Yes, we can port your existing mobile numbers across to Omni with zero downtime. The process is straightforward and our team handles everything for you.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">Are there any hidden fees?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">No. Our pricing is transparent with no hidden charges. The £19.99/month plan includes unlimited UK calls, data, and texts plus free Europe usage. All prices exclude VAT.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">Can I add or remove SIMs as my business grows?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Absolutely. Our flexible contracts allow you to scale your mobile fleet up or down as your business needs change. Your dedicated account manager can arrange additional SIMs quickly.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">Do you supply smartphones with contracts?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Yes, you can purchase smartphones and devices through our dedicated hardware store at <a href="https://omnihardware.co.uk" target="_blank">omnihardware.co.uk</a>. We stock all major brands including Samsung, Apple, and Google with flexible payment options.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">What network do you use?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">We partner with O2 and Vodafone — two of the UK's largest mobile networks — to ensure excellent coverage for your business. Both networks offer extensive 4G and 5G coverage nationwide. Contact us to discuss which network is best suited for your location and requirements.</div></div>
            </div>
        </div>
    </div>
</section>

<!-- Related Services -->
<section class="py-5">
    <div class="container">
        <h3 class="text-center mb-4">Related Services</h3>
        <div class="row g-4 justify-content-center">
            <div class="col-md-4">
                <div class="feature-card text-center">
                    <div class="feature-icon mx-auto"><i class="bi bi-pc-display"></i></div>
                    <h3>Hardware & IT Equipment</h3>
                    <p>Laptops, desktops, monitors, and accessories from top brands.</p>
                    <a href="<?= siteUrl('services/hardware.php') ?>" class="text-decoration-none">Learn More <i class="bi bi-arrow-right"></i></a>
                </div>
            </div>
            <div class="col-md-4">
                <div class="feature-card text-center">
                    <div class="feature-icon mx-auto"><i class="bi bi-telephone-forward"></i></div>
                    <h3>IP Communications</h3>
                    <p>Business VoIP, SIP trunking, and hosted PBX solutions.</p>
                    <a href="<?= siteUrl('services/ip-communications.php') ?>" class="text-decoration-none">Learn More <i class="bi bi-arrow-right"></i></a>
                </div>
            </div>
            <div class="col-md-4">
                <div class="feature-card text-center">
                    <div class="feature-icon mx-auto"><i class="bi bi-cloud"></i></div>
                    <h3>Microsoft 365 & Cloud</h3>
                    <p>Complete cloud productivity suite for your team.</p>
                    <a href="<?= siteUrl('services/microsoft-365.php') ?>" class="text-decoration-none">Learn More <i class="bi bi-arrow-right"></i></a>
                </div>
            </div>
        </div>
    </div>
</section>

<?php require_once __DIR__ . '/../includes/footer.php'; ?>
