tech4biz/contact.php
2024-10-29 11:54:17 +05:30

48 lines
2.4 KiB
PHP

<?PHP
require_once "./admin/db/config.php";
?>
<!doctype html>
<html lang="en">
<head>
<?PHP include './includes/links.php'; ?>
<title>Meta verse AR brought a complete change in the way education is provided to higher segments in Medical and Engineering - Tech4Biz Solutions - Excellence Guaranteed</title>
</head>
<body>
<?PHP include './includes/spinner.php';?>
<?PHP include './includes/header.php'; ?>
<div class="container" style="background-color:#000066;"> <!-- Replace #f0f0f0 with your desired color -->
<div class="row pt-3">
<div class="col-4 product-title-menu">
<h3>Coding Solution</h3>
<div class="blog-list">
<img src="assets/images/header/coding.jpg" alt="Coding-Solution" class="img-responsive">
<a href="coding-solution.php">We write code that makes the eCommerce world go round.</a>
<p class="color-white">Tech4biz provides eCommerce codes that are the lifeblood of online shopping. Without these codes, businesses would not be able to process transactions or keep track of inventory.</p>
</div>
</div>
<div class="col-4 product-title-menu">
<h3>Crackit</h3>
<div class="blog-list">
<img src="assets/images/header/Technical-Support.jpg" alt="Crackit" class="img-responsive">
<a href="crackit.php">Crackit - Tech Queries, Tech Solutions</a>
<p class="color-white">In today's digital age, businesses need to be readily accessible to their customers - and that means being available online. But keeping up with the ever-changing landscape of the internet can be daunting.</p>
</div>
</div>
<div class="col-4 product-title-menu">
<h3>Web Hosting</h3>
<div class="blog-list">
<img src="assets/images/header/web-hosting.jpg" alt="Hosting-Services" class="img-responsive">
<a href="web-hosting.php">Reliable Web Hosting Services</a>
<p class="color-white">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.</p>
</div>
</div>
</div>
</div>
</body>
</html>
<?PHP include './includes/footer.php'; ?>
<?PHP include './includes/scripts.php'; ?>