HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/cloudcreatix.com/ecommerce-design.php
<?php require 'header.php'; ?>
<style>
.hero {
    min-height: 60vh !important;
}

.single-service-menu ul li {
    border-bottom: 1px solid #ededed;
}

.single-service-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-service-menu ul li a {
    color: #404040;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 0 12px 30px;
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
}

.single-service-menu ul li a:hover {
    background-color: rgb(41 52 144);
    color: #ffffff;
    padding-left: 45px;
}

.single-service-menu {
    background-color: #f8f8f8;
    margin-bottom: 45px;
}
</style>
<main>
    <!-- Hero Section -->
    <section id="hero" class="hero section">
        <div class="container">
            <div class="row gy-4">
                <div class="col-lg-7 order-2 order-lg-1 d-flex flex-column justify-content-center" data-aos="zoom-out">
                    <h1 style="color:#fff;">E-Commerce Website Design</h1>
                    <p>Best-in-class solutions to fit every budget</p>
                    <div class="d-flex">
                        <a href="about.php" class="btn-get-started">Get Started</a>
                        <a href="javascript:void(0);" class="glightbox btn-watch-video d-flex align-items-center"><i
                                class="bi bi-play-circle"></i><span>Watch Video</span></a>
                    </div>
                </div>
                <div class="col-lg-5 order-1 order-lg-2 hero-img text-end" data-aos="zoom-out" data-aos-delay="200">
                    <img src="assets/images/about-us.png" class="img-fluid w-100 animated" alt="">
                </div>
            </div>
        </div>
    </section>
    <!-- /Hero Section -->

    <section>
        <div class="container">
            <div class="row">
                <div class="col-lg-3 col-md-5">
                    <div class="single-service-menu ">
                        <ul>
                            <li><a href="crm-support.php">CRM Support</a></li>
                            <li><a href="app-development.php">App Development</a></li>
                            <li><a href="crm-development.php">CRM Development</a></li>
                            <li><a href="consulting-services.php">Consulting Services</a></li>
                            <li><a href="mobile-application.php">Mobile Application</a></li>
                            <li><a href="website-design.php">Website Design</a></li>
                            <li><a href="ecommerce-design.php">e-Commerce Design</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-lg-9 col-md-7">
                    <div class="single-page-service px-xl-5">
                        <img src="https://www.cloudconics.com/assets/img/e-commerce.jpg" alt="">
                        <h2 class="my-4">E-Commerce Website Design </h2>
                        <p>If you own an E-Commerce business, want to develop a custom, well branded E-commerce website,
                            is always here to provide E-Commerce web development services at the most affordable cost in
                            India to all Individuals, Businesses (small or corporate) or organization. Luckily we've
                            Professional team of E-commerce Developers with tons of ways for you to design your store
                            provide active support services through call and emails no matter how small your budget.
                            Best-in-class solutions to fit every budget.</p>
                        <p>SWe make it easier for your customers to find exactly what they are looking for, add it to
                            their cart, and make a purchase. A smooth, simple interface means a better experience for
                            your customers and more sales for you.</p>
                        <p>E-Commerce Benefit & Features:</p>
                        <div class="container">
                            <div class="row">
                                <div class="col-md-6">
                                    <ul>
                                        <li>Fast &amp; Powerful, Easily Manage Products, categories &amp; order.</li>
                                        <li>Payment Gateway integration/ Multiple payment gateway integration such as
                                            PayPal, CCAvenue,Pay money etc.</li>
                                        <li>Custom designed &amp; developed to maximize conversion rates.</li>
                                        <li>Attractive designs</li>
                                    </ul>
                                </div>
                                <div class="col-md-6">
                                    <ul>
                                        <li>Social media integration to make your users more engaged with your brand.
                                        </li>
                                        <li>Complete control over the store through a user friendly admin panel.</li>
                                        <li>Report generation/App-like experience.</li>
                                        <li>Report generation/Low stock warning.</li>
                                        <li>Online Customer Service</li>
                                        <li>Manage stock/inventory.</li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

    </section>
</main>
<?php require 'footer.php'; ?>