|
Server IP : 2a02:4780:11:1017:0:31f1:b895:8 / Your IP : 216.73.216.163 Web Server : LiteSpeed System : Linux in-mum-web917.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u837925013 ( 837925013) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u837925013/domains/tech2wizard.com/public_html/admin/images/../../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include('inc/function.php');?>
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<?php $get_seo= mysqli_fetch_array($con->query("select * from seo WHERE id=5")); ?>
<title><?php if(!empty($get_seo['meta_title'])){ echo $get_seo['meta_title']; } ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="<?php if(!empty($get_seo['meta_description'])){ echo $get_seo['meta_description']; }?>">
<meta name="keywords" content="<?php if(!empty($get_seo['meta_keyword'])){ echo $get_seo['meta_keyword']; }?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="<?php echo IMAGE_SITE_PATH.$get_logo['fevicon']?>" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/fontawsome.min.css" />
<link rel="stylesheet" href="assets/css/flaticon.css" />
<link rel="stylesheet" href="assets/css/meanmenu.min.css" />
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/css/nice-select.min.css" />
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.min.css" />
<link rel="stylesheet" href="assets/css/jquery-ui.min.css" />
<link rel="stylesheet" href="assets/css/swiper.min.css" />
<link rel="stylesheet" href="assets/css/odometer.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
<link rel="stylesheet" href="assets/css/sweetalert2.min.css" />
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1011266089528097');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1011266089528097&ev=PageView&noscript=1"/></noscript>
<!-- End Meta Pixel Code -->
<?php echo $setting['head_code']; ?>
</head>
<body>
<?php include('inc/header.php'); ?>
<div class="uni-banner ptb-i-40"style="background-image: url('<?php if(!empty($get_seo['banner'])){ echo BANNER_SITE_PATH.$get_seo['banner']; }?>');">
<div class="container-fluid container-large">
<div class="row">
<div class="col-md-7 mb-i-20">
<div class="uni-banner-text-area pt-i-30"style="text-align: left;">
<h1 class="mb-20"><?php if(!empty($get_seo['banner_title'])){ echo $get_seo['banner_title']; }?></h1>
<?php if(!empty($get_seo['banner_sub_title'])){ echo "<p class='text-white'>".$get_seo['banner_sub_title']."</p>"; }?>
</div>
</div>
<div class="col-md-5 mb-i-20">
<div class="sign-up-form-area my-form-style">
<div class="default-section-title color-title">
<h3 class="text-center">Franchise Application Form</h3>
</div>
<form method="post" class="validate-form" id="Franchise-Form">
<input type="text" id="full_name"name="name"class="form-control" placeholder="Your Name" required=""data-parsley-trigger="keyup">
<input type="email" name="email"id="email"class="form-control" placeholder="Your Email" required=""data-parsley-trigger="keyup">
<input type="text" onkeypress="return onlyNumberKey(event)"name="phone" id="phone" class="form-control" placeholder="Your Phone" required=""data-parsley-minlength="10" data-parsley-maxlength="10" data-parsley-type="number" data-parsley-trigger="keyup">
<input type="text" name="city"id="city"class="form-control" placeholder="Your City" required=""data-parsley-trigger="keyup">
<div class="row">
<p class="para">What property type will you open store at?</p>
<div class="col-md-6 col-6">
<input type="radio" class="form-check-input" value="Owner"name="property"id="property" checked>
<label class="form-check-label" for="ship-different-address">Owner</label>
</div>
<div class="col-md-6 col-6">
<input type="radio" class="form-check-input" value="Rented/Leased" name="property"id="property">
<label class="form-check-label" for="ship-different-address">Rented/Leased </label>
</div>
</div>
<div class="row">
<p class="para">Do you have 10-12 lacs to invest ?</p>
<div class="col-md-6 col-6">
<input type="radio" class="form-check-input" name="invest"value="Yes" id="invest" checked>
<label class="form-check-label" for="ship-different-address">Yes</label>
</div>
<div class="col-md-6 col-6">
<input type="radio" class="form-check-input" name="invest"value="No" id="invest">
<label class="form-check-label" for="ship-different-address">No</label>
</div>
</div>
<button class="default-button" id="Franchise-submit" type="submit"><span>Submit Request</span></button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="about ptb-40">
<div class="container">
<?php
$sql_p= mysqli_query($con, "SELECT * FROM franchise_content ORDER BY id DESC");$i=0;
while($data_p= mysqli_fetch_array($sql_p)){$i++;
?>
<div class="row justify-content-end ptb-40">
<div class="row">
<div class="col-md-7">
<div class="about-style2-text">
<div class="sec-title">
</div>
<div class="text text-justify">
<h4>Franchisees Support</h4>
<ol>
<li>Online Business: We provide franchisees with an online presence, including a website and social media accounts, to help them reach customers online and expand their business beyond their physical location.</li>
<li>Billing Software: Our franchisees have access to an advanced billing software system that makes it easy to manage invoices, track inventory, and monitor sales.
</li>
<li>Manpower Supply: We provide our franchisees with trained and skilled technicians to ensure that they have the necessary manpower to provide high-quality repairs and services to their customers.</li>
<li>Digital Marketing: Our franchisees receive assistance with digital marketing efforts, including search engine optimization (SEO), pay-per-click (PPC) advertising, and social media marketing, to increase brand awareness and attract new customers.
</li>
<li>Lead Generation: We help our franchisees generate leads through targeted advertising and promotions, as well as through referral programs and partnerships with local businesses.
</li>
<li>B2B Tie-Ups: We work with other businesses and organizations to form partnerships and develop joint marketing initiatives, which can help our franchisees increase their reach and expand their customer base.
</li>
</ol>
<p>All of these support services are designed to help our franchisees run a successful business and achieve their financial goals, while also ensuring that their customers receive the best possible service and support.</p>
</div>
</div>
</div>
<div class="col-md-5">
<div class="about-style2-image-box" style="position: relative;">
<div class="image">
<img src="assets/images/60911288745fb.jpeg" alt="Awesome Image">
</div>
</div>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
<?php include('inc/footer.php'); ?>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.js"></script>
<script src="assets/js/owl.carousel2.thumbs.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/TweenMax.js"></script>
<script src="assets/js/nice-select.min.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.js"></script>
<script src="assets/js/ajaxchimp.min.js"></script>
<script src="assets/js/appear.min.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/tilt.js"></script>
<script src="assets/js/odometer.min.js"></script>
<script src="assets/js/sweetalert2.min.js"></script>
<script src="assets/js/parsley.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>