66 lines
3.1 KiB
PHP
66 lines
3.1 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; ?>/byod">
|
|
<title>Tech Innovation in BYOD: Elevate Your IT Solutions</title>
|
|
<meta name="description" content="Explore how tech innovation enhances BYOD strategies, offering top IT solutions for businesses. Transform your workplace with flexible device use!"/>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<?PHP include './includes/spinner.php'; ?>
|
|
<?PHP include './includes/header.php'; ?>
|
|
|
|
<div class="byod-ai-header ptb-70">
|
|
<div class="container position-relative d-flex align-items-center">
|
|
<div class="byod-ai-image">
|
|
<img src="assets/images/byod/byod.webp" alt="byod header">
|
|
</div>
|
|
|
|
<div class="byod-ai-text">
|
|
<h1 class="c-article__title">
|
|
World's First AI Designed to communicate like humans.
|
|
<span class="u-font-lora">Bring in your device (BYOD) and integrate our AI and</span>
|
|
<span class="u-font-lora">make all the difference</span>
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="communicate-humans ptb-100">
|
|
<div class="container">
|
|
<p>Large-scale financial companies and retailers integrate our AI models to improve customer experiences. Our AI models can easily integrate with any hardware or software and communicate like humans.</p>
|
|
</div>
|
|
</div>
|
|
<div class="saved-dollars-section ptb-100">
|
|
<div class="container ptb-70">
|
|
<div class="saved-background-text">
|
|
<p>Some of the massive retailers in Dubai and LA use our AI models. They have saved thousands of by using our AI models on their hardware devices for automating the checkout and improving the buying experience. Our software has reduced their staff requirements by more than <span>60%</span> and improved the revenue by <span>10%</span>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row justify-content-center ptb-70">
|
|
<div class="button-download-case-study">
|
|
<a href="#">
|
|
Download Case Study
|
|
<span>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="175.143" height="187.16" viewBox="0 0 175.143 187.16">
|
|
<path id="Path_57" data-name="Path 57" d="M1684.729,2891.9v76.163h-22.267s-12.063.881-4.84,10.9,36.528,41.843,36.528,41.843,7.224,12.676,15.47,0l16.628-18.877,19.627-22.557s7.5-8.382-3-10.972H1719.23v-76.5s.029-4.983-6.395-5.567h-22.578S1684.866,2886.883,1684.729,2891.9Z" transform="translate(-1614.349 -2886.337)" fill="#fff"/>
|
|
<path id="Path_58" data-name="Path 58" d="M1543.521,3238.945h22.52v34.779h128.5l.136-35.1h23.307l.136,47.3s-1.7,11.722-14.107,11.381H1555.448s-11.517-.409-12.471-11.449v-46.909Z" transform="translate(-1542.977 -3110.151)" fill="#fff"/>
|
|
</svg>
|
|
</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?PHP include './includes/footer.php'; ?>
|
|
|
|
<?PHP include './includes/scripts.php'; ?>
|
|
</body>
|
|
</html>
|