tech4biz/web-hosting.php
2024-10-25 17:11:31 +05:30

102 lines
5.2 KiB
PHP

<?PHP
require_once "./admin/db/config.php";
?>
<!doctype html>
<html lang="en">
<head>
<?PHP include './includes/links.php'; ?>
<link rel="canonical" href="<?php echo $BASE_URL; ?>/web-hosting">
<title>Expert Support for Reliable Web Hosting - Tech4Biz</title>
<meta name="description" content="Discover reliable and secure web hosting services with expert support at Tech4Biz. Ensure your online presence is safe and efficient. Get started today!"/>
</head>
<body>
<?PHP include './includes/spinner.php'; ?>
<?PHP include './includes/header.php'; ?>
<div class="hosting-services-div pb-100 pt-100" id="hosting-services">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 hosting-text">
<h1 class="coding-title">Reliable Web Hosting Services</h1>
<p>At Tech4biz,we understand that your website is your business. That's why we offer reliable web hosting services that keep your site up and running, regardless of traffic levels or other external factors. We know that downtime can cost you money, so we guarantee 99.9% uptime for all of our customers. In addition, our team of experts is available 24/7 to provide support and answer any questions you may have.</p>
</div>
<div class="col-lg-6">
<div class="hosting-image">
<img src="assets/images/product/Web-Hosting.jpg" alt="Web-Hosting">
</div>
</div>
</div>
</div>
</div>
<div class="ptb-100">
<div class="container">
<div class="row">
<h3 class="text-center">Why Choose Us</h3>
<p class="text-center">There are plenty of web hosting companies out there vying for your business. So why should you choose Tech4biz? Here are 5 reasons:</p>
<div class="top-hosting-description">
<div class="clip-path-description">
<div class="reliable-image">
<img src="assets/images/product/Affordable.jpg" alt="Affordable">
</div>
<p>Tech4biz offers affordable web hosting plans that fit any budget. Whether you're a small business or a large corporation, we have a plan that's right for you.</p>
</div>
<div class="clip-path-description">
<div class="reliable-image">
<img src="assets/images/product/Flexible-plans.jpg" alt="Flexible-plans">
</div>
<p>Tech4biz offers flexible hosting plans that can be customized to meet your specific needs. We can scale up or down as your needs change, so you're never stuck with a plan that's not right for you.</p>
</div>
</div>
<div class="row clip-path-arrow">
<div class="title-clip-path">
<h3>Reliable and secure</h3>
</div>
<div class="title-clip-path">
<h3>Affordable</h3>
</div>
<div class="title-clip-path">
<h3>Expert support</h3>
</div>
<div class="title-clip-path">
<h3>Flexible plans</h3>
</div>
<div class="title-clip-path">
<h3>99% uptime guarantee</h3>
</div>
</div>
<div class="bottom-hosting-description">
<div class="clip-path-description">
<div class="reliable-image">
<img src="assets/images/product/Reliable-and-secure.jpg" alt="Reliable-and-secure">
</div>
<p>Tech4biz is a reliable and secure web hosting company that will keep your website up and running smoothly. You can rest assured that your site is in good hands with Tech4biz.</p>
</div>
<div class="clip-path-description">
<div class="reliable-image">
<img src="assets/images/product/Expert-support.jpg" alt="Expert-support">
</div>
<p>When you host your website with Tech4biz, you'll have access to our team of expert support staff. They're always available to help you with any questions or problems you may have.</p>
</div>
<div class="clip-path-description">
<div class="reliable-image">
<img src="assets/images/product/99-uptime-guarantee.jpg" alt="99-uptime-guarantee">
</div>
<p>Tech4biz is so confident in our services that we offer a 99% uptime guarantee. You can be sure your website will be up and running when you need it most.</p>
</div>
</div>
<p class="text-center mt-5">When you choose Tech4biz for your web hosting needs, you can be confident you're getting the best service possible.</p>
<h5 class="text-center light-blue">Contact us today to learn more about our plans and pricing options!</h5>
</div>
</div>
</div>
<?PHP include './includes/footer.php'; ?>
<?PHP include './includes/scripts.php'; ?>
</body>
</html>