File: /var/www/html/cloudcreatix.com/index.php
<?php
require 'header.php';
?>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 order-2 order-lg-1 d-flex flex-column justify-content-center" data-aos="zoom-out">
<h1 style="color:#fff;">Your CRM Consulting Company</h1>
<p> </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-6 order-1 order-lg-2 hero-img" data-aos="zoom-out" data-aos-delay="200">
<img src="assets\images\banner.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section>
<!-- /Hero Section -->
<!-- Why Us Section -->
<section id="why-us" class="section why-us-1" data-builder="section">
<div class="container">
<div class="row gy-4">
<div class="col-lg-7 d-flex flex-column justify-content-center order-2 order-lg-1">
<div class="content px-xl-5" data-aos="fade-up" data-aos-delay="100">
<h3><span> Who We Are </h3>
<p>
We're Your CRM Consulting Company
</p>
</div>
<div class="faq-container px-xl-5" data-aos="fade-up" data-aos-delay="200">
<p>
CloudCreatix, an India-based company dedicated to CRM consulting and implementation,
e-commerce, web development, and mobile development. Leveraging our technology and domain expertise, we provide reliable and quality
solutions to clients worldwide. We bring robust
customer service and CRM solutions to our clients. These partnerships allow CloudCreatix to
deliver enhanced customer satisfaction and operational efficiency. Our dedicated and
experienced technical team, business analysts, and managers are specialized in development
and consulting, ensuring that we meet our vision of putting "Customer First.
</p>
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2 why-us-img">
<img src="assets/images/why-us.png" class="img-fluid" alt="" data-aos="zoom-in"
data-aos-delay="100">
</div>
</div>
</div>
</section>
<!-- /Why Us Section -->
<!-- Services Section -->
<section id="services" class="services section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Why Choose cloudcreatix?</h2>
</div>
<!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-1-square"></i></div>
<h4><a href="#services" class="stretched-link">Leading Innovation in Technology</a></h4>
<p>CloudCreatix is recognized for its innovative approach in technology, continuously pushing
the boundaries to offer cutting-edge solutions.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-2-square"></i></div>
<h4><a href="#services" class="stretched-link">Expertise in CRM Consulting and Implementation
</a></h4>
<p>With a deep specialization in CRM Consulting and Implementation,
we ensure that your customer relationship management system is tailored to your business
needs.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-3-square"></i></div>
<h4><a href="#services" class="stretched-link">Comprehensive Development Services
</a></h4>
<p>We offer a full range of development services, including Software Development, Web
Development, and Mobile Development, providing end-to-end solutions for your digital needs.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="400">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-4-square"></i></div>
<h4><a href="#services" class="stretched-link">Customer-Centric Approach </a></h4>
<p>Our vision is "Customer First." We prioritize understanding and fulfilling your requirements
to help you achieve the best possible outcomes.</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="400">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-5-square"></i></div>
<h4><a href="#services" class="stretched-link">High Customer Satisfaction </a></h4>
<p>We boast a 95% success rate in customer satisfaction, reflecting our commitment to delivering
quality service and results.</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="400">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-6-square"></i></div>
<h4><a href="#services" class="stretched-link">Trusted Partnerships </a></h4>
<p>We have proven expertise and credibility in
implementing and supporting these leading platforms. Choosing CloudCreatix means partnering
with a company that values innovation, expertise, and customer success.</p>
</div>
</div>
<!-- End Service Item -->
</div>
</div>
</section>
<!-- /Services Section -->
<!-- Client Testimonial Section Start-->
<?php require 'inc/client-testimonial.php'; ?>
<!-- Client Testimonial Section End -->
<!-- Counting Section Start-->
<?php require 'inc/counting.php'; ?>
<!-- Counting Section End -->
</main>
<?php
require 'footer.php';
?>