Google
Edit File: mobile-app.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <!-- Mobile Specific Metas ================================================== --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> <!-- head seo includes Start --> <?php include 'includes/htmlhead.php';?> <!-- Site Title --> <title>Customized Mobile Application for Exhibitors | Pinnacle Services </title> <meta name="description" content="Discover cutting-edge mobile app solutions tailored to your business needs with Pinnacle Services. Elevate your digital presence today. Visit us now!"> <!-- styles set here --> <?php include 'includes/styles.php';?> <!-- styles ends here --> </head> <body class="mobile-app"> <div class="body-inner mobile-app"> <!-- header set here --> <?php include 'includes/header.php';?> <!-- header ends here --> <!-- breadcrumb set here --> <section class="breadcrumbSection"> <div class="bracdcrumbBlocks"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-12"> <div class="section-title-area"> <h1 class="sub-title">Customized Mobile Application</h1> <div class="breadcrumbNav"> <ul> <li><a href="index.php">home</a></li> <li><a>Mobile App</a></li> </ul> </div> </div> </div> </div> </div> </div> </section> <!-- breadcrumb ends here --> <!-- Sponsors Start --> <section class="logoGallery appShowcase ts-sponsors ts-funfact funfact-dots-left-top funfact-dots-right-middle"> <div class="container"> <!-- Title Area Row Start --> <div class="row"> <div class="col-md-12 text-center mx-auto"> <div class="row"> <div class="col-md-12 pinnaclesContentDevice text-center mx-auto"> <div class="pinnaclesContent"> <div class="title-area text-center"> <h2 class="sub-title">Customized Mobile Application For Exhibitors</h2> <div class=""> <p>We are the first F&B Management Company (In MICE Industry) to provide with a mobile App to order Food & Beverages directly from our customized Cafeteria with updated Menu for every Event.</p> <p>Variety is the spice of life! We understand that customers like to be presented with various options when it comes to food and beverages.</p> </div> <div class="appIcons"> <h2 class="sub-title">Download our app</h2> <ul> <li> <a href="https://play.google.com/store/apps/details?id=com.optime.pinnaclelive" target="_blank"> <i class="playStoreAndroid"></i> </a> </li> <li> <a href="https://apps.apple.com/in/app/pinnacle-live/id1352725895" target="_blank"> <i class="appStoreIOS"></i> </a> </li> </ul> </div> </div> </div> <div class="pinnacleDevice"> <img src="images/mobile-app/device.png" alt=""> </div> </div> </div> </div> </div> </div> </section> <!-- Sponsors End --> <!-- Footer Area Start --> <?php include 'includes/footer.php';?> <!-- Footer Area End --> <!-- Back to top --> <div class="BackTo"> <a href="#" class="fa fa-angle-up" aria-hidden="true"></a> </div> <!-- Javascript Files ================================================== --> <?php include 'includes/footer-script.php';?> </div> <!-- Body inner end --> </body> </html>