ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux in-mum-web1642.main-hosting.eu 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64 Current Path : /home/u323559503/domains/purplelimonada.com/public_html/ |
| Current File : /home/u323559503/domains/purplelimonada.com/public_html/services.php |
<?php include('include/header.php');?>
<head>
<!-- Common meta tags -->
<?php
$stmt = $conn->prepare("SELECT * FROM service_seo where delete_status = '0' ");
$stmt->execute();
$record = $stmt->fetchAll();
foreach ($record as $key) {
$stmt1 = $conn->prepare("SELECT * FROM manage_web");
$stmt1->execute();
$record1 = $stmt1->fetchAll();
foreach ($record1 as $key1) {
?>
<!-- Common meta tags -->
<title><?php echo $key['metatitle'] ?></title>
<meta name="title" content="<?php echo $key['metatitle'] ?>">
<meta name="description" content="<?php echo $key['metadescription'] ?>">
<meta name="keywords" content="<?php echo $key['keywords'] ?>">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<link rel="canonical" href="https://purplelimonada.com/services.php">
<!-- Facebook meta tags -->
<meta property="og:title" content="<?php echo $key['metatitlef'] ?>">
<meta property="og:description" content="<?php echo $key['metadescriptionf'] ?>">
<meta property="og:image" content="<?php echo $key1['photos']; ?>">
<meta property="og:url" content="https://purplelimonada.com/services.php">
<!-- Twitter meta tags -->
<meta name="twitter:title" content="<?php echo $key['metatitlet'] ?>">
<meta name="twitter:description" content="<?php echo $key['metadescriptiont'] ?>">
<meta name="twitter:url" content="<?php echo $key1['photos']; ?>">
<meta name="twitter:card" content="summary">
<?php } } ?>
</head>
<!--<< Breadcrumb Section Start >>-->
<!--<< Breadcrumb Section Start >>-->
<div class="breadcrumb-wrapper bg-cover bg-background-area" data-bg="assets/img/bg3.jpg">
<div class="border-shape">
<img src="assets/img/element.png" alt="DevOps Consulting">
</div>
<div class="line-shape">
<img src="assets/img/line-element.png" alt="DevOps Consulting">
</div>
<div class="container">
<div class="page-heading">
<h1 class="wow fadeInUp" data-wow-delay=".3s">Services</h1>
<ul class="breadcrumb-items wow fadeInUp" data-wow-delay=".5s">
<li>
<a href="index.php">
Home
</a>
</li>
<li>
<i class="fas fa-chevron-right"></i>
</li>
<li>
Services
</li>
</ul>
</div>
</div>
</div>
<!-- Service Section Start -->
<section class="service-section-3 fix section-padding">
<div class="container">
<div class="swiper service-slider-2 pb-5">
<div class="swiper-wrapper">
<div class="row justify-content-center">
<?php
$stmt = $conn->prepare("SELECT * FROM service WHERE delete_status='0' ");
$stmt->execute();
$record = $stmt->fetchAll();
foreach ($record as $key) { ?>
<div class="col-md-4 mt-4">
<div class="service-card-items mt-0">
<div class="service-image">
<img src="panel/assets/images/<?php echo $key['photo'];?>" alt="purple limonada service img">
</div>
<div class="service-content">
<h4>
<a href="#" onclick="submitForm1(event, <?php echo $key['id'] ?>, '<?php echo $key['heading'] ?>', 'service-details.php')"><?php echo $key['heading'];?></a>
</h4>
<p>
<?php echo $key['short_content'];?>
</p>
<a href="#" onclick="submitForm1(event, <?php echo $key['id'] ?>, '<?php echo $key['heading'] ?>', 'service-details.php')" class="theme-btn-2 mt-3">
read More
<i class="fa-solid fa-arrow-right-long"></i>
</a>
</div>
</div>
</div>
<?php }?>
</div>
</div>
</div>
</div>
</section>
<?php include('include/footer.php');?>