Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/domains/thommytonservices.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/domains/thommytonservices.com/public_html/online_marketing.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']); 
include("header.php"); ?>
<title><?php echo $company_name; ?> - Social Media Solutions</title>
<?php 
	//generate a random number
	$random_picture=(rand(1,3)); 
?>
<section class="hero-wrap hero-wrap-2" style="background-image: url('images/<?php echo $random_picture; ?>.jpg');" data-stellar-background-ratio="0.5">
	<div class="overlay"></div>
	<div class="container">
		<div class="row no-gutters slider-text align-items-end justify-content-center">
			<div class="col-md-9 ftco-animate pb-5 text-center">
				<h1 class="mb-3 bread">Social Media Solutions</h1>
				<p class="breadcrumbs">
					<span class="mr-2">
						<a href="index.php">
							Home 
							<i class="ion-ios-arrow-forward"></i>
						</a>
					</span> 
					<span class="mr-2">
						<a href="online_marketing.php">Social Media Solutions
							<i class="ion-ios-arrow-forward"></i>
						</a>
					</span> 
					<span>Online Marketing</span>
				</p>
			</div>
		</div>
	</div>
</section>

<!--<section class="ftco-section ftco-project bg-light" id="projects-section">
<div class="container px-md-5">

<div class="row">
<div class="col-md-12 testimonial">
<div class="carousel-project owl-carousel">
<div class="item">
<div class="project">
<div class="img">
<img src="images/sd2.png" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Software Development</span>
</div>
</div>
</div>
</div>


<div class="item">
<div class="project">
<div class="img">
<img src="images/sd1.png" class="img-fluid" alt="">
<div class="text px-4">
<h3><a href="#"><?php echo $company_name; ?></a></h3>
<span>Software Development</span>
</div>
</div>
</div>
</div>

</div>
</div>
</div>
</div>
</section>-->
<section class="ftco-counter img ftco-section ftco-no-pt ftco-no-pb" id="about-section"><br><br>
<div class="container">
<div class="row d-flex">

<div class="col-md-12 col-lg-12 ftco-animate">
<h2>Attract new customers and entertain loyal followers</h2>

<img src='images/om1.png' style='width:100%;border-radius:5px;'><br/><br/>
</div>

</div>
</div>
</section>
<section class="ftco-sectin bg-light ftco-animate" id="blog-section"><br><br>
<div class="container">
<div class="col-md-12 col-lg-12 ftco-animate">

<b>Whether your company is B2B or B2C, your customers are checking social media everywhere they go: at home, at work, at the gym, out shopping, and on public transit. They’re using social media to decide what to buy, and to see if brands are reputable before making purchases.
<br><br>
Our marketing agency helps brands choose the right social media platforms to reach their audience. We use enticing copy, designs, and video content to produce a range of exciting social media assets help your business attract customers and incite action.
Stats don’t lie – social media drives sales
<br><br>
If you’re on the fence about whether your business really needs to incorporate social media into your marketing strategy, here are some jaw-dropping statistics about social media to think about:
<br>
    56% of online adults use more than one of the five major social media platforms (Facebook, Instagram, Pinterest, Twitter, LinkedIn)<br>
    1.8 billion people log onto Facebook daily<br>
    Pinterest users spend an average of 50% more compared to other social channels<br>
    61% of businesses investing in 6 or more hours a week of social media efforts have seen increased search rankings<br><br>

Our team works with clients to produce social media content, run ad campaigns, and report on insights. We’re skilled at helping brands achieve the right tone for each social media platform, and at working within brand, style and legal guidelines to create content that resonates with your audience.</b>
<br><br>
</div>
</div>
</div>
</section>
<section class="ftco-sectio bg-light" id="">
<div class="container ftco-animate">
<div class="row justify-content-center mb-5 pb-5" style='background:<?php echo $theme_color; ?>;border-radius:5px;'>
<div class="col-md-7 heading-section text-center ftco-animate"><br>
<span class="subheading"><?php echo $company_name; ?></span>
<h2 class="mb-4" style='color:white;'>Need help with your social media presence?</h2>
<p>For a business to survive in this increasingly digitalized world it needs to have the ability to showcase itself in a digital format.We would be glad to put your business squarely on the social media map.</p>

<p class="mb-0"><a href="contact.php" class="btn btn-opp">Contact us <span class="ion-ios-arrow-round-forward"></span></a></p>
</div>
</div>

</div>
</section>
<?php include("footer.php"); ?>

Al-HUWAITI Shell