<?php
require_once __DIR__ . "/../includes/seo.php";
$pageTitle = 'Business Broadband & Connectivity | Omni Telecom Ltd';
$pageDescription = 'Business broadband, fibre, leased lines, and connectivity from Omni Telecom. Reliable internet with SLAs, static IPs, and UK support.';
$pageKeywords = 'business broadband, fibre broadband, leased lines, FTTP, FTTC, ethernet, business internet, connectivity, static IP, Omni Telecom';
$pageSchema = [
    schemaService('Business Broadband & Connectivity', $pageDescription, 'https://omnitelecom.co.uk/services/broadband.php', 'Internet Services'),
    schemaBreadcrumbs([
        ['name' => 'Home', 'url' => 'https://omnitelecom.co.uk/'],
        ['name' => 'Services', 'url' => 'https://omnitelecom.co.uk/#services'],
        ['name' => 'Business Broadband'],
    ]),
    schemaFAQ([
        ['q' => 'What is the difference between fibre broadband and a leased line?', 'a' => 'Fibre broadband (FTTC/FTTP) is a shared connection where bandwidth is divided among users in your area. It offers fast download speeds but typically slower uploads. A leased line is a dedicated, symmetric connection exclusively for your business — the speed you pay for is the speed you always get, with guaranteed uptime SLAs. Leased lines cost more but are essential for businesses that depend on consistent, reliable connectivity.'],
        ['q' => 'How long does installation take?', 'a' => 'Fibre broadband is typically installed within 10-15 working days. Leased lines take longer — usually 45-90 working days — as they require a dedicated fibre run to your premises. We\'ll provide a precise timeline after the initial site survey and keep you updated throughout the process.'],
        ['q' => 'Do I need a leased line for VoIP?', 'a' => 'Not necessarily. A good-quality fibre connection (FTTP in particular) can handle VoIP for most small to medium businesses. However, if you have a high volume of concurrent calls, or if call quality is business-critical, a leased line provides the guaranteed bandwidth and low latency that VoIP requires. We can assess your requirements and recommend the right option.'],
        ['q' => 'What happens if my broadband goes down?', 'a' => 'For fibre connections, faults are typically resolved within 1-2 working days. For leased lines with enhanced SLAs, we offer 4-hour fix targets. We strongly recommend a 4G/5G failover solution for any business-critical connectivity — it kicks in automatically if your primary line drops, keeping you online without interruption.'],
        ['q' => 'Can you provide connectivity at multiple sites?', 'a' => 'Yes, we specialise in multi-site connectivity. We can connect all your locations with site-to-site VPNs, MPLS, or SD-WAN, depending on your requirements and budget. All sites are managed centrally, with a single point of contact for support and billing.'],
    ]),
];
require_once __DIR__ . '/../includes/header.php';
?>

<!-- Service Hero -->
<section class="service-hero">
    <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 Broadband</li>
            </ol>
        </nav>
        <div class="row align-items-center">
            <div class="col-lg-7">
                <h1><span class="text-gradient">Business</span> Broadband</h1>
                <p class="lead">Fast, reliable business internet that keeps your team connected and productive. From fibre broadband to dedicated leased lines, we deliver the right connectivity solution for your business — backed by SLAs and dedicated UK support.</p>
                <div class="d-flex gap-3 flex-wrap mt-4">
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-gradient"><span>Check Availability <i class="bi bi-arrow-right ms-1"></i></span></a>
                    <a href="#solutions" class="btn btn-ghost">Compare Options <i class="bi bi-arrow-down ms-1"></i></a>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Connectivity Solutions -->
<section class="pricing-section" id="solutions">
    <div class="container">
        <div class="text-center mb-5">
            <h2 class="section-title">Connectivity Solutions</h2>
            <p class="section-subtitle mx-auto">From cost-effective fibre to uncontended leased lines, choose the connection that fits your needs.</p>
        </div>
        <div class="row g-4 justify-content-center">
            <!-- FTTC / FTTP -->
            <div class="col-md-6 col-lg-4">
                <div class="pricing-card">
                    <div class="plan-name">Fibre Broadband</div>
                    <div class="plan-price">FTTC / FTTP</div>
                    <div class="plan-period">Up to 900 Mbps download</div>
                    <ul class="text-start">
                        <li><i class="bi bi-check-lg text-success me-2"></i>Superfast & ultrafast options</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Static IP address included</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Business-grade router provided</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>UK-based support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>No traffic management or throttling</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Ideal for small to medium businesses</li>
                    </ul>
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-outline w-100">Check Availability</a>
                </div>
            </div>
            <!-- Ethernet / Leased Line -->
            <div class="col-md-6 col-lg-4">
                <div class="pricing-card featured">
                    <div class="plan-name">Leased Line</div>
                    <div class="plan-price">Ethernet</div>
                    <div class="plan-period">Dedicated, symmetric bandwidth</div>
                    <ul class="text-start">
                        <li><i class="bi bi-check-lg text-success me-2"></i>100 Mbps to 10 Gbps symmetric</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Uncontended — speed never drops</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>99.9%+ uptime SLA guaranteed</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Multiple static IPs included</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>4-hour fix SLA available</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Ideal for VoIP, cloud, and multi-site</li>
                    </ul>
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-outline w-100">Get a Quote</a>
                </div>
            </div>
            <!-- Backup / Failover -->
            <div class="col-md-6 col-lg-4">
                <div class="pricing-card">
                    <div class="plan-name">Backup & Failover</div>
                    <div class="plan-price">4G / 5G</div>
                    <div class="plan-period">Automatic failover connectivity</div>
                    <ul class="text-start">
                        <li><i class="bi bi-check-lg text-success me-2"></i>4G and 5G failover routers</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Automatic switchover — no downtime</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Works alongside any primary line</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Unlimited data options available</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Multi-network SIMs for best coverage</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Essential for business continuity</li>
                    </ul>
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-outline w-100">Learn More</a>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Why Business Broadband -->
<section class="feature-grid">
    <div class="container">
        <div class="text-center mb-5">
            <h2 class="section-title">Why Business-Grade Broadband?</h2>
            <p class="section-subtitle mx-auto">Consumer broadband isn't built for business. Here's what makes the difference.</p>
        </div>
        <div class="row g-4">
            <div class="col-md-6 col-lg-3">
                <div class="feature-card">
                    <div class="feature-icon"><i class="bi bi-speedometer2"></i></div>
                    <h3>Guaranteed Speeds</h3>
                    <p>Business connections come with minimum speed guarantees, not just "up to" figures. Leased lines deliver symmetric speeds that never drop during peak times.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-3">
                <div class="feature-card">
                    <div class="feature-icon"><i class="bi bi-file-earmark-text"></i></div>
                    <h3>Service Level Agreements</h3>
                    <p>Every business connection includes an SLA with defined response and fix times. Leased lines offer 4-hour fix guarantees with financial compensation for breaches.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-3">
                <div class="feature-card">
                    <div class="feature-icon"><i class="bi bi-hdd-rack"></i></div>
                    <h3>Static IP Addresses</h3>
                    <p>Essential for hosting services, VPN access, CCTV remote viewing, and server connectivity. Static IPs included with all business broadband plans.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-3">
                <div class="feature-card">
                    <div class="feature-icon"><i class="bi bi-headset"></i></div>
                    <h3>Priority Support</h3>
                    <p>UK-based support team with direct access to engineering. No consumer call queues — your business connection is prioritised for faster fault resolution.</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Multi-Site & SD-WAN -->
<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">Multi-Site Connectivity & SD-WAN</h2>
                <p class="text-muted">For businesses with multiple locations, we design and implement wide area network (WAN) solutions that connect your sites securely and reliably. Whether you need point-to-point links, MPLS, or modern SD-WAN technology, we build networks that grow with your business.</p>
                <p class="text-muted">SD-WAN technology intelligently routes traffic across multiple connections — combining leased lines, fibre, and 4G/5G — to deliver optimal performance and resilience. If one link fails, traffic automatically reroutes without interruption.</p>
            </div>
            <div class="col-lg-6">
                <div class="content-card p-4">
                    <h4 class="fw-bold mb-3">Multi-Site Features</h3>
                    <ul class="list-unstyled mb-0">
                        <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">Site-to-site VPN and encrypted tunnels</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">SD-WAN for intelligent traffic routing</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">Centralised management across all locations</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">QoS prioritisation for voice and video</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">Automatic failover between connections</span>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- CTA -->
<section class="py-5">
    <div class="container">
        <div class="content-card text-center py-5">
            <div class="icon-box mx-auto mb-3">
                <i class="bi bi-router"></i>
            </div>
            <h2 class="fw-bold mb-3">Find the Right Connection for Your Business</h2>
            <p class="text-muted mb-4 mx-auto" style="max-width: 600px;">Tell us your postcode and requirements and we'll check what's available at your premises. Free, no-obligation quotes with honest advice on the best option for your budget and needs.</p>
            <div class="d-flex justify-content-center gap-3 flex-wrap">
                <a href="<?= siteUrl('contact.php') ?>" class="btn btn-gradient btn-lg px-5">
                    <span><i class="bi bi-envelope me-2"></i>Check Availability</span>
                </a>
                <a href="tel:03300553326" class="btn btn-ghost btn-lg px-5">
                    <i class="bi bi-telephone me-2"></i>Call Us
                </a>
            </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">What is the difference between fibre broadband and a leased line?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Fibre broadband (FTTC/FTTP) is a shared connection where bandwidth is divided among users in your area. It offers fast download speeds but typically slower uploads. A leased line is a dedicated, symmetric connection exclusively for your business — the speed you pay for is the speed you always get, with guaranteed uptime SLAs. Leased lines cost more but are essential for businesses that depend on consistent, reliable connectivity.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">How long does installation take?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Fibre broadband is typically installed within 10-15 working days. Leased lines take longer — usually 45-90 working days — as they require a dedicated fibre run to your premises. We'll provide a precise timeline after the initial site survey and keep you updated throughout the process.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">Do I need a leased line for VoIP?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Not necessarily. A good-quality fibre connection (FTTP in particular) can handle VoIP for most small to medium businesses. However, if you have a high volume of concurrent calls, or if call quality is business-critical, a leased line provides the guaranteed bandwidth and low latency that VoIP requires. We can assess your requirements and recommend the right option.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">What happens if my broadband goes down?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">For fibre connections, faults are typically resolved within 1-2 working days. For leased lines with enhanced SLAs, we offer 4-hour fix targets. We strongly recommend a 4G/5G failover solution for any business-critical connectivity — it kicks in automatically if your primary line drops, keeping you online without interruption.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">Can you provide connectivity at multiple sites?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Yes, we specialise in multi-site connectivity. We can connect all your locations with site-to-site VPNs, MPLS, or SD-WAN, depending on your requirements and budget. All sites are managed centrally, with a single point of contact for support and billing.</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-telephone"></i></div>
                    <h3>IP Communications</h3>
                    <p>VoIP phone systems that run perfectly on our broadband connections.</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-headset"></i></div>
                    <h3>IT Support & Managed Services</h3>
                    <p>Complete IT management including network monitoring and support.</p>
                    <a href="<?= siteUrl('services/it-support.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-camera-video"></i></div>
                    <h3>Security Solutions</h3>
                    <p>CCTV systems that need reliable broadband for remote monitoring.</p>
                    <a href="<?= siteUrl('services/security.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'; ?>
