templates/website/index.html.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block description %}Emm Kay Gas Agency, based in Bhamian Village, Ludhiana, has been a premier supplier of LPG gas for both homes and industries since 1989.{% endblock %}
  3. {% block keywords %}LPG Gas Solutions Provider, Gas Solutions Company, Emm Kay Gas Agency,LGP Gas Supplies{% endblock %}
  4. {% block header %}
  5.   {% include 'website/header.html.twig' %}
  6. {% endblock %}
  7. {# {% block hero %}
  8.   {% include 'website/hero.html.twig' %}
  9. {% endblock %} #}
  10. {% block carousel %}
  11.   {% include 'website/carousel.html.twig' %}
  12. {% endblock %}
  13. {% block body %}
  14.   <section class="services section-bg mt-3 mb-3">
  15.     <div class="container">
  16.       <div class="section-title">
  17.         <h2>
  18.           About
  19.         </h2>
  20.         <div class="row">
  21.           <div class="col-sm-8 text-j content">
  22.             <h3>
  23.               Introduction
  24.             </h3>
  25.             <p>
  26.               We are Distributor of LPG (Liquefied Petroleum Gas) with Hindustan
  27.               Petroleum Corporation Ltd. (HPCL) since 1989 in Ludhiana.
  28.             </p>
  29.             <p>
  30.               We Deals in Packed LPG Cylinders domestic and Non Domestic
  31.               (Commercial/ Industrial) with wide range of Capacity as Domestic 5
  32.               Kg and 14.2 Kg cylinders were as Non Domestic comes with 2 kg,
  33.               5Kg, 19 Kg, 47.5 Kg (LOT/VOT), 425 Kg (SUMO) Cylinder.
  34.             </p>
  35.             <p>
  36.               To cater domestic and non-domestic demand and supply we have
  37.               complete delivery infrastructure.
  38.             </p>
  39.             <h3>
  40.               Safety First
  41.             </h3>
  42.             <p>
  43.               Our responsibility towards customer is not only to supply of LPG
  44.               cylinders but SAFETY FIRST is our priority. We conduct safety
  45.               clinics in villages and labour areas in industries. We teach the
  46.               safe usage of LPG , preventions of fire accident and in case of
  47.               leakage and many more tips to save LPG under oil conservation.
  48.             </p>
  49.           </div>
  50.           <div class="col-sm-4">
  51.             <img class="img-fluid" alt="HP GAS LOGO" class="" src="{{ asset('') }}site/hp-gas-ji-han.jpg" />
  52.           </div>
  53.         </div>
  54.       </div>
  55.     </div>
  56.   </section>
  57.   <!-- ======= What We Do Section ======= -->
  58.   <section id="what-we-do" class="what-we-do">
  59.     <div class="container">
  60.       <div class="section-title">
  61.         <h2>
  62.           What makes us the best choice for you?
  63.         </h2>
  64.         <p>
  65.           Because of our well-trained workers, individual training program,
  66.           forces, and standards, our service is excellent. We are constantly
  67.           innovating to improve the LPG supply chain for both homes and
  68.           businesses.
  69.         </p>
  70.       </div>
  71.     </div>
  72.   </section>
  73.   {% include 'website/hero2.html.twig' %}
  74.   <!-- End What We Do Section -->
  75. {% endblock %}