SkidSec WebShell

Server Address : 2a02:4780:a:760:0:37cc:13e2:3

Web Server : LiteSpeed

Uname : Linux uk-fast-web660.main-hosting.eu 5.14.0-570.55.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:27:51 EDT 2025 x86_64

PHP Version : 7.4.33



Current Path : /home/u936121314/domains/acoverseas.com/public_html/



Current File : /home/u936121314/domains/acoverseas.com/public_html/services.php
<?php include_once "./includes/header.php";?>
	
		<!-- Start Hero Section -->
		<?php $page_name = "services"; include_once "./includes/hero.php"?>
		<!-- End Hero Section -->

		

		<!-- Start Why Choose Us Section -->
		<div class="why-choose-section">
			<div class="container">
				
				
				<div class="row my-5">
					<?php
						$services = $servicesObj -> getAllServices();
						while($service = mysqli_fetch_array($services)){
					?>
					<div class="col-6 col-md-6 col-lg-3 mb-4">
						<div class="feature">
							<div class="icon">
								<img src="images/icons/<?php echo $service['icon']?>" alt="Image" class="imf-fluid">
							</div>
							<h3><?php echo $service['heading']?></h3>
							<p><?php echo $service['content']?></p>
						</div>
					</div>
					<?php } ?>
					
				</div>
			
			</div>
		</div>
		<!-- End Why Choose Us Section -->

		<!-- Start Product Section -->
		<?php include_once "./includes/latest_products.php"?>
		<!-- End Product Section -->

		

		<!-- Start Testimonial Slider -->
		<?php include_once "./includes/testimonials.php"?>
		<!-- End Testimonial Slider -->

		

		<?php include_once "./includes/footer.php";?>