60 lines
3.4 KiB
PHP
60 lines
3.4 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; ?>/crackit">
|
|
<title>Tech4Biz: Crackit Solutions for Guaranteed Excellence</title>
|
|
<meta name="description" content="Discover Crackit - your go-to Tech4Biz solutions. Experience innovation and excellence guaranteed. Transform your business today!"/>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<?PHP include './includes/spinner.php'; ?>
|
|
|
|
<?PHP include './includes/header.php'; ?>
|
|
|
|
<div>
|
|
<div class="crackit-queries-background pt-100 pb-100">
|
|
<div class="container">
|
|
<div class="row crackit-queries">
|
|
<h2 class="coding-title">Crackit - Tech Queries, Tech Solutions</h2>
|
|
<p>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>
|
|
<p>Introducing Crackit- an online portal integration service where your customers can ask technical queries from tech experts and get it fixed in a jiffy! We all know how frustrating it is when our devices start acting up or stop working altogether. Oftentimes, we are left scratching our heads trying to figure out what the problem could be. This is where Crackit comes in. We offer an online portal integration service that makes it easy for your customers to find answers to their technical queries. We're like the Google of tech support, always on hand to help you out when you need it most.</p>
|
|
<p>With our team of tech experts, we will be able to diagnose the issue and provide a solution quickly. So, whether you're having trouble with your computer, phone, or any other type of technology, be sure to give Crackit a try. We guarantee you'll be up and running in no time!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="background-perks pt-100 pb-100">
|
|
<div class="container perks-container">
|
|
<div class="perks-image">
|
|
<div class="image-shape-one"></div>
|
|
<div class="image-shape-two"></div>
|
|
<img src="assets/images/product/Perks.png" alt="Perks">
|
|
</div>
|
|
<div class="perks-text">
|
|
<h3>Crackit's Perks</h3>
|
|
<ul class="crackit-perks">
|
|
<li>You'll be able to attend to visitors on your website at any time of day or night, without having to hire extra staff.</li>
|
|
<li>It's a cost-effective way of providing customer service, as you won't need to invest in telephone lines or call center software. </li>
|
|
<li>Online chat is fast becoming the preferred method of communication for many people, so you'll be able to meet the needs of your target market. </li>
|
|
<li>A chat portal can help to build trust and rapport with your visitors, as they'll be able to see that you're responsive to their queries. </li>
|
|
<li>It's a great way to collect feedback from your customers, which can be used to improve your products and services.</li>
|
|
</ul>
|
|
<h5 class="light-blue">Call us if you want your business to run smoothly. We'll help you get Crackit!</h5>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<?PHP include './includes/footer.php'; ?>
|
|
|
|
<?PHP include './includes/scripts.php'; ?>
|
|
|
|
</body>
|
|
</html>
|