Sindbad~EG File Manager

Current Path : /home/digitalservicesc/union.digitalservicescorp.com/
Upload File :
Current File : /home/digitalservicesc/union.digitalservicescorp.com/web-design.php

<?php include 'includes/header.php'; ?>

<section class="inner-banner">
    <div class="container">
        <div class="row">
            <div class="col-lg-12">
                <h1>Web Design</h1>
                <span class="breadcrum"><a href="index.php">Home</a> / Web Design</span>
            </div>
        </div>
    </div>
</section>

<!-- Hero / Overview -->
<section class="service-box">
    <div class="container">
        <div class="row py-5 my-4 align-items-center">
            <div class="col-lg-6 mb-4 mb-lg-0">
                <div class="brand-identity">
                    <div class="identity-img">
                        <img src="assets/images/ser-img.jpg" alt="Web Design" />
                    </div>
                    
                </div>
            </div>
            <div class="col-lg-6">
                <div class="inner-pharagraph">
                    <p>From discovery to delivery, our design process blends strategy, aesthetics, and usability. We focus on your goals, audience, and KPIs to craft experiences that look great and perform even better.</p>
                    <p>Deliverables typically include moodboards, wireframes, high‑fidelity UI, component libraries, and developer‑ready assets with annotations.</p>
                    <p>Deliverables typically include moodboards, wireframes, high‑fidelity UI, component libraries, and developer‑ready assets with annotations.</p>
                    <p>Deliverables typically include moodboards, wireframes, high‑fidelity UI, component libraries, and developer‑ready assets with annotations.</p>
                    <div class="d-flex gap-3 mt-3">
                        <a href="pricing.php" class="btn btn-primary">View Packages</a>
                        <a href="contact.php" class="btn btn-outline-dark">Get a Free Quote</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Quick stats strip -->
    <div class="container">
        <div class="row text-center py-4 stats-strip">
            <div class="col-6 col-md-3 mb-3 mb-md-0">
                <h3 class="mb-0">50+</h3>
                <small>Web Projects</small>
            </div>
            <div class="col-6 col-md-3 mb-3 mb-md-0">
                <h3 class="mb-0">95%</h3>
                <small>Client Satisfaction</small>
            </div>
            <div class="col-6 col-md-3">
                <h3 class="mb-0">A/A+</h3>
                <small>Lighthouse Scores</small>
            </div>
            <div class="col-6 col-md-3">
                <h3 class="mb-0">< 2s</h3>
                <small>Typical LCP</small>
            </div>
        </div>
    </div>
</section>

<!-- Features / What you get -->
<section class="py-5 service-features">
    <div class="container">
        <div class="row mb-4">
            <div class="col-lg-8">
                <h2 class="mb-2">What’s Included</h2>
                <p class="mb-0">Everything you need to launch a stunning, high‑performing website.</p>
            </div>
        </div>
        <div class="row g-4">
            <div class="col-md-6 col-lg-4">
                <div class="feature-card h-100">
                    <h5 class="mb-2">Discovery & Strategy</h5>
                    <p class="mb-0">Goals, audience, sitemap, and content planning to set the right foundation.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card h-100">
                    <h5 class="mb-2">UX Wireframes</h5>
                    <p class="mb-0">Low‑fidelity flows and layouts focused on clarity and usability.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card h-100">
                    <h5 class="mb-2">UI Design System</h5>
                    <p class="mb-0">Components, grids, typography, and color tokens for consistency.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card h-100">
                    <h5 class="mb-2">Responsive Design</h5>
                    <p class="mb-0">Optimized for mobile, tablet, and desktop with accessibility in mind.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card h-100">
                    <h5 class="mb-2">SEO‑Ready</h5>
                    <p class="mb-0">Clean structure, proper semantics, and performance best practices.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="feature-card h-100">
                    <h5 class="mb-2">Hand‑off Kit</h5>
                    <p class="mb-0">Developer‑ready specs, assets, and interaction notes.</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Process / How we work -->
<section class="py-5 service-process">
    <div class="container">
        <div class="row mb-4">
            <div class="col-lg-8">
                <h2 class="mb-2">Our Process</h2>
                <p class="mb-0">A simple, transparent 5‑step workflow.</p>
            </div>
        </div>
        <div class="row g-4">
            <div class="col-md-6 col-lg-4">
                <div class="process-step h-100">
                    <h5 class="mb-1">01. Discovery</h5>
                    <p class="mb-0">Requirement gathering, goals, and scope alignment.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="process-step h-100">
                    <h5 class="mb-1">02. Wireframing</h5>
                    <p class="mb-0">Information architecture and low‑fidelity prototypes.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="process-step h-100">
                    <h5 class="mb-1">03. Visual Design</h5>
                    <p class="mb-0">High‑fidelity mockups, design system, and micro‑interactions.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="process-step h-100">
                    <h5 class="mb-1">04. Handoff</h5>
                    <p class="mb-0">Specs, assets, and dev‑ready guidelines.</p>
                </div>
            </div>
            <div class="col-md-6 col-lg-4">
                <div class="process-step h-100">
                    <h5 class="mb-1">05. QA & Launch</h5>
                    <p class="mb-0">Final checks, performance passes, and go‑live support.</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- FAQs -->
<section class="py-5 service-faq">
    <div class="container">
        <div class="row mb-4">
            <div class="col-lg-8">
                <h2 class="mb-2">FAQs</h2>
                <p class="mb-0">Have questions? Here are quick answers.</p>
            </div>
        </div>
        <div class="accordion" id="wdFaq">
            <div class="accordion-item">
                <h2 class="accordion-header" id="q1">
                    <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#a1" aria-expanded="true" aria-controls="a1">
                        How long does a typical website design project take?
                    </button>
                </h2>
                <div id="a1" class="accordion-collapse collapse show" aria-labelledby="q1" data-bs-parent="#wdFaq">
                    <div class="accordion-body">
                        Timelines vary by scope, but most small‑to‑mid projects complete within 2–6 weeks.
                    </div>
                </div>
            </div>
            <div class="accordion-item">
                <h2 class="accordion-header" id="q2">
                    <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#a2" aria-expanded="false" aria-controls="a2">
                        Do you provide development as well?
                    </button>
                </h2>
                <div id="a2" class="accordion-collapse collapse" aria-labelledby="q2" data-bs-parent="#wdFaq">
                    <div class="accordion-body">
                        Yes. We can hand off to your team or provide full development and deployment support.
                    </div>
                </div>
            </div>
            <div class="accordion-item">
                <h2 class="accordion-header" id="q3">
                    <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#a3" aria-expanded="false" aria-controls="a3">
                        Can you redesign my existing website?
                    </button>
                </h2>
                <div id="a3" class="accordion-collapse collapse" aria-labelledby="q3" data-bs-parent="#wdFaq">
                    <div class="accordion-body">
                        Absolutely. We start with an audit and propose a redesign plan that preserves what works and improves the rest.
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- CTA -->
<section class="py-5 service-cta">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-lg-8">
                <h3 class="mb-2">Ready to elevate your web presence?</h3>
                <p class="mb-0">Pick a package to get started or reach out for a custom quote tailored to your goals.</p>
            </div>
            <div class="col-lg-4 text-lg-end mt-3 mt-lg-0">
                <a href="pricing.php" class="btn btn-primary me-2">See Packages</a>
                <a href="contact.php" class="btn btn-outline-dark">Contact Us</a>
            </div>
        </div>
    </div>
</section>

<?php include 'includes/footer.php'; ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists