www.hotelfrenchriviera.com Open in urlscan Pro
36.50.82.197  Public Scan

URL: https://www.hotelfrenchriviera.com/
Submission: On October 19 via api from US — Scanned from CA

Form analysis 2 forms found in the DOM

Name: hotelformGET https://app.axisrooms.com/beV2/searchHotel.html

<form class="form-inline reservation-horizontal clearfix row justify-content-center" action="https://app.axisrooms.com/beV2/searchHotel.html" method="get" name="hotelform" id="hotelform" target="_blank">
  <input type="hidden" name="newBe" value="true">
  <input type="hidden" name="paxInfo" id="paxInfo" value="">
  <input type="hidden" name="allHotels" value="true">
  <input type="hidden" name="searchPageList" value="true">
  <input type="hidden" id="beid" name="bookingEngineId" value="4579">
  <input type="hidden" name="paxInfo" id="paxInfo" value="">
  <br>
  <input type="hidden" name="searchId" value="-1">
  <input type="hidden" name="searchNumber" value="1">
  <!-- Error message -->
  <div id="message"></div>
  <div class="col-md-2" style="display:none;">
    <div class="form-group">
      <label for="checkin">Property</label>
      <select name="productId" id="productId" style="color: black;border:2px solid silver;" class="chosen-select reqd form-control chosen location_field select-textbox">
        <option value="190985">French Riviera - A Boutique Hotel</option>
      </select>
    </div>
  </div>
  <div class="col-md-2">
    <div class="form-group">
      <label for="checkin" style="color:#fff">Check-in</label>
      <div class="popover-icon" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="right" data-content=""> </div>
      <!-- <i class="fa fa-calendar infield"></i> -->
      <input type="" name="fromdate" id="fromdate" class="form-control datep hasDatepicker" readonly="" style="border:2px solid silver">
    </div>
  </div>
  <div class="col-md-2">
    <div class="form-group">
      <label for="checkout" style="color:#fff">Check-out</label>
      <div class="popover-icon" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="right" data-content=""></div>
      <!-- <i class="fa fa-calendar infield"></i> -->
      <input type="" name="todate" id="todate" class="form-control datep hasDatepicker" readonly="" style="border:2px solid silver">
    </div>
  </div>
  <div class="col-sm-2" style="">
    <div class="form-group">
      <label for="adults" style="color:#fff">No. of Rooms</label>
      <select name="rooms" id="rooms" class="reqd basic" data-custom-id="custom" data-custom-class="custom" style="border: 2px solid silver;color: black; height: 40px;border-radius: 5px;" data-style="btn-white">
        <option value="1" selected="selected">1 Room</option>
        <option value="2" style="cursor:pointer;color:#000;">2 Rooms</option>
        <option value="3" style="cursor:pointer;color:#000;">3 Rooms</option>
      </select>
    </div>
  </div>
  <div class="col-md-2" style="">
    <div class="form-group">
      <label for="adults" style="color:#fff">No. of Adults</label>
      <select class="reqd basic form-control" data-custom-id="custom" data-custom-class="custom" id="numAdults" data-style="btn-white" style="border: 2px solid silver;color: black; height: 40px;border-radius: 5px;">
        <option value="1" selected="selected" style="cursor:pointer !important;color:#000;">1 Adult</option>
        <option value="2" style="cursor:pointer !important;color:#000;">2 Adults</option>
        <option value="3" style="cursor:pointer !important;color:#000;">3 Adults</option>
      </select>
    </div>
  </div>
  <div class="col-md-2" style="">
    <div class="form-group">
      <label for="adults" style="color:#fff">No. of Kids</label>
      <select class="reqd basic form-control" data-custom-id="custom" data-custom-class="custom" id="numKids" data-style="btn-white" style="border: 2px solid silver;color: black; height: 40px;border-radius: 5px;">
        <option value="1" selected="selected" style="cursor:pointer !important;color:#000;">1 Kid</option>
        <option value="2" style="cursor:pointer !important;color:#000;">2 Kids</option>
        <option value="3" style="cursor:pointer !important;color:#000;">3 Kids</option>
      </select>
    </div>
  </div>
  <div class="col-md-2" style="margin-top:8px;">
    <input type="button" class="btn btn-primary btn-block book" value="Check Availability " onclick="submitFor(productId);">
  </div>
</form>

Name: info_form

<form name="info_form">
  <div class="row">
    <div class="col-md-6 mb-3">
      <label for="recipient-name" class="col-form-label">Name:</label>
      <input type="text" class="form-control" placeholder="Full Name" name="fname" id="recipient-name">
    </div>
    <div class="col-md-6 mb-3">
      <label for="email" class="col-form-label">Email:</label>
      <input type="email" class="form-control" placeholder="Email" name="email" id="email">
    </div>
    <div class="col-md-6 mb-3">
      <label for="no_of_guest" class="col-form-label">Phone:</label>
      <input type="tel" class="form-control" placeholder="Contact Number" name="phone" id="phone">
    </div>
    <div class="col-md-6 mb-3">
      <label for="event_date" class="col-form-label">Event Date:</label>
      <span class="form-control" style="border: 1px solid #ced4da">
        <input type="text" class="hasDatepicker" id="event_date" placeholder="Event Date" name="eventdate" style="border: none;">
      </span>
    </div>
    <div class="col-md-6 mb-3">
      <label for="no_of_guest" class="col-form-label">No of guest:</label>
      <input type="number" class="form-control" placeholder="No. of Guest" name="noofguest" id="no_of_guest">
    </div>
    <div class="mb-3">
      <label for="message-text" class="col-form-label">Message:</label>
      <textarea class="form-control" id="message-text" placeholder="Message" name="message"></textarea>
    </div>
  </div>
  <div class="modal-footer">
    <!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>-->
    <button type="submit" onclick="return(validate_pform());" class="btn btn-primary">Submit</button>
  </div>
</form>

Text Content

Book Now
 * Home
 * About Us
 * Rooms & Suites
 * Events
 * Offers
   
 * Gallery
 * Blogs
 * Contact Us
   

Book Now



Property French Riviera - A Boutique Hotel
Check-in

Check-out

No. of Rooms 1 Room 2 Rooms 3 Rooms
No. of Adults 1 Adult 2 Adults 3 Adults
No. of Kids 1 Kid 2 Kids 3 Kids


FRENCH RIVIERA - A BOUTIQUE HOTEL


HOTEL IN PANIPAT

Welcome to French Riviera, a boutique hotel located on NH 44, Panipat.
Experience the incomparable grace and antique elegance in our well-curated rooms
and suites. Enjoy fine meals, unwind at our relaxing spa and receive
high-quality service. Its amazing architecture and vintage ambiance make it a
perfect place to stay where we ensure that your every moment is filled with
aesthetic pleasures.


Discover the best hotels in Panipat where classic charm meets the luxury. We
offer you elegantly designed rooms with beautiful decor amidst the vibrant city.
We ensure that you have a pleasant stay in Panipat along with the best dining
experience. Enjoy pure vegetarian delicacies on your plate made with fresh
ingredients and each meal is a celebration of flavour that will make you visit
our hotel again. Moreover, apart from luxury stays and exquisite cuisine, unwind
by our elegant swimming pool where you can bask in the sun and take a refreshing
dip while enjoying the panoramic views. Come and explore our hotel and witness
remarkable personalized staff service and have cherishable moments with us.

Explore Now

LUXURY

ROOMS

RENAISSANCE STUDIO

Our Renaissance Studio is also adorned by period furniture keeping a French
theme in mind. This Room features a king-sized bed with a living area and space
for a working area as well. Moreover, it has a lavish bathroom with a rainfall
shower and premium toiletries. We provide top-notch amenities to ensure that you
stay connected with comfort. The best stay in Panipat awaits you!!

Book Now Explore Now

DUPLEX SUITE

Our Duplex Suite features two elegantly appointed levels and offers a spacious
living area, a lavish bedroom, a kitchen, and a private balcony with beautiful
views. We welcome you to experience comfort and luxury at the best hotel stay in
Panipat and make unforgettable memories with us.

Book Now Explore Now

CLASSIC FRENCH ROOM

Our Classic French Rooms are designed in a way where grace meets comfort. These
rooms feature period furniture and beautiful French decor along with modern
amenities that offer a serene retreat to your eyes. Indulge yourself in the
luxurious ambiance which is complemented by exceptional staff service making it
the best accommodation in Panipat.

Book Now Explore Now

RENAISSANCE STUDIO

Our Renaissance Studio is also adorned by period furniture keeping a French
theme in mind. This Room features a king-sized bed with a living area and space
for a working area as well. Moreover, it has a lavish bathroom with a rainfall
shower and premium toiletries. We provide top-notch amenities to ensure that you
stay connected with comfort. The best stay in Panipat awaits you!!

Book Now Explore Now

DUPLEX SUITE

Our Duplex Suite features two elegantly appointed levels and offers a spacious
living area, a lavish bedroom, a kitchen, and a private balcony with beautiful
views. We welcome you to experience comfort and luxury at the best hotel stay in
Panipat and make unforgettable memories with us.

Book Now Explore Now

CLASSIC FRENCH ROOM

Our Classic French Rooms are designed in a way where grace meets comfort. These
rooms feature period furniture and beautiful French decor along with modern
amenities that offer a serene retreat to your eyes. Indulge yourself in the
luxurious ambiance which is complemented by exceptional staff service making it
the best accommodation in Panipat.

Book Now Explore Now

RENAISSANCE STUDIO

Our Renaissance Studio is also adorned by period furniture keeping a French
theme in mind. This Room features a king-sized bed with a living area and space
for a working area as well. Moreover, it has a lavish bathroom with a rainfall
shower and premium toiletries. We provide top-notch amenities to ensure that you
stay connected with comfort. The best stay in Panipat awaits you!!

Book Now Explore Now
‹›


FACILITIES

SPA

Coming Soon

SWIMMING POOL

Coming Soon

FITNESS CENTRE

Coming Soon

KIDS PLAY ZONE

Coming Soon

RESTAURANT

Coming Soon

MICE

Coming Soon

EVENTS

Say "I do" in style at our hotel's beautiful wedding halls! No matter if you're
looking for a cozy gathering or a lavish affair, we've got the ideal setting for
your big day. Our venues are all about fulfilling your wedding fantasies,
complete with beautiful decorations and top-notch service. Our seasoned team
will be by your side throughout, making sure every detail is just right for a
truly enchanting event. Let us be part of crafting memories that you'll cherish
forever in our hotel's wonderful wedding halls and event spaces. Plan your
destination wedding in Panipat with us and create lifelong cherishable moments.

Enquire Now Explore Now

GALLERY



GUEST

TESTIMONIALS

WE HAD A WONDERFUL EXPERIENCE

It was a great experience for us. The attention to detail in every aspect of our
stay was impressive. I will take a moment to appreciate the staff. The staff
were friendly and attentive and the level of service was unparalleled. We will
come back again to this beautifully designed property.

- Ankush Chabra

THANK YOU FOR AN AMAZING STAY!!

Our deepest gratitude for the amazing hospitality and a very comfortable stay.
Our special thanks to the chef Sohan Singh Ji for the most amazing snacks and
wonderful food; deep appreciation to the Manager Manish Ji for making sure we
were well looked after and to Sonu and Akhil for being so prompt with their
efficient service.

- Neetu Bali

ABSOLUTELY LOVED MY STAY

Such a beautiful hotel with great service and facilities. I stayed and spent 5
days here with my spouse and children and we truly enjoyed our vacation
throughout our stay. They serve the tastiest mouth-watering food that one should
try once on their visit to Panipat.

- Mr. Praveen Desai

WE HAD A WONDERFUL EXPERIENCE

It was a great experience for us. The attention to detail in every aspect of our
stay was impressive. I will take a moment to appreciate the staff. The staff
were friendly and attentive and the level of service was unparalleled. We will
come back again to this beautifully designed property.

- Ankush Chabra

THANK YOU FOR AN AMAZING STAY!!

Our deepest gratitude for the amazing hospitality and a very comfortable stay.
Our special thanks to the chef Sohan Singh Ji for the most amazing snacks and
wonderful food; deep appreciation to the Manager Manish Ji for making sure we
were well looked after and to Sonu and Akhil for being so prompt with their
efficient service.

- Neetu Bali

ABSOLUTELY LOVED MY STAY

Such a beautiful hotel with great service and facilities. I stayed and spent 5
days here with my spouse and children and we truly enjoyed our vacation
throughout our stay. They serve the tastiest mouth-watering food that one should
try once on their visit to Panipat.

- Mr. Praveen Desai

WE HAD A WONDERFUL EXPERIENCE

It was a great experience for us. The attention to detail in every aspect of our
stay was impressive. I will take a moment to appreciate the staff. The staff
were friendly and attentive and the level of service was unparalleled. We will
come back again to this beautifully designed property.

- Ankush Chabra

‹›


FRENCH RIVIERA - A BOUTIQUE HOTEL

 * G.T. Road, Samalkha, Panipat, Haryana - 132101
 * info@hotelfrenchriviera.com
 * 1802953080 | +919812200066
   
   Sales : 7788800084

Get In Touch


 * Home
 * Stay
 * Our Menu
   
 * Events
   
   
 * Contact Us
   

Copyright © 2024 All Rights Reserved. Powered by CIN Universe.

X

Welcome to our 100% vegetarian Hotel.

ENQUIRE NOW

Name:
Email:
Phone:
Event Date:
No of guest:
Message:
Submit