amarranna.com Open in urlscan Pro
2606:4700:3030::6815:5826  Public Scan

Submitted URL: http://amarranna.com/
Effective URL: https://amarranna.com/
Submission: On March 24 via api from BE — Scanned from DE

Form analysis 4 forms found in the DOM

POST https://amarranna.com/emailsubscribe

<form action="https://amarranna.com/emailsubscribe" method="POST">
  <input type="hidden" name="_token" value="OIn242WC7aHdXdNZmZBtEklojqVKJX8cv45ZMVHI">
  <div class="col-xl-6 col-lg-7 col-md-10 mx-md-auto mt-5">
    <div class="input-group mb-2">
      <input type="text" class="form-control rounded h-45 fs-6" placeholder="Enter your email" name="email" id="email" aria-label="Recipient's username" aria-describedby="subscribe_button" required="">
      <button class="btn btn-secondary rounded h-45 ms-md-3 ms-2" type="submit" id="subscribe_button">Subscribe</button>
    </div>
  </div>
</form>

POST https://amarranna.com/inquiry

<form class="row" action="https://amarranna.com/inquiry" method="POST">
  <input type="hidden" name="_token" value="OIn242WC7aHdXdNZmZBtEklojqVKJX8cv45ZMVHI">
  <div class="col-md-6 mb-4 mb-lg-5">
    <label for="first_name" class="form-label m-0 fw-semibold fs-7">First Name <span class="text-danger">*</span></label>
    <input type="text" class="form-control border-0 border-bottom rounded-0 p-0 pb-1 px-0 fs-7" name="first_name" id="first_name" required="">
  </div>
  <div class="col-md-6 mb-4 mb-lg-5">
    <label for="last_name" class="form-label m-0 fw-semibold fs-7">Last Name <span class="text-danger">*</span></label>
    <input type="text" class="form-control border-0 border-bottom rounded-0 p-0 pb-1 px-0 fs-7" name="last_name" id="last_name" required="">
  </div>
  <div class="col-md-6 mb-4 mb-lg-5">
    <label for="emaill" class="form-label m-0 fw-semibold fs-7">Email <span class="text-danger">*</span></label>
    <input type="email" class="form-control border-0 border-bottom rounded-0 p-0 pb-1 px-0 fs-7" name="emaill" id="emaill" required="">
  </div>
  <div class="col-md-6 mb-4 mb-lg-5">
    <label for="phone" class="form-label m-0 fw-semibold fs-7">Mobile <span class="text-danger">*</span></label>
    <input type="number" class="form-control border-0 border-bottom rounded-0 p-0 pb-1 px-0 fs-7" name="mobile" id="phone" onkeypress="if(this.value.length==10) return false;" required="">
  </div>
  <div class="col-md-12 mb-lg-5 mb-md-3 mb-4">
    <label for="Message" class="form-label m-0 fw-semibold fs-7">Message <span class="text-danger">*</span></label>
    <textarea class="form-control border-0 border-bottom rounded-0 h-45 py-1 px-0 text-muted" name="message" id="Message" placeholder="Write your message.." required=""></textarea>
  </div>
  <div class="col-12">
    <div class="g-recaptcha" data-sitekey="reCAPTCHA site key">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-1ga0h7920d8m" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=reCAPTCHA%20site%20key&amp;co=aHR0cHM6Ly9hbWFycmFubmEuY29tOjQ0Mw..&amp;hl=de&amp;v=Hq4JZivTyQ7GP8Kt571Tzodj&amp;size=normal&amp;cb=ptzgh8j8bulu"></iframe></div><textarea
          id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </div>
  <div class="col-12 d-flex justify-content-end">
    <button class="m-0 btn btn-primary" type="submit">Send Message</button>
  </div>
</form>

GET https://amarranna.com/stores

<form class="" action="https://amarranna.com/stores" method="get">
  <div class="col-12">
    <div class="row align-items-center justify-content-between">
      <div class="col-6 d-none d-lg-block">
        <div class="Search-left-img">
          <img src="https://amarranna.com/storage/app/public/landing/images/search.webp" alt="search-left-img" class="w-100 object-fit-cover search-left-img">
        </div>
      </div>
      <div class="col-12 col-lg-6">
        <div class="search-content text-capitalize">
          <h4 class="fs-2 text-dark fw-bolder mb-2 d-none d-md-block">Search</h4>
          <p class="fs-6">what are you looking for ?</p>
        </div>
        <select name="city" id="city" class="py-2 input-width px-2 mt-4 mb-1 w-100 border rounded-5 fs-7">
          <option value="" data-value="https://amarranna.com/stores?city=&amp;area=" data-id="0" selected="">Select City</option>
        </select>
        <select name="area" id="area" class="py-2 input-width px-2 mt-2 mb-1 w-100 border rounded-5 fs-7">
          <option value="">Select Area</option>
        </select>
        <div class="search-btn-group">
          <div class="d-flex justify-content-between align-items-center mt-5">
            <a type="submit" class="btn-primary bg-danger w-100 rounded-3 rounded-3 m-1 text-center" data-bs-dismiss="modal">Cancel </a>
            <input type="submit" class="btn-primary w-100 rounded-3 rounded-3 m-1 text-center" value="Submit">
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

GET https://api.whatsapp.com/send

<form action="https://api.whatsapp.com/send" method="get" target="_blank" class="d-flex align-items-center d-grid gap-2">
  <textarea class="form-control" name="text" placeholder="Your Text Message"></textarea>
  <input type="hidden" name="phone" value="919499874557">
  <button type="submit" class="btn btn-success btn-block">
    <i class="fa-solid fa-paper-plane"></i>
  </button>
</form>

Text Content

 * Home
 * Features
 * Our Partners
 * Pricing Plans
 * Blogs
 * Contact Us
 * Find Store

 * English

Get Started

Menu

 * Home
 * Features
 * Our Partners
 * Pricing Plans
 * Blogs
 * Contact Us
 * Find Store

Your experience on this site will be improved by allowing cookies.

Accept


ORDERING ON WHATSAPP SUPERCHARGED!

Leverage WhatsApp as platform to accept orders. Create a digital menu for your
Restaurant or Bar. Share with your clients and let them order via Mobile

Get Started



HOW DOES IT WORK?

Follow the below steps to generate your online Restaurant

01

CREATE ACCOUNT

Sign up for Online Restaurant

Get Started
02

ADD MENU

Start adding your menu

Get Started
03

START ORDERING

Ready to take orders

Get Started


CHOOSE YOUR PLAN

LOREM IPSUM IS SIMPLY DUMMY TEXT OF THE PRINTING AND TYPESETTING INDUSTRY.




TRUSTED BY


65


PARTNERS


10


YEARS OF EXPERIENCE


275


CUSTOMERS


60


COMPLETED BOOKINGS


WHAT OUR CLIENT SAYS?

LOREM IPSUM IS SIMPLY DUMMY TEXT OF THE PRINTING AND TYPESETTING INDUSTRY.

‹›



SUBSCRIBE TO OUR NEWSLETTER!

SUBSCRIBE TO LEARN ABOUT NEW PRODUCT FEATURES, THE LATEST IN TECHNOLOGY,
SOLUTIONS, AND UPDATES.

Subscribe


CONTACT US

ANY QUERY! FEEL FREE TO CONTACT.

CONTACT INFORAMTION

Say something to start a live chat!

919499874557

infotechgravity@gmail.com

248 Cedar Swamp Rd, Jackson, New Mexico - 08527

First Name *
Last Name *
Email *
Mobile *
Message *

Send Message

Lorem Ipsum is simply dummy text of the printing and typesetting industry

About Us

Home

Features

Pricing Plans

Blogs

Contact Us

Other Pages

Privacy Policy

Refund Policy

Terms & Conditions

About Us

FAQs

Our Partners

Help

infotechgravity@gmail.com

919499874557

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

Copyright © 2023 Gravity Infotech. All Rights Reserved




SEARCH

SEARCH

what are you looking for ?

Select City Select Area
Cancel

SCRIPT LICENSE INFORMATION

REGULAR LICENSE

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

 * You can not create subscription plans
 * You can not charge your end customers using subscription plans

EXTENDED LICENSE

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

 * You can create subscription plans
 * You can charge your end customers using subscription plans

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

SCRIPT INSTALLATION & CONFIGURATION SERVICE

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

REGULAR LICENSE

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

 * One time installation service (cPanel OR Plesk based hosting server) : $49
 * One time installation service (Any other hosting server) : Contact us for
   pricing

EXTENDED LICENSE

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

 * One time installation service (cPanel OR Plesk based hosting server) : FREE
 * One time installation service (Any other hosting server) : Contact us for
   pricing

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

SCRIPT ADDONS INFORMATION

(We have installed all addons in the demo script. You will get the addons as
mentioned below)

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

REGULAR LICENSE

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

 * No addons available

EXTENDED LICENSE

(You will get below mentioned 7 addons free)

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

 * Google Analytics
 * Customer Login
 * Blogs
 * Language
 * Coupons
 * Custom Domain
 * Themes

PRIEMUM ADDONS

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

 * PayPal
 * MyFatoorah
 * Mercado Pago
 * toyyibPay
 * POS (Point Of Sale)
 * Telegram
 * Table QR
 * PWA (Progressive Web App)

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

NOTES

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

 * Any third party configuration service will be charged extra (Example : Email
   Configuration, Custom Domain Configuration, Social Login Configuration,
   Google Analytics Configuration, Google reCaptcha Configuration, etc…)
 * If you have any questions regarding LICENSE, INSTALLATION & ADDONS then
   please contact us

CONTACT INFORMATION

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

 * Email : infotechgravity@gmail.com
 * Whatsapp : +91 9499874557

Buy Regular License Buy Extended License Buy Priemum Addons Continue to Demo


RESTRO SAAS | ADMIN

How can I help you ?