templates/website/index.html.twig line 1
{% extends 'base.html.twig' %}
{% 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 %}
{% block keywords %}LPG Gas Solutions Provider, Gas Solutions Company, Emm Kay Gas Agency,LGP Gas Supplies{% endblock %}
{% block header %}
{% include 'website/header.html.twig' %}
{% endblock %}
{# {% block hero %}
{% include 'website/hero.html.twig' %}
{% endblock %} #}
{% block carousel %}
{% include 'website/carousel.html.twig' %}
{% endblock %}
{% block body %}
<section class="services section-bg mt-3 mb-3">
<div class="container">
<div class="section-title">
<h2>
About
</h2>
<div class="row">
<div class="col-sm-8 text-j content">
<h3>
Introduction
</h3>
<p>
We are Distributor of LPG (Liquefied Petroleum Gas) with Hindustan
Petroleum Corporation Ltd. (HPCL) since 1989 in Ludhiana.
</p>
<p>
We Deals in Packed LPG Cylinders domestic and Non Domestic
(Commercial/ Industrial) with wide range of Capacity as Domestic 5
Kg and 14.2 Kg cylinders were as Non Domestic comes with 2 kg,
5Kg, 19 Kg, 47.5 Kg (LOT/VOT), 425 Kg (SUMO) Cylinder.
</p>
<p>
To cater domestic and non-domestic demand and supply we have
complete delivery infrastructure.
</p>
<h3>
Safety First
</h3>
<p>
Our responsibility towards customer is not only to supply of LPG
cylinders but SAFETY FIRST is our priority. We conduct safety
clinics in villages and labour areas in industries. We teach the
safe usage of LPG , preventions of fire accident and in case of
leakage and many more tips to save LPG under oil conservation.
</p>
</div>
<div class="col-sm-4">
<img class="img-fluid" alt="HP GAS LOGO" class="" src="{{ asset('') }}site/hp-gas-ji-han.jpg" />
</div>
</div>
</div>
</div>
</section>
<!-- ======= What We Do Section ======= -->
<section id="what-we-do" class="what-we-do">
<div class="container">
<div class="section-title">
<h2>
What makes us the best choice for you?
</h2>
<p>
Because of our well-trained workers, individual training program,
forces, and standards, our service is excellent. We are constantly
innovating to improve the LPG supply chain for both homes and
businesses.
</p>
</div>
</div>
</section>
{% include 'website/hero2.html.twig' %}
<!-- End What We Do Section -->
{% endblock %}