/home3/vehiclea/public_html/suryasolarsystems/serviceReference.php
<?php
$_SESSION['active'] = 'service';
include 'header.php';
include 'topbar.php';
include 'navbar.php';
if(!empty($_GET['editId'])){
$selServEdit = selServ($_GET['editId']);
$selServEditData = mysqli_fetch_array($selServEdit);
}
?>
<link href="wp-content/themes/tpsolar/assets/css/inside.css" rel="stylesheet" type="text/css" />
<div class="container-fluid page-header py-5 mb-5">
<div class="container py-5">
<h1 class="display-3 text-white mb-3 animated slideInDown"><?php echo $selServEditData['name'] ?></h1>
<nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a class="text-white" href="index.php">Home</a></li>
<li class="breadcrumb-item"><a class="text-white" href="service.php">Services</a></li>
<li class="breadcrumb-item text-white active" aria-current="page"><?php echo $selServEditData['name'] ?></li>
</ol>
</nav>
</div>
</div>
<div class="clear"></div>
<div class="wrapper">
<div class="commercial">
<div class="power-savings">
<div class="power-savings-left">
<h4><?php echo $selServEditData['name'] ?></h4>
<p style="text-align: justify;"> <?php echo $selServEditData['content'] ?></p>
<!-- <h3>
<strong>
<a style="text-decoration:none; color: #1467b3; font-size:18px;" href="#">Calculate the power generation and know Your Savings on the electricity bill - Surya Solar Systems</a>
</strong>
</h3> -->
</div>
<div class="power-savings-right">
<img src="<?php echo 'https://admin.suryasolarsystems.com/'.$selServEditData['image'] ?>" style="height:400px; width:100%;">
</div>
</div>
<div class="monitoring22">
<span>WHY <strong>Surya Solar?</strong>
</span>
<small>
<ul>
<li>India's Most Trusted Brand</li>
<li>#1 Solar Rooftop EPC Company for 6 years in a row*</li>
<li>Pan India Presence</li>
<!--<li>10,000+ residential systems commissioned</li>-->
<li>29 years of experience with 250 MW+ of installations</li>
<li>24X7 service support, for complete peace of mind</li>
</ul>
</small>
<samp>
<img src="wp-content/uploads/2018/03/30094846/why-tata-power-img.png" alt="" />
</samp>
</div>
<div class="monitoring22">
<span>Our <strong>Offerings:</strong>
</span>
<small>
<ul>
<li>Solutions tailored to your requirement - ranging from few kW to multiple MW's</li>
<li>25 years' serviceability – We are the only solar company having lived the life of the product</li>
<li>Lifecycle Asset Management</li>
<li>A variety of business models to suit your needs <ul>
<li>Capex</li>
<li>PPA/OPEX (Pay as You Go Model)</li>
<li>Lease financing</li>
<li>Debt financing</li>
</ul>
</li>
</ul>
</small>
<samp>
<img src="wp-content/uploads/2018/03/30094957/our-offerings-img.png" alt="" />
</samp>
</div>
<div class="monitoring22">
<span>
<strong>Benefits:</strong>
</span>
<small>
<ul>
<li>Hedge against rising energy costs</li>
<li>Scalable design for easy upgrades</li>
<li>RPO Compliance</li>
<li>Self-reliance</li>
<li>Green Commitment</li>
</ul>
</small>
<samp>
<img src="wp-content/uploads/2018/03/30095026/benefits-img.png" alt="" />
</samp>
</div>
</div>
</div>
<div class="clear"></div>
<?php
include 'footer.php';
?>
@LwBee Strong Bypass
Upload File
Create New File