<?php
require_once __DIR__ . "/../includes/seo.php";
$pageTitle = 'Web Design & Development | Omni Telecom Ltd';
$pageDescription = 'Web design and development from Omni Telecom. Custom websites, e-commerce platforms, and ongoing support packages tailored to your business.';
$pageKeywords = 'web design, web development, bespoke websites, e-commerce, web support packages, website maintenance, Omni Telecom';
$pageSchema = [
    schemaService('Web Design & Development', $pageDescription, 'https://omnitelecom.co.uk/services/web-design.php', 'Web Services'),
    schemaBreadcrumbs([
        ['name' => 'Home', 'url' => 'https://omnitelecom.co.uk/'],
        ['name' => 'Services', 'url' => 'https://omnitelecom.co.uk/#services'],
        ['name' => 'Web Design & Development'],
    ]),
    schemaFAQ([
        ['q' => 'How long does a typical website project take?', 'a' => 'Most brochure websites are completed within 4-6 weeks from the initial brief. E-commerce and web application projects typically take 8-12 weeks depending on complexity. We\'ll provide a detailed timeline during our initial consultation.'],
        ['q' => 'Do you build WordPress websites?', 'a' => 'Yes, we build on WordPress, Shopify, WooCommerce, and custom platforms. We\'ll recommend the best solution based on your requirements, budget, and long-term goals. Every site is built to be mobile responsive and optimised for performance.'],
        ['q' => 'What happens after my website is launched?', 'a' => 'We offer ongoing web support packages starting from 3 hours per month. This covers updates, security monitoring, content changes, SEO guidance, and performance reporting. You can also host with us for a fully managed experience.'],
        ['q' => 'Can you redesign my existing website?', 'a' => 'Absolutely. We regularly take on redesign projects where we modernise the design, improve performance, and enhance the user experience while preserving your existing content and SEO rankings.'],
        ['q' => 'Do you provide SEO as part of the build?', 'a' => 'Every website we build includes foundational SEO best practices including proper meta tags, structured data, optimised page speed, and mobile-first design. For ongoing SEO campaigns, see our dedicated SEO Services.'],
    ]),
];
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">Web Design & Development</li>
            </ol>
        </nav>
        <div class="row align-items-center">
            <div class="col-lg-7">
                <h1><span class="text-gradient">Web Design</span> & Development</h1>
                <p class="lead">Are you ready to take your business to the next level? Our team of expert developers and creative minds are dedicated to crafting bespoke digital experiences that resonate with your brand and engage your audience.</p>
                <div class="d-flex gap-3 flex-wrap mt-4">
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-gradient"><span>Get a Quote <i class="bi bi-arrow-right ms-1"></i></span></a>
                    <a href="#support-packages" class="btn btn-ghost">Support Packages <i class="bi bi-arrow-down ms-1"></i></a>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Custom Development -->
<section class="py-5">
    <div class="container">
        <div class="row align-items-center g-5">
            <div class="col-lg-6">
                <h2 class="section-title">Custom Web Development</h2>
                <p class="text-muted">At Omni Telecom, we're not just building websites; we're building relationships. We work closely with you to understand your vision and turn it into a reality. Our promise is to deliver a digital platform that not only looks great but also drives results.</p>
                <p class="text-muted">From eye-catching design to robust e-commerce platforms, we provide a full spectrum of web development services to cover all your online needs. Whether you need a simple brochure site, a complex web application, or a high-performance online store, our team has the expertise to deliver.</p>
            </div>
            <div class="col-lg-6">
                <div class="content-card p-4">
                    <h4 class="fw-bold mb-3">What We Build</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">Brochure & corporate websites</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">E-commerce stores (Shopify, WooCommerce, custom)</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">Web applications & client portals</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">WordPress & custom CMS solutions</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">Landing pages & marketing funnels</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">API integrations & custom development</span>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Why Choose Us -->
<section class="feature-grid">
    <div class="container">
        <div class="text-center mb-5">
            <h2 class="section-title">Why Choose Omni Telecom for Web Development?</h2>
            <p class="section-subtitle mx-auto">Innovation meets excellence in everything we build.</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-brush"></i>
                    </div>
                    <h3>Tailored Solutions</h3>
                    <p>We understand that every business is unique. That's why we offer customized web development services that align perfectly with your specific needs and goals.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-3">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="bi bi-cpu"></i>
                    </div>
                    <h3>Cutting-Edge Technology</h3>
                    <p>Stay ahead of the curve with our state-of-the-art technology stack, ensuring your website is fast, responsive, and future-proof.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-3">
                <div class="feature-card">
                    <div class="feature-icon">
                        <i class="bi bi-box-seam"></i>
                    </div>
                    <h3>All-Inclusive Services</h3>
                    <p>From eye-catching design to robust e-commerce platforms, we provide a full spectrum of web development services to cover all your online needs.</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>Unmatched Support</h3>
                    <p>Our commitment to client satisfaction is unwavering. We're here for you every step of the way, from initial consultation to post-launch support.</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Web Support Packages -->
<section class="pricing-section" id="support-packages">
    <div class="container">
        <div class="text-center mb-5">
            <h2 class="section-title">Web Support Packages</h2>
            <p class="section-subtitle mx-auto">Empowering your digital journey with ongoing web support that keeps your site running flawlessly.</p>
        </div>
        <div class="row g-4">
            <!-- Starter -->
            <div class="col-md-6 col-lg-3">
                <div class="pricing-card">
                    <div class="plan-name">Starter</div>
                    <div class="plan-price">3 <span>hours/mo</span></div>
                    <div class="plan-period">Monthly contract</div>
                    <ul class="text-start">
                        <li><i class="bi bi-check-lg text-success me-2"></i>Phone support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Remote desktop support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>SEO guidance</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Website changes & amendments</li>
                        <li><i class="bi bi-dash text-muted me-2"></i>Server configuration changes</li>
                        <li><i class="bi bi-dash text-muted me-2"></i>Website training</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Monthly performance reports</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Security updates & monitoring</li>
                    </ul>
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-outline w-100">Get Started</a>
                </div>
            </div>
            <!-- Professional -->
            <div class="col-md-6 col-lg-3">
                <div class="pricing-card">
                    <div class="plan-name">Professional</div>
                    <div class="plan-price">6 <span>hours/mo</span></div>
                    <div class="plan-period">Monthly contract</div>
                    <ul class="text-start">
                        <li><i class="bi bi-check-lg text-success me-2"></i>Phone support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Remote desktop support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>SEO guidance</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Website changes & amendments</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Server configuration changes</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Website training</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Monthly performance reports</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Security updates & monitoring</li>
                    </ul>
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-outline w-100">Get Started</a>
                </div>
            </div>
            <!-- Business -->
            <div class="col-md-6 col-lg-3">
                <div class="pricing-card featured">
                    <div class="plan-name">Business</div>
                    <div class="plan-price">8 <span>hours/mo</span></div>
                    <div class="plan-period">Monthly contract</div>
                    <ul class="text-start">
                        <li><i class="bi bi-check-lg text-success me-2"></i>Phone support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Remote desktop support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>SEO guidance</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Website changes & amendments</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Server configuration changes</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Website training</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Monthly performance reports</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Security updates & monitoring</li>
                    </ul>
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-outline w-100">Get Started</a>
                </div>
            </div>
            <!-- Enterprise -->
            <div class="col-md-6 col-lg-3">
                <div class="pricing-card">
                    <div class="plan-name">Enterprise</div>
                    <div class="plan-price">7+2 <span>hrs/mo</span></div>
                    <div class="plan-period">7 remote + 2 on-site</div>
                    <ul class="text-start">
                        <li><i class="bi bi-check-lg text-success me-2"></i>Phone support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Remote desktop support</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>SEO guidance</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Website changes & amendments</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Server configuration changes</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Website training</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Monthly performance reports</li>
                        <li><i class="bi bi-check-lg text-success me-2"></i>Monthly on-site support (2 hrs)</li>
                    </ul>
                    <a href="<?= siteUrl('contact.php') ?>" class="btn btn-outline w-100">Get Started</a>
                </div>
            </div>
        </div>
        <p class="text-center text-muted mt-4" style="font-size: 0.85rem;">Terms and conditions apply. All prices exclude VAT and are subject to a minimum 6-month contract. Fair usage applies.</p>
    </div>
</section>

<!-- Design Brief 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-pencil-square"></i>
            </div>
            <h2 class="fw-bold mb-3">Ready to Start Your Web Project?</h2>
            <p class="text-muted mb-4 mx-auto" style="max-width: 600px;">Use our design brief to capture your web design vision and return it back to us. Our team will review your requirements and get back to you with a tailored proposal.</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>Submit Your Brief</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">How long does a typical website project take?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Most brochure websites are completed within 4-6 weeks from the initial brief. E-commerce and web application projects typically take 8-12 weeks depending on complexity. We'll provide a detailed timeline during our initial consultation.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">Do you build WordPress websites?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Yes, we build on WordPress, Shopify, WooCommerce, and custom platforms. We'll recommend the best solution based on your requirements, budget, and long-term goals. Every site is built to be mobile responsive and optimised for performance.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">What happens after my website is launched?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">We offer ongoing web support packages starting from 3 hours per month. This covers updates, security monitoring, content changes, SEO guidance, and performance reporting. You can also host with us for a fully managed experience.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">Can you redesign my existing website?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Absolutely. We regularly take on redesign projects where we modernise the design, improve performance, and enhance the user experience while preserving your existing content and SEO rankings.</div></div>
            </div>
            <div class="faq-item">
                <button class="faq-question">Do you provide SEO as part of the build?<span class="faq-icon">+</span></button>
                <div class="faq-answer"><div class="faq-answer-inner">Every website we build includes foundational SEO best practices including proper meta tags, structured data, optimised page speed, and mobile-first design. For ongoing SEO campaigns, see our dedicated <a href="<?= siteUrl('services/seo-services.php') ?>">SEO Services</a>.</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-hdd-rack"></i>
                    </div>
                    <h3>Web Hosting & Domains</h3>
                    <p>Fast, reliable hosting with Redis, CDN, and 60+ global data centres.</p>
                    <a href="<?= siteUrl('services/web-hosting.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-search"></i>
                    </div>
                    <h3>SEO Services</h3>
                    <p>Drive organic traffic with our comprehensive search engine optimisation.</p>
                    <a href="<?= siteUrl('services/seo-services.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-printer"></i>
                    </div>
                    <h3>Print Solutions</h3>
                    <p>Bring your brand to life with business cards, brochures, and more.</p>
                    <a href="<?= siteUrl('services/print-solutions.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'; ?>
