www.mastbanarasipaan.com Open in urlscan Pro
162.241.85.198  Public Scan

URL: https://www.mastbanarasipaan.com/
Submission: On February 04 via api from IE — Scanned from DE

Form analysis 5 forms found in the DOM

POST mails.php

<form action="mails.php" class="contr" method="POST" style="margin-top:30px;">
  <legend class="franchiseheading">Get <br><span>Franchise</span><br> Opportunity!</legend>
  <input type="text" placeholder="Enter Name" name="name" required="">
  <input type="text" placeholder="Enter Phone" name="phone" required="">
  <input type="email" placeholder="Enter Email" name="email" required="">
  <input type="text" placeholder="Enter City" name="city" required="">
  <select name="subject" id="input" class="selectbox" required="">
    <option value="">Select Opportunity</option>
    <option value="Franchise Opportunity">Franchise Opportunity</option>
    <option value="Event Booking">Event Booking</option>
    <option value="Corporate Tie">Corporate Tie-up</option>
  </select>
  <button type="submit" name="submit" class="btn-popup">Submit</button>
  <a href="tel:8299549405" class="btn btn-warning" style="margin-top:25px; border-radius:10px;">Call Back</a>
</form>

#

<form action="#">
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label for="">Name</label>
        <input type="text" class="form-control" placeholder="Your Name">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="">Email</label>
        <input type="text" class="form-control" placeholder="Your Email">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="">Phone</label>
        <input type="text" class="form-control" placeholder="Phone">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="">Phone</label>
        <input type="text" class="form-control" id="book_date" placeholder="Date">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="">Time</label>
        <input type="text" class="form-control ui-timepicker-input" id="book_time" placeholder="Time" autocomplete="off">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="">Person</label>
        <div class="select-wrap one-third">
          <div class="icon"><span class="ion-ios-arrow-down"></span></div>
          <select name="" id="" class="form-control">
            <option value="">Person</option>
            <option value="">1</option>
            <option value="">2</option>
            <option value="">3</option>
            <option value="">4+</option>
          </select>
        </div>
      </div>
    </div>
    <div class="col-md-12 mt-3">
      <div class="form-group text-center">
        <input type="submit" value="Make a Reservation" class="btn btn-primary py-3 px-5">
      </div>
    </div>
  </div>
</form>

#

<form action="#" class="subscribe-form">
  <div class="form-group">
    <input type="text" class="form-control mb-2 text-center" placeholder="Enter email address">
    <input type="submit" value="Subscribe" class="form-control submit px-3">
  </div>
</form>

POST new_mail.php

<form action="new_mail.php" method="POSt">
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <label for="">Name</label>
        <input type="text" class="form-control" name="name" placeholder="Your Name">
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group">
        <label for="">Email</label>
        <input type="text" class="form-control" name="email" placeholder="Your Email">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="">Phone</label>
        <input type="text" class="form-control" name="phone" placeholder="Phone">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="">City</label>
        <input type="text" class="form-control" name="city" placeholder="City">
      </div>
    </div>
    <div class="col-md-12 mt-3">
      <div class="form-group text-center">
        <input type="submit" name="submit" value="Send a Query" class="btn btn-primary py-3 px-5">
      </div>
    </div>
  </div>
</form>

POST pay.php

<form method="post" action="pay.php">
  <input type="hidden" value="https://ignitemind.in/mbp/thankyou.php" name="redirect_url">
  <input type="hidden" value="https://ignitemind.in/mbp/webhook.php" name="webhook">
  <div class="form-row">
    <div class="col-lg-12 form-group ">
      <!--<label class='control-label'>Name </label>-->
      <input class="form-control" name="name" placeholder="Enter Name" type="text" required="">
    </div>
  </div>
  <div class="form-row">
    <div class="col-lg-12 form-group required">
      <!--<label class='control-label'>Email</label>-->
      <input name="email" class="form-control " placeholder="Enter Email" type="email" required="">
    </div>
  </div>
  <div class="form-row">
    <div class="col-lg-12 form-group cvc required">
      <!--<label class='control-label'>Phone Number</label>-->
      <input class="form-control" name="phone" placeholder="Enter Phone No." type="number" required="">
    </div>
    <div class="col-lg-12 form-group expiration required">
      <!--<label class='control-label'>Purpose Of Payment</label>-->
      <input class="form-control" name="purpose" placeholder="Purpose" type="text" required="">
    </div>
    <div class="col-lg-12 form-group expiration required">
      <!--<label class='control-label'>Amount</label>-->
      <input class="form-control" name="amnt" placeholder="Enter Amount" type="number" required="">
    </div>
    <div class="col-lg-12 form-group expiration required">
      <!--<label class='control-label'>Message</label>-->
      <textarea class="form-control card-expiry-year" placeholder="Enter Message" name="message"></textarea>
    </div>
  </div>
  <div class="col-lg-12 form-group expiration required">
    <input type="checkbox" name="term_con" value="1" required="">
    <label class="form-check-label" for="exampleCheck1">Term &amp; Condition <a href="privacy-policy.php" target="_blank">Privacy Policy</a></label>
  </div>
  <div class="form-row">
    <div class="col-md-12 form-group">
      <button class="form-control btn btn-primary submit-button" type="submit" name="pay_now">Pay »</button>
    </div>
  </div>
</form>

Text Content

8299549405       9821133481

contact[at]mastbanarasipaan[dot]com

Open hours: Monday - Saturday 10:00AM - 6:30PM

Menu
 * Home
 * About
   * About Us
     
     
   * Mission/Vision
   * Our team
 * Our Outlet
 * Franchise Model
 * Event Booking
   
 * Bulk Buy
 * Gallery / Media
 * Contact
 * Pay Online

×
Get
Franchise
Opportunity! Select Opportunity Franchise Opportunity Event Booking Corporate
Tie-up Submit Call Back
Mast Banarasi Paan


BEST FLAVOUR & TASTY

Mast Banarasi Paan


DELICIOUS SPECIALTIES

Mast Banarasi Paan


BEST PAAN MAKERS

Mast Banarasi Paan


BEST FLAVOUR & TASTY

Mast Banarasi Paan


DELICIOUS SPECIALTIES

Mast Banarasi Paan


BEST PAAN MAKERS

Mast Banarasi Paan


BEST FLAVOUR & TASTY





RAJAWADI PAAN

Delicious in every bite.


SILVER PAAN

Delicious in every bite.


CHOCOLATE PAAN

Delicious in every bite.


BANARASI PAAN

Delicious in every bite.


MAST BANARASI PAAN

The ancient city of Banaras now a day known as Varanasi is famous for producing
many unique goods. The Banarasi Paan is one of them. The taste, flavor and
elegance of Mast Banarasi Paan are unique and matchless in India and abroad. It
is endeavor of Mast Banarasi Paan Company to build a chain of franchise outlets
in most of the cities of India to ensure that delicious Banarasi Paan is made
available to every customer with the same flavor, taste, quality and hygiene and
we are the best paan provider in INDIA


Our New Arrivals


RAJWADI PAAN

In ancient time Kings, zamindars and royal family members use to eat Rajwadi
Paan. Delicious Rajwadi Paan was not available for all. The Mast Banarasi Paan
Company want that this unique and delicious product of Paan should be made
available to every customer found of eating Rajwadi Paan. We make Rajwadi Paan
with special dry fruits and Mawa. Taste of Rajwadi Paan is very delicious.

Order now


LADDU PAAN

Laddu Paan is an organic sweet. We make Laddu Paan with some special ingredients
like dry fruits, khoya, mawa, betel leaves etc. This Paan is very delicious
product and very good for improving digestion and health. We ensure that Laddu
Paan is good in quality, taste and easy to digest product with effect of
refreshing the mind after eating this special product of Mast Banarasi Paan.
This Paan is unique product to serve on the occasion on wedding, parties,
offering as oblation in worship and all festivities at home and society as well.

Order now




CHOCOLATE PAAN

Chocolate Paan is one of our best Paan products. Chocolate Paan is very
delicious in taste and exotic in flavor and beneficial for our health as well.
This Chocolate Banarasi Paan is very popular among people belonging to all age
groups and especially girls, children and women. This delicious and special
Chocolate Banarasi Paan is provided at our all franchise outlets.

Order now


FIRE PAAN

Fire Paan is most popular product among several verities of Mast Banarasi Paan
available in our franchise outlets. Customers like eating fire Paan burning with
burning flame but while eating this product it gives the immediate feeling of
freshness, aroma and sweetness which mesmerize the customer. This unique product
was invented by people of Banaras and this product is in great demand at our
every outlets located in different parts of India.

Order now




SILVER PAAN

Silver Paan is unique product of Mast Banarasi Paan Company. This Paan is
wrapped in silver foil which acts as a preservative layer from the outer side
and prevents it from any bacterial contamination. As per Indian Standards,
Silver foil used in Sweets must contain 99.9% silver and Silvar Paan sold at
Mast Banarasi Paan franchise has the same quality and standard. This Paan
product is very delicious and tasty and very much liked by health conscious
people.

Order now

Certificate


Order Now


MAKE APPOINTMENT

Name
Email
Phone
Phone
Time
Person

Person 1 2 3 4+



MAST BANARASI PAAN

Banaras already famous for many things and one of the most famous things of
Banaras is banarasi paan. But the flavour and feel of banarasi paan are not
available at every place and not every person can be going Banaras to eating
banarasi paan.

Privacy Policy Token details Agreement process Refund policy
 * 
 * 
 * 
 * 
 * 


OPEN HOURS

 * Monday10:00 - 6:30
 * Tuesday10:00 - 6:30
 * Wednesday10:00 - 6:30
 * Thursday10:00 - 6:30
 * Friday10:00 - 6:30
 * Saturday10:00 - 6:30
 * Sunday Closed


INSTAGRAM




NEWSLETTER

Far far away, behind the word mountains, far from the countries.




Our Partnars

Copyright ©2022 All rights reserved | Maintaining by Ignite Minds



FOR ANY QUERY PLEASE FILL THE FORM.

Name
Email
Phone
City



PAY ONLINE

--------------------------------------------------------------------------------

Term & Condition Privacy Policy
Pay »

Close