tajindianfusion.com Open in urlscan Pro
35.212.6.190  Public Scan

URL: https://tajindianfusion.com/
Submission: On September 22 via api from BE — Scanned from DE

Form analysis 8 forms found in the DOM

POST #

<form action="#" class="form_customization" id="form_customization" method="POST">
  <div class="modal-body">
    <div class="tfy-food-item-content">
      <img class="card-img-top mb-4" src="#" loading="lazy" alt="product-img">
      <!-- <p class="out-of-stock tfy-description-text-font">OUT OF STOCK</p> -->
      <div class="tfy-add-with-note-product " loading="lazy">
        <!-- <h4 class="tfy-add-with-notes-old-price"></h4>
							<h4 class="tfy-add-with-notes-title tfy-primary-subtitle-text-color"></h4>
							<p class="tfy-add-with-notes-discount"></p>
							<p class="tfy-add-with-note-price tfy-primary-subtitle-text-color tfy-subtitle-text-font"></p> -->
        <div class="d-flex align-items-start justify-content-between">
          <h4 class="tfy-primary-title-text-color tfy-subtitle-text-font tfy-add-with-notes-title">Item</h4>
          <p class="tfy-primary-desc-text-color tfy-subtitle-text-font m-0 tfy-add-with-notes-old-price fw-bold"></p>
        </div>
        <p class="tfy-primary-desc-text-color tfy-subtitle-text-font text-end m-0 tfy-add-with-notes-discount"></p>
      </div>
      <p class="tfy-item-desc tfy-primary-desc-text-color tfy-description-font"></p>
      <p class="tfy-customization mt-3"></p>
      <div class="form-group mt-3 tfy-primary-desc-text-color">
        <label for="exampleFormControlTextarea " class="tfy-primary-desc-text-color tfy-description-text-font">Special Instructions&nbsp;</label>
        <textarea class="form-control tfy-special-instruction mt-2 tfy-primary-desc-text-color tfy-description-text-font" id="tfy-special-instruction" rows="3" style="background-color:transparent"></textarea>
        <input type="hidden" name="item_id" class="tfy-item-id" value="">
      </div>
    </div>
  </div>
  <div class="modal-footer tfy-modal-close d-flex align-items-center justify-content-md-between justify-content-center">
    <div>
      <div class="tfy-modal-product-card-footer">
        <span href="#" class="float-left tfy-product-quantity">
          <div class="number tfy-product-quantity-count d-flex gap-1">
            <button class="tfy-minus btn-primary tfy-popup-counter " min-req-qty="1">-</button>
            <input type="number" step="1" min="1" value="1" class="tfy-item-quantity" min-req-qty="1">
            <button class="tfy-plus btn-primary tfy-popup-counter ">+</button>
          </div>
        </span>
      </div>
    </div>
    <div>
      <button type="button" data-note="2" class="btn  tfy-footer-addtocart tfy-add-cart btn-primary ">Add to Cart</button>
      <button type="button" class="btn btn-primary tfy-footer-close" data-bs-dismiss="modal" data-dismiss="modal">Close</button>
    </div>
  </div>
</form>

POST

<form class="reservation-table-form form_box" method="post">
  <input type="hidden" name="_token" value="5FfZpRS6bFnZWFUBFJyhfPMdckK09vI6lvvxB6NI">
  <div class="form-group row">
    <input type="hidden" name="restaurants_slug" id="restaurant_slug" class="form-control tfy-description-font" value="taj_indi-LkBnr" placeholder="" required="">
    <div class="col-md-4 col-sm-6 col-xs-12 animated mb-md-4" data-animation="fadeInLeft" data-animation-delay="200">
      <label class="col-form-label">Full Name</label>
      <input name="name" class="form-control tfy-description-font custom-shape" type="text" placeholder="Full Name *" maxlength="40" required="">
    </div>
    <div class="col-md-4 col-sm-6 col-xs-12 animated mb-md-4" data-animation="fadeInLeft" data-animation-delay="400">
      <label class="col-form-label">Email Id</label>
      <input name="email" class="form-control tfy-description-font custom-shape" type="email" placeholder="Email Id *" maxlength="50" required="">
    </div>
    <div class="col-md-4 col-sm-6 col-xs-12 animated mb-md-4" data-animation="fadeInLeft" data-animation-delay="1400">
      <label class="col-form-label">Mobile</label>
      <input name="mobile" class="form-control tfy-description-font phone-validation custom-shape" type="tel" placeholder="Phone No*" required="" inputmode="text">
    </div>
    <div class="col-md-4 col-sm-6 col-xs-12 animated mb-md-4" data-animation="fadeInLeft" data-animation-delay="600">
      <!-- Selct wrap -->
      <label class="col-form-label">Occasion</label>
      <input type="text" class="form-control tfy-description-font custom-shape" name="occasion" maxlength="50" placeholder="Occasion Name">
    </div>
    <div class="col-md-4 col-sm-6 col-xs-12 animated mb-md-4" data-animation="fadeInLeft" data-animation-delay="1200">
      <label class="col-form-label">Number of Guests</label>
      <input type="number" id="guest" name="guest" class="form-control tfy-description-font custom-shape" placeholder="Number of Guests*" required="">
    </div>
    <div class="col-md-4 col-sm-6 col-xs-12 datepicker animated mb-md-4" data-animation="fadeInLeft" data-animation-delay="1600">
      <label class="col-form-label">Date</label>
      <span class="Zebra_DatePicker_Icon_Wrapper" style="display: block; position: relative; float: none; inset: auto; margin: 0px; padding: 0px;"><input name="date" class="form-control tfy-description-font custom-shape" id="tfy_date"
          placeholder="Date" type="text" required="" readonly="readonly" style="position: relative; float: none; inset: auto; margin: 0px; padding-right: 40px;"><button type="button" class="Zebra_DatePicker_Icon" style="top: 11px; right: 12px;">Pick
          a date</button></span>
    </div>
    <div class="col-md-12 col-sm-12 col-xs-12 animated mb-md-4" data-animation="fadeInLeft" data-animation-delay="1800">
      <label class="col-form-label">Message</label>
      <textarea rows="5" name="message" class="form-control tfy-description-font custom-shape" placeholder="Message" required=""></textarea>
    </div>
    <div class="col-md-12 animated mb-md-4" data-animation="fadeInLeft" data-animation-delay="1800" style="margin-top: 10px;">
      <button type="submit" class="btn btn-primary custom-shape" id="tfy-book-reservation"> SUBMIT </button>
    </div>
  </div>
</form>

POST

<form action="" method="POST" class="form-horizontal live-edit-placeholder subcribe-form" accept-charset="utf-8" autocomplete="off">
  <input type="hidden" name="_token" value="5FfZpRS6bFnZWFUBFJyhfPMdckK09vI6lvvxB6NI"> <input type="hidden" name="restaurants_slug" class="form-control" value="taj_indi-LkBnr" placeholder="" required="">
  <div class="form-group d-flex align-content-center gap-2">
    <input type="email" name="email" class="form-control custom-shape" placeholder="Enter Email Address" required="">
    <div class="form-group d-flex justify-content-center">
      <button type="submit" class="btn btn-primary btn-block m-0 custom-shape">Subscribe</button>
    </div>
  </div>
</form>

POST https://tajindianfusion.com/login

<form id="signinForm" action="https://tajindianfusion.com/login" method="POST" class="form-horizontal login-form" enctype="multipart/form-data" accept-charset="utf-8" autocomplete="off">
  <input type="hidden" name="_token" value="5FfZpRS6bFnZWFUBFJyhfPMdckK09vI6lvvxB6NI">
  <div class="login-form input-field">
    <div class="form-group">
      <label for="email" class="tfy-header-menu-font">Email</label>
      <input type="text" name="email" value="" placeholder="Enter your email address" required="">
    </div>
    <div class="form-group login-password">
      <label for="password" class="tfy-header-menu-font">Password</label>
      <input type="password" id="signinFormTypeChange" name="password" value="" placeholder="Enter your password" required="">
      <i class="fa-regular fa-eye" id="signinFormEye"></i>
    </div>
    <div class="text-center">
      <button type="submit" class="btn btn-primary w-100 saveButton my-2"> LOGIN </button>
    </div>
    <div class=" text-right text-end">
    </div>
    <div class="login-option text-center text-center">
      <p class="tfy-header-menu-font">OR LOGIN WITH</p>
      <div class="soc d-flex align-items-center justify-content-center gap-2">
        <a href="https://tajindianfusion.com/login/facebook" class="facebook"><img src="https://cdn.restaurantify.com/public/plugins/social-media-images/facebook.png" alt="facebook"></a>
        <a href="https://tajindianfusion.com/login/google" class="google"><img src="https://cdn.restaurantify.com/public/plugins/social-media-images/search.png" alt="google"></a>
        <!-- <a href="https://tajindianfusion.com/login/google" class="google"><img src="https://cdn.restaurantify.com/public/plugins/social-media-images/OTP.png"></a> -->
      </div>
    </div>
    <p class="tfy-header-menu-font text-center mt-2 m-0">Don't have an account? <a href="#" id="signupButton" class="signup"> Sign Up</a>
    </p>
  </div>
</form>

POST https://tajindianfusion.com/register

<form id="signupForm" action="https://tajindianfusion.com/register" method="POST" class="form-horizontal login-form signupForm" enctype="multipart/form-data" accept-charset="utf-8" autocomplete="off">
  <input type="hidden" name="_token" value="5FfZpRS6bFnZWFUBFJyhfPMdckK09vI6lvvxB6NI">
  <div class="signup input-field">
    <div class="form-group">
      <label for="email" class="tfy-header-menu-font">Name</label>
      <input type="text" name="name" value="" placeholder="Enter your name" required="">
    </div>
    <div class="form-group">
      <label for="email" class="tfy-header-menu-font">Email</label>
      <input type="text" name="email" value="" placeholder="Enter your email address" required="">
    </div>
    <div class="form-group signup-password">
      <label for="password" class="tfy-header-menu-font">Password</label>
      <input type="password" class="password" id="signupFormType" name="password" value="" placeholder="Enter your password" required="">
      <span id="passwordError" class="error"></span>
      <i class="fa-regular fa-eye" id="signupFormEye"></i>
    </div>
    <div class="form-group">
      <label for="phone" class="tfy-header-menu-font">Phone number</label>
      <input type="text" class="phone-validation" name="phone" value="" placeholder="Enter your phone number" maxlength="10" required="">
    </div>
    <div class="text-center">
      <button type="submit" class="btn btn-primary w-100 saveButton my-2"> SIGNUP </button>
    </div>
    <p class="tfy-header-menu-font text-center ">Already have an account? <a href="#" id="signinButton" class="signup">
                Login</a></p>
  </div>
</form>

POST https://tajindianfusion.com/register

<form id="signup" action="https://tajindianfusion.com/register" method="POST" class="form-horizontal" enctype="multipart/form-data" accept-charset="utf-8" autocomplete="off">
  <input type="hidden" name="_token" value="5FfZpRS6bFnZWFUBFJyhfPMdckK09vI6lvvxB6NI">
  <div class="form-row test">
    <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 ">
      <label for="name" class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-form-label p-0">Name</label>
      <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 p-0">
        <input type="text" class="form-control" id="name" name="name" value="" placeholder="Name" required="">
      </div>
      <span id="error_name" class="errorClass text-danger has-error"></span>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 ">
      <label for="email" class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-form-label p-0">Email</label>
      <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 p-0">
        <input type="text" class="form-control" id="email" name="email" value="" placeholder="Email" required="">
      </div>
      <span id="error_email" class="errorClass text-danger has-error"></span>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 ">
      <label for="password" class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-form-label p-0">Password</label>
      <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 p-0">
        <input type="password" class="form-control" id="password" name="password" value="" placeholder="Password" required="">
      </div>
      <span id="error_password" class="errorClass text-danger has-error"></span>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 ">
      <label for="phone" class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-form-label p-0">Phone</label>
      <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 p-0">
        <input type="text" class="form-control" id="phone" name="phone" value="" placeholder="Phone Number" required="">
      </div>
      <span id="error_phone" class="errorClass text-danger has-error"></span>
    </div>
  </div>
  <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12  text-center p-0">
    <button type="submit" class="btn tfy-theme-primary-color btn-primary saveButton"> Sign Up <i class="icon-database-insert ml-1"></i>
    </button>
  </div>
</form>

POST #

<form id="chatAiForm" action="#" method="POST" enctype="multipart/form-data" accept-charset="utf-8" autocomplete="off">
  <div class="form-row row">
    <!-- Left Column - Labels and Textareas -->
    <div class="col-md-6 p-2">
      <div class="form-group promptDiv pb-3">
        <!-- <label for="prompt">Prompt:</label> -->
        <label>Describe Your Topic:</label>
        <textarea type="text" name="prompt" class="form-control mt-2" id="prompt" rows="6"></textarea>
      </div>
      <div class="form-group descDiv pb-3">
        <!-- <label for="description">Hint in Detail:</label> -->
        <label>Give us the brief (or a few keywords):</label>
        <textarea class="form-control mt-2" name="keyword" id="description" rows="4"></textarea>
      </div>
    </div>
    <!-- Right Column - Typography Content -->
    <div class="col-md-6">
      <div class="d-md-flex flex-md-column justify-content-md-between h-100">
        <div class="p-2">
          <span style="margin: 0 10px;" class="pb-2 h5-span-tag">Output:</span>
          <!-- <label for="summernote">Output:</label> -->
          <textarea class="summernote-editor" id="textfield" name="output" rows="4"></textarea>
        </div>
      </div>
    </div>
  </div>
</form>

POST #

<form id="chatAiTranslateForm" action="#" method="POST" enctype="multipart/form-data" accept-charset="utf-8" autocomplete="off">
  <div class="form-row row">
    <!-- Left Column - Labels and Textareas -->
    <div class="col-md-6 p-2">
      <div class="form-group promptDiv pb-3">
        <!-- <label for="prompt">Prompt:</label> -->
        <label>Text To Translate:</label>
        <textarea type="text" name="promptTranslate" class="form-control mt-2" id="promptTranslate" placeholder="" rows="13"></textarea>
      </div>
    </div>
    <!-- Right Column - Typography Content -->
    <div class="col-md-6">
      <div class="d-md-flex flex-md-column justify-content-md-between h-100">
        <div class="p-2">
          <span style="margin: 0 10px;" class="pb-2 h5-span-tag">Translated Content In English :</span>
          <!-- <label for="summernote">Output:</label> -->
          <textarea class="summernoteTranslate-editor" id="textfieldTranslate" name="textfieldTranslate" rows="4"></textarea>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Home
 * Order Online
 * Menu
 * Mobile App
 * Contact Us
 * Login
   
   
 * 

TOP
 * 
 * 
 * 
 * 
 * 

 * Previous
 * Next

 1. 
 2. 
 3. 



Spice Up Your Taste Buds 

Experience the true essence of Indian flavors with our wide range of traditional
dishes. From Veg Samosas to Shahi Paneer, every dish is crafted with authentic
spices and ingredients to bring you a genuine taste of India.



Fusion Delights

Discover our innovative fusion dishes that blend traditional Indian recipes with
a modern twist. Try our Gobi Manchurian or Soya Malai Chaap for a unique dining
experience that surprises and delights with every bite.



Catering & Events

Let us bring the magic of Indian cuisine to your next event! Whether it’s a
corporate gathering or a personal celebration, our catering services will
provide a memorable experience with a delectable spread of your favorite dishes.


DISCOVER TAJ INDIAN FUSION


CELEBRATING INDIAN FLAVORS WITH A TWIST

At Taj Indian Fusion, we are passionate about bringing the vibrant flavors and
rich traditions of Indian cuisine to your table. Founded with a love for
authentic tastes and innovative culinary experiences, our restaurant offers a
unique blend of traditional Indian dishes and contemporary fusion creations.




Every meal is a celebration of culture and creativity, from our crispy Veg
Samosas to our indulgent Paneer Tikka Masala. Our chefs meticulously prepare
each dish with fresh ingredients and traditional spices, ensuring an
unforgettable dining experience that captures the true spirit of India.




Whether you are here for a hearty meal, a special celebration, or simply to
savor the rich tapestry of Indian flavors, Taj Indian Fusion is committed to
making every visit memorable.









Savor the Tradition, Relish the Fusion!

Tasty Discounts

Unbeatable Offers on Your Favorites
Enjoy fantastic discounts on your favorite dishes at Taj Indian Fusion! Explore
our special offers and limited-time deals to make your dining experience even
more delightful. Don’t miss out on great savings and incredible flavors.

Delicious Discounts That Don’t Break the Wallet!
 * 
 * 
 * 

PrevNext


SAVOR EVERY BITE




A MENU CRAFTED FOR EVERY TASTE


Explore Our Menu

Recommended
4
Appetizers
8
Indian Street Food
6
Soups
2
Vegan Special Served with Rice
8
Vegetable Entrees
13
Chicken Specialities
8
Goat Entrees
3
Seafood
5
Lamb Entrees
6
Tandoori
7
Rice and Noodles
9
Breads
8
Paranthas
7
Desserts
5
Sides
6
Drinks
10
Kids Menu
4
Recommended Appetizers Indian Street Food Soups Vegan Special Served with Rice
Vegetable Entrees Chicken Specialities Goat Entrees Seafood Lamb Entrees
Tandoori Rice and Noodles Breads Paranthas Desserts Sides Drinks Kids Menu



RECOMMENDED

TANDOORI PANEER

Indian cheese baked in a clay oven with capsicum and onion

$12.99

DAHI BHALLA CHAT

Fried lentil balls soaked in yogurt & topped with cilantro and tamarind sauce

$6.99

SHAHI PANEER

Cubes of Indian cheese in a creamy cashew sauce, Served with Rice

$15.99

BAINGAN KA BHARTHA

Eggplant roasted with mixture of onion, tomato & herbs

$15.99

APPETIZERS

VEGETABLE SAMOSA

Made with crisp patties filled with mildly spiced potatoes

$4.99

MEAT SAMOSA

Made with crisp patties filled with mildly spiced chicken

$5.99

VEGETABLE PAKORA

Assorted vegetable fritters fried with chick pea batter

$6.99

TANDOORI PANEER

Indian cheese baked in a clay oven with capsicum and onion

$12.99

GOBI MANCHURIAN

Cauliflower pieces fried and sauteed in sauce

$10.99

LOLLYPOP CHICKEN

Pulled fried Drums tossed in ginger, garlic & soya sauce

$12.99

SOYA MALAI CHAAP

Cooked in fresh cream with Indian spices

$12.99

SOYA MASALA CHAAP

Cooked with ginger, garlic, onions, bell peppers and spices

$12.99

INDIAN STREET FOOD

PAPDI CHAT

Fried diced strips, soaked in yogurt topped with Indian Spices

$6.99

ALOO TIKKI

Mashed potato patties with herbs and spices

$7.99

SAMOSA CHAT

Mixed with chick peas, onions, yogurt & tamarind sauce

$7.99

DAHI BHALLA CHAT

Fried lentil balls soaked in yogurt & topped with cilantro and tamarind sauce

$6.99

MIXED CHAAT

A combination of samosa chat & papdi chat with spices

$9.95

EGG BHURJI

Eggs cooked with onion and bell peppers

$8.99

SOUPS

VEGETABLE SOUP

Shredded Vegetables Flavored with aromatic herbs and spices

$6.99

CHICKEN CORN SOUP

Shredded Chicken & corn flavored with aromatic herbs and spices

$6.99

VEGAN SPECIAL SERVED WITH RICE

CHANA MASALA

Chick peas cooked with onions, tomatoes and spices

$12.99

DAAL TADKA

Yellow lentil with fresh herbs

$12.99

ALOO PALAK

Spinach and potatoes simmered in an onion and tomato sauce

$12.99

ALOO MUTTER

Potatoes cooked with green peas in a curry sauce

$12.99

ALOO GOBHI

Cauliflower cooked with potatoes and herbs

$12.99

BOMBAY ALOO MASALA

Potatoes cooked in cumin, onion and tomato with curry leaves

$12.99

BHINDI MASALA

Okra sauteed in crispy brown onions with fresh tomato sauce

$12.99

BAINGAN KA BHARTHA

Eggplant roasted with mixture of onion, tomato & herbs

$15.99

VEGETABLE ENTREES

DAAL PALAK

Vegan optional. Yellow lentils cooked with spinach. Served with Rice

$12.99

PALAK CHANNA

Vegan Optional, Chickpeas cooked with spinach, Served with Rice

$12.99

DAAL MAKHNI

Black lentils cooked with butter and cream, Served with Rice

$13.99

PALAK PANEER

Indian cheese cooked with spinach, Served with Rice

$14.99

MUTTAR PANEER

Cheese sauteed with green peas in curry sauce, Served with Rice

$14.99

MIXED VEGETABLE KORMA

Vegetables cooked in a rich creamy cashew sauce, Served with Rice

$13.99

SHAHI PANEER

Cubes of Indian cheese in a creamy cashew sauce, Served with Rice

$15.99

PANEER BHURJI

Shredded Indian cheese cooked in onion & spices, Served with Rice

$12.99

MALAI KOFTA

Vegetable balls with nuts cooked in a creamy sauce, Served with Rice

$14.99

KADAI PANEER

Indian cheese sautees with bell pepper and onion in curry, Served with Rice

$14.99

SARSON KA SAAG

Broccoli rabe battered with herbs and spices, Served with Rice

$14.99

KADI PAKORA

Deep fried pakora cooked in tangy yogurt based curry, Served with Rice

$14.99

PANEER TIKKA MASALA

Cubes of Indian cheese in a creamy sauce, Served with Rice

$15.99

CHICKEN SPECIALITIES

CHICKEN TIKKA MASALA SAUCE

Served with Rice

$7.99

CHICKEN CURRY

Chicken cooked in a thick curry sauce, Served with Rice

$15.99

CHICKEN SAAGWALA

(Tender pieces of chicken cooked in spinach, Served with Rice

$15.99

CHICKEN TIKKA MASALA SPECIAL

Chunks of white meat cooked in creamy sauce, Served with Rice

$15.99

BUTTER CHICKEN

Tender boneless chicken cooked in rich sauce, Served with Rice

$15.99

PUNJABI KADAHI CHICKEN

Chicken cooked with bell pepper and onion, Served with Rice

$15.99

SPICY CHICKEN VINDALOO

Boneless Chicken cooked in spicy tangy sauce, Served with Rice

$15.99

CHILLI CHICKEN

Chicken tossed in soya sauce, bellpeppers & onions, Served with Rice

$15.99

GOAT ENTREES

PALAK GOAT (BONE IN)

Goat cooked in Spinach, Served with Rice

$19.99

KARAHI GOAT (BONE IN)

Goat sauteed with bell pepper & onion in a curry sauce, Served with Rice

$19.99

GOAT VINDALOO (BONE IN)

Goat cooked in a tangy spicy sauce, Served with Rice

$19.99

SEAFOOD

FISH FRY

Slow fried fish seasoned with herbs and spices, Served with Rice

$19.99

FISH MASALA

Fish sauteed in butter, onions, tomatoes and yogurt, Served with Rice

$18.99

SHRIMP PALAK WALI

Shrimp cooked in spinach and Indian spices, Served with Rice

$18.99

SHRIMP KARAHI

Shrimp cooked with bell pepper and onion in a curry sauce, Served with Rice

$18.99

SHRIMP CHILLI

Shrimp sauteed in aromatic flavor with touch of sauce, Served with Rice

$18.99

LAMB ENTREES

LAMB CURRY

Boneless meat cooked in a thick curry sauce, Served with Rice

$18.99

LAMB SHAHI KORMA

Lamb cooked in a rich creamy sauce with nuts, Served with Rice

$18.99

ACHAAR LAMB

Lamb cooked in ground spices and Indian pickle, Served with Rice

$18.99

ROGAN LAMB

Lamb cooked with herbs and spices, Served with Rice

$18.99

LAMB KADAI

Chunks of lamb sauteed with bell pepper and onion, Served with Rice

$18.99

LAMB SAAGWALA

Pieces of Lamb cooked in spinach, Served with Rice

$18.99

TANDOORI

TANDOORI CHICKEN

Chicken baked in clay oven, Served with Rice

$14.99

TAJ CHICKEN TIKKA

Breast chicken cooked in Tandoor with herbs and spices, Served with Rice

$15.99

FISH ROASTED

Chunks of fish with herbs cooked in a clay oven, Served with Rice

$19.99

TANDOORI SHRIMP

Shrimp seasoned with herbs grilled in the tandoor, Served with Rice

$17.99

TANDOORI MIXED GRILL PLATTER

Served with an assortment of tandoori chicken, chicken tikka, seekh kabab, and
chapli kabab, Served with Rice

$20.99

CHICKEN SEEKH KABAB

Seasoned ground chicken grilled on a skewer, Served with Rice

$14.99

CHICKEN CHAPLI KABAB

Seasoned ground chicken mixed with herbs and spice, Served with Rice

$12.99

RICE AND NOODLES

VEGETABLE BIRYANI

Vegetables cooked with basmati rice and seeded plum

$9.99

BASMATI RICE



$3.99

EXTRA RICE



$2.49

HAKKA NOODLES

Indo-chinese noodles tossed in mix vegetables & sauces

$11.99

HAKKA NOODLES WITH CHICKEN

Indo-chinese noodles tossed in mix vegetables & sauces

$13.99

CHICKEN BIRYANI

Chicken cooked with basmati rice with seeded plum

$13.99

GOAT BIRYANI (BONE IN)

Goat cooked with basmati rice with herbs & spices

$17.99

LAMB BIRYANI

Lamb cooked with basmati rice with herbs & spices

$17.99

SHRIMP BIRYANI

Shrimp cooked with basmati rice with herbs & spices

$17.99

BREADS

GARLIC NAAN

Bread with garlic cooked in a clay oven

$3.49

BUTTERED NAAN

Bread cooked in clay oven

$2.49

TANDOORI ROTI

Whole wheat bread made in clay oven

$2.49

BHATURA



$2.49

QEEMA KULCHA

Fresh bread stuffed with seasoned chicken

$5.99

PANEER KULCHA

Fresh bread stuffed with Indian cheese

$5.99

TAJ SPECIAL NAAN

Fresh bread stuffed with mix dry fruits

$6.99

POORI



$2.49

PARANTHAS

LACHHA PARATHA

Whole wheat bread light fried on the flat grill

$3.49

ALOO PARANTHA

Whole wheat bread light fried with stuffed potatoes

$4.99

GOBHI PARATHA

Whole wheat bread light fried with stuffed cauliflower

$5.99

SWEET PARATHA

Whole wheat bread light fried with stuffed sugar syrup

$5.99

VEGETABLE PARATHA

Whole wheat bread light fried with stuffed mix veg.

$5.99

PANEER PARATHA

Whole wheat bread light fried with stuffed cheese

$5.99

MINT PARATHA

Whole wheat bread light fried with layer of mint

$4.99

DESSERTS

GULAB JAMUN

Golden fried dumplings of milk pastry soaked in honey

$4.99

KHEER

Indian basmati rice pudding

$5.99

RAS MALAI



$5.99

GAJRELA

Shredded carrots cooked with sugar and cream

$6.99

KULFI

Malai or Mango

$6.99

SIDES

PLAIN YOGURT

Plain yogurt freshly prepared in kitchen

$2.99

RAITA

Yogurt with onions, tomatoes, cucumber, herbs & spices

$3.99

MANGO CHUTNEY

Spiced savory condiment

$4.99

PAPAD DUM



$3.99

EGG BHURJI

Eggs cooked with onion and bell peppers

$8.99

CHICKEN KABAB ROLLS

Chicken kabab wrapped in naan with fresh salad and sauces

$9.99

DRINKS

BOTTLED WATER



$1.99

SOFT DRINKS



$2.49

LASSI

Sweet or Salted

$3.49

MANGO LASSI



$4.99

ROSE LASSI



$4.99

SELTZER WATER



$2.49

MASALA TEA



$3.49

BLACK COFFEE



$2.49

JUICE

Lychee, Guava, Orange

$3.99

MILK SHAKE

Chocolate, Vanilla

$4.99

KIDS MENU

FRENCH FRIES



$4.99

ONION RINGS



$4.99

CHICKEN NUGGETS



$7.99

CHEESE STICKS



$6.99


View More

ITEM

ITEM









Special Instructions 
- +
Add to Cart Close


PHOTO TOUR


IMMERSE IN THE VIRTUAL OVERVIEW

ALL WEBSITE MENU

View More


4.7 RATING
5 AWARDS WON
937 5 STAR REVIEWS
6422 HAPPY CUSTOMERS

Dine and Delight Hear From Our Happy Customers

Taj Indian Fusion is my go-to spot for authentic Indian cuisine. The Paneer
Tikka Masala is out of this world! Highly recommend it!

Claus Lopez


The blend of traditional and fusion dishes at Taj Indian Fusion is simply
amazing. The Gobi Manchurian and Soya Malai Chaap are my favorites. A
must-visit!

Hardwin


Every meal at Taj Indian Fusion is a delightful experience. The Papdi Chaat and
Shahi Paneer are exceptional. I always leave with a satisfied smile!

Emily Jones

Previous Next
Let us Cater your Next Event! Catering services for events or special occasions

Full Name
Email Id
Mobile
Occasion
Number of Guests
Date Pick a date
Message
SUBMIT
Blog Bites

Tantalizing Tales & Tips

JOURNEY THROUGH INDIA'S CULINARY TREASURES

Take a tasteful journey through the thriving Indian food industry! Discover the
vibrant treasures waiting to be relished in this journey of Indian food, from
aromatic spices to delicious dishes.

Read more...

EXPLORING DELICIOUS DESSERTS AT TAJ INDIAN FUSION

Savor a delicious adventure with us as we discover the most delicious desserts
at Taj Indian Fusion. A delightful surprise awaits you with every bite!

Read more...

MUST-TRY DISHES AT TAJ INDIAN FUSION

Indulge in the top must-try dishes at Taj Indian Fusion! From mouth-watering
entrees to decadent desserts, discover the tasty highlights in our latest blog.

Read more...
Our Mobile App

With the Taj Indian Fusion app, managing your dining experience has never been
easier. Order your favorite dishes, explore our full menu, and access exclusive
offers—all from the convenience of your phone. Download now and enjoy a
streamlined dining experience!




Order Fast, Eat Well, Enjoy More

Scan or Click on QR Code to open the Mobile App


Easy Online Ordering Your Meal, Your Way

Discover the convenience of online ordering with Taj Indian Fusion! Browse our
menu, customize your selections, and place your order from the comfort of your
home. Enjoy fast, reliable service and skip the wait. Perfect for those busy
days or cozy nights in.




Order Online, Savor the Flavor!


Order Now

Contact
3046 NJ-35
Hazlet, NJ 07730

(732) 677-9016
TajIndianFusionNJ@gmail.com
Questions or Concerns?
Opening Hours Closed

(Opens Today at 11:30 am)

Sunday 11:30 AM - 09:00 PM
Monday 11:30 AM - 09:00 PM
Tuesday Closed
Wednesday 11:30 AM - 09:00 PM
Thursday 11:30 AM - 09:00 PM
Friday 11:30 AM - 09:00 PM
Saturday 11:30 AM - 09:00 PM


Stay Connected with Us
Sign up for our subscription service to receive updates on new menu items,
special offers, and exclusive events right in your inbox. Join our community and
be the first to know about all the exciting news and tasty opportunities we have
to offer.
Subscribe
Follow Us
 * 
 * 
 * 

 * Delivery
 * No-contact Delivery
 * Takeout
 * Curbside Pickup

Powered By Restaurantify.com

Checkout

×

×
0
Total: $0.00
 * Your cart is empty

Clear All Checkout


LOGIN
Email
Password
LOGIN


OR LOGIN WITH



Don't have an account? Sign Up

Name
Email
Password
Phone number
SIGNUP

Already have an account? Login

Name

Email

Password

Phone

Sign Up
AI Text Creator ×
Describe Your Topic:
Give us the brief (or a few keywords):
Output:
Clear Generate your copy Use Text Close
AI Text Translator ×
Text To Translate:
Translated Content In English :
Clear Translate Use Text Close

CONFIRM DELETION

Are you sure you want to permanently delete this section?
Cancel Delete

CONFIRM DELETION

Are you sure you want to permanently delete this background image?
Cancel Delete



◀F, Y▶

MoTuWeThFrSaSu                                          







TodayClear date