MMCT TEAM
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/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u837925013/domains/tech2wizard.com/public_html/brand-partnership.php
<?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=19")); ?>
        <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"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="uni-banner-text-area">
                <h1><?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>"; }?>
                <ul>
                    <li><a href="index.php">Home</a></li>
                    <li><?php if(!empty($get_seo['page_name'])){ echo $get_seo['page_name']; }?></li>
                </ul>
            </div>
        </div>
    </div>
    <div class="brand-partnership ptb-40">
        <div class="container brand_partnership-area">
            <div class="shaddow-box">
            <form method="post" class="validate-form" id="Brand-Partnership-Form">
                <div class="row">
                    <div class="col-xl-12">
                        <div class="main-title">
                            <h5>Brand Partnership</h5>
                        </div>
                    </div>
                    <div class="col-lg-12">
                        <div class="row">
                            <div class="form-group col-md-6">
                                <label>Name*</label>
                                <input type="text" id="full_name" name="full_name" placeholder="Full Name"class="md-text form-control" required data-parsley-trigger="keyup">
                            </div>
                            <div class="form-group col-md-6">
                                <label>Mobile Number*</label>
                                <input type="text" id="phone_number" maxlength="10" onkeypress="return onlyNumberKey(event)" name="phone_number" placeholder="Phone Number"class="md-text form-control" required data-parsley-trigger="keyup">
                            </div>
                            <div class="form-group col-md-6">
                                <label>Your Email*</label>
                                <input type="email" id="email" name="email" placeholder="Your Email"class="md-text form-control" required data-parsley-trigger="keyup">
                            </div>
                            <div class="form-group col-md-6">
                                <label>City*</label>
                                <input type="text" id="city" name="city" placeholder="Enter you City"class="md-text form-control" required data-parsley-trigger="keyup">
                            </div>
                            <div class="form-group col-md-12">
                                <label>Message*</label>
                                <textarea  id="message" name="message" placeholder="Message"class="md-text form-control" required data-parsley-trigger="keyup"></textarea>
                            </div>
                            <div class="col-md-12 form-group text-center mt-20">
                                <button  class="default-button" id="Brand-Partnership-submit" type="submit"><span>Send Your Message</span></button>
                            </div>
                        </div>
                    </div>
                </div>
            </form>
            </div>
        </div>
    </div>
    <div class="brand-partnership pt-70 pb-100">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-md-12">
                    <div class="main-heading-title">
                        <h2>Brand Partnership</h2>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-12">
                    <div class="features-card-2">
                        <div class="features-card-header">
                            <h4>Repairs</h4>
                        </div>
                        <p>No matter what the problem, we’ll fix it. Our Phixman engineers examine, restore and repair your favourite electronics so that you can get the most out of them.</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-12">
                    <div class="features-card-2">
                        <div class="features-card-header">
                            <h4>Maintenance</h4>
                        </div>
                        <p>No matter what the problem, we’ll fix it. Our Phixman engineers examine, restore and repair your favourite electronics so that you can get the most out of them.</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-12">
                    <div class="features-card-2">
                        <div class="features-card-header">
                            <h4>Smart Services</h4>
                        </div>
                        <p>No matter what the problem, we’ll fix it. Our Phixman engineers examine, restore and repair your favourite electronics so that you can get the most out of them.</p>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-12">
                    <div class="features-card-2">
                        <div class="features-card-header">
                            <h4>Our Advantage</h4>
                        </div>
                        <p>No matter what the problem, we’ll fix it. Our Phixman engineers examine, restore and repair your favourite electronics so that you can get the most out of them.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="brand-partnership ptb-40 default-bg">
        <div class="container brand-partnership-area">
            <div class="row mt-20">
                <div class="col-md-12">
                    <h3>In warranty Services</h3>
                    <div class="dsc text-white">
                        <p>We take pride in having one of the largest Third Party Network in the Country for repairing Mobile Phones, Tablets and other Mobility equipment, we understand the value of customer satisfaction for a brand. Effective and timely resolution of Customer complaints by the service centre results in the increase in the brand equity of the OEM.</p>
                        <p>Phixman is One of India’s leading Technology Lifecycle Service Provider, we have a network of over 25+ service centres that are spread across the length and breadth of this country. These Service Centres are ESD protected and are equipped with all the necessary and latest repair and testing infrastructure. All of them are also connected by a CRM that has been designed and developed by a dedicated team of Software developers that are present in-house. Annually over 1 Million Customers visit our service centres to resolve their issues on the handsets. They trust our process to get their handset issues resolved.Our team is highly trained & skilled and we always endeavour to provide the best services to our clients.</p>
                    </div>
                </div>
            </div>
            <div class="row mt-20">
                <div class="col-md-12">
                    <h3>Repairs</h3>
                    <div class="dsc text-white">
                        <p>We handle Pan India repairs for mobility devices such as Mobile Phones, Tablets and other turnkey products. Most of the brands outsource their warranty to our network across the country.</p>
                        <p>If your mobile phone is not working but there’s no obvious damage, you might find the solution in our self-help section on our website. However, if you think your phone has a fault, we can repair both hardware and software problems.</p>
                    </div>
                </div>
            </div>
        </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>

MMCT - 2023