<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Indian Takeaway & Cuisine | Order Authentic Indian Food</title>
<meta name="description" content="Explore Indian eateries serving authentic Indian food! Visit our Indian restaurant for Indian cuisine or enjoy Indian takeaway for a flavorful experience.">
<meta name="keywords" content="Tikka Nation, Order Online, Delivery" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- css -->
<link rel="stylesheet" href="https://tikkanation.com/assets/web/css/style.css?v=1.3.1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- // canonical tag here -->
<link rel="canonical" href="https://tikkanation.com/order-online" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="stylesheet" href="https://tikkanation.com/assets/web/css/owl.carousel.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- <script src="https://tikkanation.com/assets/web/js/jquery.min.all.js"></script> -->
<script src="https://tikkanation.com/assets/web/js/owl.carousel.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"
integrity="sha512-AA1Bzp5Q0K1KanKKmvN/4d3IRKVlv9PYgwFPvm32nPO6QS8yH1HO7LbgB1pgiOxPtfeg5zEn2ba64MUcqJx6CA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="icon" href="https://tikkanation.com/favicon.ico" type="image/x-icon" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/css/bootstrap-datepicker.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/js/bootstrap-datepicker.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TG0R639DY8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-TG0R639DY8');
</script>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NX6TNJN3');
</script>
<!-- End Google Tag Manager -->
<script>
document.addEventListener("DOMContentLoaded", function() {
const sidebar = document.querySelector(".sidebar");
const toggleButton = document.querySelector("#latest-news-button");
const closeButton = document.querySelector(".close-button");
// Function to open sidebar
toggleButton.addEventListener("click", function() {
sidebar.classList.add("open");
});
// Function to close sidebar
closeButton.addEventListener("click", function() {
sidebar.classList.remove("open");
});
// Close sidebar when clicking outside
document.addEventListener("click", function(event) {
if (!sidebar.contains(event.target) && !toggleButton.contains(event.target)) {
sidebar.classList.remove("open");
}
});
});
</script> <script>
$(document).ready(function() {
$('.toggle').click(function(e) {
e.preventDefault();
var targetId = $(this).data('target');
$('.target').not('#' + targetId).hide('slow');
$('#' + targetId).toggle('slow');
});
});
function setBranch(brurl) {
$('.loaderbgchng').show();
$.ajax({
type: 'POST',
data: {
brurl: brurl
},
url: 'https://tikkanation.com/Welcome/setbranch',
success: function(data) {
location.reload();
}
});
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NX6TNJN3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script>
$(document).ready(function() {
$(".header").before($(".header").clone().addClass("animateIt"));
$(window).on("scroll", function() {
$("body").toggleClass("down", ($(window).scrollTop() > 80));
});
});
function cartemptyalert() {
swal({
text: 'No Items Added in Cart, Please Add Items To Proceed',
buttons: {
button: 'Order Online',
cancel: ""
},
}).then(postcode => {
if (postcode) {
window.location = 'https://tikkanation.com/order-online'
}
});
}
function changelocation() {
$('.loaderbgchng').show();
$.ajax({
type: 'POST',
data: {},
url: 'https://tikkanation.com/Welcome/changelocation',
success: function(data) {
// location.reload();
window.location.href = 'https://tikkanation.com/order-online';
},
});
}
function showPosition(position) {
var lat = position.coords.latitude;
var long = position.coords.longitude;
if (position) {
$.ajax({
type: 'POST',
data: {
latitude: lat,
longitude: long
},
url: 'https://tikkanation.com/Welcome/set_currentlatlong',
success: function(data) {
if (data == 'OK') {
window.location = 'https://tikkanation.com/order-online'
} else {
swal("Oops!",
'Your Location not get'
);
}
},
});
}
}
function showError(error) {
swal("Oops!",
'Please allow location permission'
).then(ok => {
getpositon();
});
}
$('#pdf-link').click(function(event) {
event.preventDefault(); // Prevent the default link behavior
// Open the PDF in a new tab
var newWindow = window.open(this.href, '_blank');
// Check if the new window/tab opened successfully
if (newWindow) {
// Set the title of the new tab/window
// alert('jkghfjhjdfg');
newWindow.document.title = "Vegan Menu Options";
} else {
// Handle the case where the popup was blocked
alert('Please allow popups for this website');
}
});
function callfornearestbranch() {
closeNav();
let branssId = ''; // Ensure $last is properly formatted as a string
swal({
text: 'Enter Your Postcode',
content: {
element: 'input',
attributes: {
defaultValue: '',
}
},
buttons: {
confirm: {
text: "Submit",
value: "submit",
visible: true,
closeModal: false // Prevent closing automatically on confirm
},
cancel: {
text: "",
value: "cancel",
visible: true,
closeModal: true // Close the modal when cancel is clicked
}
},
}).then(value => {
console.log(value);
if (value === "cancel") {
if (!branssId) {
window.location = 'https://tikkanation.com/';
} else {
console.log('Action : Cancel');
}
} else {
if (value) {
$('.loaderbg').show();
$.ajax({
type: 'POST',
data: {
postcode: value,
category: '' // Assuming 'category' is the correct term
},
url: 'https://tikkanation.com/Welcome/set_currentlatlong',
success: function(data) {
$('.loaderbg').hide();
if (data === 'OK') {
window.location = 'https://tikkanation.com/order-online';
} else {
swal("Oops!", 'Wrong Postcode').then(() => {
callfornearestbranch(); // Retry on wrong postcode
});
}
},
});
} else {
swal("Oops!", 'Please Enter your Postcode').then(() => {
$('.loaderbg').hide();
callfornearestbranch(); // Retry on no postcode
});
}
}
});
// if (navigator.geolocation) {
// navigator.geolocation.getCurrentPosition(showPosition, showError);
// } else {
// console.log('Geolocation is not supported by this browser.');
// // document.getElementById("location").innerHTML = "Geolocation is not supported by this browser.";
// }
}
</script>
<div class="header">
<div class="container">
<div class="main-header-upper-part">
<span class="res-menu" onclick="openNav()">☰</span>
<div class="header-logo-holder">
<a href="https://tikkanation.com/"><img src="https://tikkanation.com/assets/web/images/logo.png"
alt="Logo" title="Logo"></a>
</div>
<div class="swingtikkacredits">
<div class="off w-100">
<figure class="swing w-100 m-0">
<img id="latest-news-button" src="https://tikkanation.com/assets/web/images/swing30off.gif" alt="white-label-20percent" title="white-label-20percent" loading="lazy">
</figure>
</div>
</div>
<ul class="m-hide navbar-links" id="carticon_formobile">
<li class="navbar-dropdown mobilev-hide">
<a class=""
href="https://tikkanation.com/menu-option">Menu Option</a>
</li>
<li class="mobilev-hide"><a class=""
href="https://tikkanation.com/catering-events">Catering</a></li>
<li class="mobilev-hide"><a class=""
href="https://tikkanation.com/locations">Locations</a></li>
<li class="mobilev-hide"><a
class=""
href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
<li class="navbar-dropdown mobilev-hide">
<a class=""
href="https://tikkanation.com/reservations">Reservations <i class="fa-solid fa-angle-down"></i></a>
<div class="dropdown">
<ul class="bookpg">
<li><a
href="https://tikkanation.com/reservations/birmingham">Birmingham</a>
</li>
<li><a
href="https://tikkanation.com/reservations/dorking">Dorking</a>
</li>
<li><a
href="https://tikkanation.com/reservations/ruislip">Ruislip</a>
</li>
<li><a
href="https://tikkanation.com/reservations/st-albans">St Albans</a>
</li>
</ul>
</div>
</li>
<li class="navbar-dropdown mobilev-hide">
<a class=""
href="javascript:void()">Contact
Us <i class="fa-solid fa-angle-down"></i></a>
<div class="dropdown">
<ul class="bookpg">
<li><a
href="https://tikkanation.com/contact-us/birmingham">Birmingham</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/dorking">Dorking</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/leeds">Leeds</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/luton-point">Luton Point</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/royal-holloway">Royal Holloway</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/ruislip">Ruislip</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/st-albans">St Albans</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/watford">Watford</a>
</li>
</ul>
</div>
</li>
<li class="mobilev-hide rounded-smoke"><a class="" href="javascript:void()" onclick="changelocation()">Order
Online</a>
</li>
<li class="mobilev-hide"><a class=""
href="https://tikkanation.com/reviews">Reviews</a></li>
<li class="account_icon2 dropdown-cart mobilev-hide">
<div id="cartcount" class="cartcount">
0</div>
<a id="emptycart" href="javascript:void(0)" onclick="cartemptyalert()">
<div id="cartcount" class="cartcount">
0</div>
<i class="bi bi-cart3"></i>
</a>
</li>
<li class=""><a class="account_icon" href="https://tikkanation.com/login/login/any"><i class="bi bi-person"></i>
Account </a>
</li>
</ul>
</div>
</div>
</div>
<!-- Sidebar -->
<div class="sidebar">
<button class="close-button"><i class="fa-solid fa-xmark"></i></button>
<div class="pt-3">
<img src="https://tikkanation.com/assets/web/images/wallet-popup.jpg" alt="Tikka Credits" title="Tikka Credits" style="width:100%; border-radius: 10px;">
<p class="m-0 pt-2 sidebarp">Earn £30 when you register with us and redeem this while ordering food on our platform.</p>
<div class="instructions pt-3">
<h6 class="m-0">How To Use Tikka Credits</h6>
<ul style="list-style-type: square;">
<li><strong>Sign Up Bonus: </strong>Get <strong>Free</strong> <strong>£30 as Tikka Credits</strong> when you register with us on our App and Website.<br /><br /></li>
</ul>
<ul style="list-style-type: square;">
<li><strong>Save On Every Order : </strong>Redeem <strong data-start="222" data-end="252">Tikka Credits to cover 10%</strong> of your total bill every time you place an order on our platform.<br /><br /></li>
</ul>
<ul style="list-style-type: square;">
<li><strong>Earn Cashback :</strong> Enjoy <strong data-start="404" data-end="419">5% cashback</strong> on every order placed through our App or Website.<br /><br /></li>
</ul>
<ul style="list-style-type: square;">
<li><strong>Track Your Rewards: </strong>You can easily check your Tikka Credits in the My Account section of our App and Website</li>
</ul> <p class="slidebutton text-center ordersidebar">
<a href="https://tikkanation.com/order-online" class="btn btn_slide">Order Online</a>
</p>
</div>
</div>
</div>
<!-- Sidebar --> <style>
/* Header */
.header-modal {
text-align: center;
padding: 2rem;
background-color: #f7f7f7;
}
.header-modal h2 {
margin-bottom: 0.5rem;
color: #212529 !important;
}
.header-modal h1 {
margin-bottom: 0.5rem;
color: #212529 !important;
}
.header-modal p {
font-size: 1.2rem;
}
/* Main Content */
.main-content {
padding: 2rem 0;
}
.intro,
.offer,
.testimonials,
.catering {
margin-bottom: 2rem;
}
.menu {
margin-bottom: 2rem;
}
.menu-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1.5rem;
}
.menu-item {
padding: 1rem;
border: 2px solid #e1a72f;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
}
.menu-item h3 {
margin-bottom: 0.5rem;
}
/* Testimonials */
.testimonials ul li {
margin-bottom: 0.5rem;
padding-left: 1.5rem;
position: relative;
}
.testimonials ul li::before {
content: "✓";
color: #eb445a;
font-weight: bold;
position: absolute;
left: 0;
}
/* Footer */
.modal-footer {
text-align: center;
padding: 1rem;
background-color: #fff;
color: #fff;
}
.gradiant-background {
color: #fff !important;
background: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
transition: transform 0.2s ease-in-out;
animation: gradient-shift 3s linear infinite alternate;
}
@keyframes gradient-shift {
0% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}
/* Responsive */
@media (max-width: 768px) {
.menu-grid {
grid-template-columns: 1fr;
}
}
.catering-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1.5rem;
margin-top: 1.5rem;
}
.catering-grid div {
border: 2px solid #e1a72f;
padding: 1rem;
border-radius: 8px;
text-align: center;
}
.btn-order-online-gradiant {
color: #fff !important;
text-align: center;
transition: 0.5s;
background-size: 200% auto;
animation: gradientAnimation 3s linear infinite alternate;
width: 100%;
border: solid 2px #e1a72f;
border-radius: 0 10px 0 10px;
background-image: linear-gradient(to right, #e1a72f54 0%, #e1a72f 51%, #e1a72f57 100%);
}
@keyframes gradientAnimation {
0% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}
</style>
<!-- About Tikka Nation modal content -->
<div class="modal privacy-policy-modal fade" id="abouttikkanation" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About Tikka Nation</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h1>Get the True Taste of Indian Food: Order Indian Takeaway and Enjoy Indian Cuisine at Our Indian Restaurant</h1>
<p><strong>Explore the Taste of Indian Cuisine Across the UK</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Welcome to Tikka Nation, an ultimate destination to savour authentic Indian foods. With stores in <strong>Uxbridge</strong>, <strong>Watford</strong>, <strong>Leeds</strong>, <strong>Preston</strong>, <strong>Birmingham</strong>, <strong>Dorking</strong>, <strong>St. Albans</strong>, and <strong>Royal Holloway</strong>, we bring a taste of India home to you. Be it you want to indulge in a culinary experience in cozy, warm warmth or take it at home, it's all right.</p>
</div>
<div class="offer">
<header class="header-modal my-3">
<h2>A Taste of India Awaits You</h2>
<p><strong>Savour Every Bite, Relish Every Moment</strong></p>
</header>
<p>At Tikka Nation, we combine tradition and innovation to craft a menu that caters to every palate. Try our Handi Dum Biryani and smoky Grilled Tikka Platter. Each dish will give you the real taste of Indian food. Our menu has a wide range of options. You get vegan, vegetarian, and non-vegetarian delights. We ensure that there is some special dish for everyone.</p>
<p>Our chefs prepare every dish with care and precision. You can enjoy a quick bite like Bombay Street Buns or a hearty Curry Meal at any of our branches.</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Find Your Nearest Tikka Nation Branch</h2>
<p><strong>Authentic Indian Food Near You</strong></p>
</header>
<p>With branches located across the UK, Tikka Nation ensures that you’re never far from an authentic Indian dining experience. Choose your nearest branch from the list below and either dine in or order online for a delightful meal at home.</p>
<div class="d-flex justify-content-around">
<ul>
<li><strong>Uxbridge</strong></li>
<li><strong>Watford</strong></li>
<li><strong>Leeds</strong></li>
<li><strong>Preston</strong></li>
</ul>
<ul>
<li><strong>Birmingham</strong></li>
<li><strong>Dorking</strong></li>
<li><strong>St. Albans</strong></li>
<li><strong>Royal Holloway</strong></li>
</ul>
</div>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Dine-In or Order Online</h2>
<p><strong>Your Meal, Your Way</strong></p>
</header>
<p>At Tikka Nation, we believe in offering flexibility to our guests. Whether you prefer to enjoy your meal in the lively ambiance of our restaurants or the comfort of your own home, we make it easy.</p>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Dine-In Experience</h3>
<p>Visit any of our branches and immerse yourself in the warm, vibrant atmosphere of Tikka Nation. Our friendly staff is dedicated to ensuring your dining experience is memorable.</p>
</div>
</div>
<div class="menu-item">
<div>
<h3>Order Online</h3>
<p>Craving authentic Indian food at home? Order from your nearest branch and enjoy fresh, delicious meals delivered straight to your door. Use the <strong>Tikka Nation App</strong> for quick, easy ordering and exclusive offers.</p>
</div>
</div>
</div>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Why Choose Tikka Nation?</h2>
<p><strong>Where Tradition Meets Innovation</strong></p>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Authentic Indian Recipes</h3>
<p>Every dish is inspired by traditional Indian cooking, using only the freshest ingredients</p>
</div>
</div>
<div class="menu-item">
<div>
<h3>Diverse Menu</h3>
<p>Our menu offers a wide variety of options to cater to different tastes and dietary preferences.</p>
</div>
</div>
<div class="menu-item">
<div>
<h3>Exceptional Service</h3>
<p>We pride ourselves on delivering outstanding service, whether you dine in or order online.</p>
</div>
</div>
</div>
<div class="menu-grid mt-4">
<div class="menu-item">
<div>
<h3>Convenient Location</h3>
<p>With branches across the UK, Tikka Nation is always within reach.</p>
</div>
</div>
<div class="menu-item">
<div>
<h3>Customizable Orders</h3>
<p>Our chefs are happy to adjust spice levels or accommodate specific dietary needs.</p>
</div>
</div>
</div>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
<p><strong>A Symphony of Flavours</strong></p>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Vegan Options</h3>
<p>Guilt-free indulgence with plant-based dishes that never compromise on flavour.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Vegetarian Delights</h3>
<p>Experience the richness of Indian spices with hearty vegetarian options.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian Feasts</h3>
<p>Savour tender, spiced meats cooked to perfection for true meat lovers.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Hear What Our Customers Say</h2>
<p><strong>A Culinary Journey to Remember</strong></p>
</header>
<ul>
<li>“The Handi Dum Biryani is simply the best. Perfect balance of spices and aromas!”</li>
<li>“Loved the vegan options. The Bombay Street Buns are a must-try!”</li>
<li>“Great food and excellent service. Tikka Nation never disappoints!”</li>
</ul>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>How to Find Us</h2>
<p><strong>Your Nearest Branch Awaits</strong></p>
</header>
<p>Finding your nearest Tikka Nation branch is simple. Use our convenient dropdown menu on this page to select your location. Once chosen, you can view the menu, make reservations, or place an order online.</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Tikka Nation App – Food at Your Fingertips</h2>
<p><strong>Order Now, Enjoy Later</strong></p>
</header>
<p>Download the <strong>Tikka Nation App</strong> for a seamless ordering experience. With just a few taps, you can explore our menu, customize your meal, and place an order. The app also provides access to exclusive discounts and offers, making it the perfect companion for all your cravings.</p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Your Flavourful Journey Begins Here</h2>
<p><strong>Taste the Best of India with Tikka Nation</strong></p>
</header>
<p>Whether you're in <strong>Uxbridge</strong>, <strong>Watford</strong>, <strong>Leeds</strong>, <strong>Preston</strong>, <strong>Birmingham</strong>, <strong>Dorking</strong>, <strong>St. Albans</strong>, or <strong>Royal Holloway</strong>, Tikka Nation promises a delightful experience with every bite. Visit us to explore the vibrant flavors of India or order online for a quick and convenient treat.</p>
<p><i>“Good food brings people together, and at Tikka Nation, we serve happiness on every plate.”</i></p>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Tikka Nation modal content -->
<!-- Dorking privacy-policy-modal content -->
<div class="modal privacy-policy-modal fade" id="webDev_br4" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About This Restaurant</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h2>Tikka Nation Dorking</h2>
<p><strong>Experience the Best of Indian Cuisine and Spice Up Your Day!</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Tikka Nation is excited to bring the authentic flavours of India to Dorking! This reputed
<strong>Indian restaurant</strong> is known for its rich, flavorful dishes. Tikka Nation
combines traditional Indian recipes with a modern twist, making every meal an unforgettable
experience. Whether you are craving a spicy curry, a hearty Thali, or quick bites like
Samosa Pao and Tikka Corn on the Cob, our menu has something for every palate.
</p>
<p>Being one of the top <strong>Indian eateries</strong> in the area, our vegan and vegetarian
options, including Masala Fries, Onion Bhaji, and Soya Chaap Tikka, are crafted to offer
delicious plant-based flavours without compromise. For those who enjoy meat-based dishes,
our Non-Veg Menu features classics like Butter Chicken, Chicken Tikka Biryani, and Lamb
Roganjosh, each cooked with carefully selected spices that bring out authentic, robust
flavours.
</p>
<p>Beyond the food, Tikka Nation offers a warm, welcoming atmosphere that makes you feel right
at home, whether you are here for a casual meal or a special celebration. We aim to provide
our guests in Dorking with not just a meal, but a flavorful journey through India’s culinary
heritage. Stop by and taste the diversity of India with every bite. Also, make the most of
this <strong>Indian takeaway</strong> while on the go. Your taste buds will thank you!
</p>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Pure Vegan Pure Power</h3>
<p>Authentic Indian flavours, entirely plant-based.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Vegetarian Treasures</h3>
<p>Classic Indian dishes, packed with flavour.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian Dishes</h3>
<p>Rich, hearty dishes for meat lovers.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>Special Offers</h2>
</header>
<p><strong>10% NHS Discount:</strong> At Tikka Nation, we proudly offer a 10% discount to NHS
staff as a token of our gratitude. Enjoy authentic Indian flavours with exclusive savings
for our dedicated healthcare heroes.</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Experience the vibrant flavours of India at Tikka Nation, where every dish is a
celebration of authentic taste!</h2>
</header>
<p>At Tikka Nation in Dorking, we’re passionate about bringing the true taste of India to your
table. Our menu celebrates India’s culinary diversity, offering a variety of dishes that
cater to all taste preferences. For vegan lovers, we have an array of flavorful options like
Gunpowder Fries, Soya Chaap Tikka, and Punjabi Samosa, each packed with authentic spices
that elevate the taste of plant-based ingredients. Our Vegetarian menu includes classics
such as Paneer Tikka Wrap, Saag Aloo, and Vegetable Korma, perfect for those craving rich,
aromatic dishes that highlight India’s traditional flavours.
</p>
<p>For meat enthusiasts, our Non-Vegetarian menu is crafted to delight. With offerings like
Butter Chicken, Lamb Rogan Josh, and Chicken Tikka Biryani, each dish is prepared using a
blend of carefully selected spices, creating a perfect balance of flavours. Our Tikka
Platter and Dhaba Tikka provide a taste of traditional Indian grilling, with juicy, tender
bites marinated to perfection.</p>
<p><strong>Indian restaurants</strong> food lovers are encouraged to visit and explore our menu,
with each dish promising a memorable experience. Whether you’re in the mood for something
spicy, savoury, or subtly sweet, Tikka Nation in Dorking has something to satisfy every
craving!</p>
<ul>
<li><strong>Bold, traditional Indian flavours</strong></li>
<li><strong>Enhanced taste and aroma</strong></li>
<li><strong>Juicy, tender bites</strong></li>
<li><strong>Rich, aromatic sauces</strong></li>
</ul>
</div>
<div>
<header class="header-modal my-3">
<h2>Order Online – Quick and Convenient</h2>
</header>
<p>Craving authentic Indian flavours? Order online from Tikka Nation and enjoy your favourite
dishes delivered straight to your door! With a variety of vegan, vegetarian, and
non-vegetarian options, there's something for everyone. </p>
<p><strong>Download the Tikka Nation app
today</strong> for quick ordering and exclusive offers!</p>
<p class="text-center w-100"><a class="new_irespo py-2 text-black px-5" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">Order Now</a></p>
</div>
<!-- Testimonials Section -->
<div class="testimonials">
<header class="header-modal my-3">
<h2>What Our Customers Say</h2>
</header>
<ul>
<li>Every bite took me back to India – absolutely authentic and delicious!</li>
<li>Tikka Nation has redefined Indian food for me – rich, flavorful, and fresh.</li>
<li>The vegan options are incredible! So glad I found this gem.</li>
<li>Perfectly spiced and cooked to perfection – can’t wait to order again!</li>
</ul>
</div>
<!-- Catering Services Section -->
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Services</h2>
</header>
<p>At Tikka Nation, we believe in making every event special with the rich flavours and
authentic tastes of <strong>Indian cuisine</strong>. Our catering services bring an array of
traditional dishes straight to your gatherings, creating an unforgettable experience for you
and your guests. From spicy, flavour-packed curries to indulgent desserts and classic
appetisers, our menu caters to a variety of tastes, ensuring that every dish leaves a
lasting impression. Our team takes pride in offering freshly prepared food that speaks of
India’s culinary diversity, making each event memorable with every bite.</p>
<p>Whether you’re hosting a corporate function, a wedding, or an intimate dinner, Tikka Nation’s
catering services are designed to complement your unique event. With flexible menu options
and seamless setup, we provide a hassle-free experience, allowing you to focus on enjoying
the occasion while we take care of the food. Let us bring authentic Indian flavours to your
celebration and make it a truly remarkable gathering</p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Options</h2>
</header>
<p>At Tikka Nation Dorking, we are dedicated to making every dining experience memorable.
Whether you’re dining in, ordering online, or planning a catered event, we’re excited to
share the rich flavours of India with you. Join us in celebrating the tastes of India in
Dorking, and discover why Tikka Nation is the perfect choice for every food lover!</p>
<div class="catering-grid">
<div>
<h3>Corporate Events</h3>
<p>Impress your colleagues and clients with a catering service that goes beyond the
ordinary. Tikka Nation’s corporate catering adds a vibrant and flavorful touch to
business lunches, conferences, and office gatherings. Our menu can be customised to
suit dietary preferences, offering vegan, vegetarian, and non-vegetarian options to
ensure everyone can indulge. With seamless service and carefully crafted dishes, we
elevate your corporate event, creating an atmosphere that encourages connection and
appreciation.</p>
</div>
<div>
<h3>Wedding Celebrations</h3>
<p>A wedding deserves nothing less than extraordinary food, and Tikka Nation is here to
provide just that. From traditional Indian wedding favourites to contemporary
dishes, our wedding catering offers an array of options for every palate. Our chefs
work closely with you to design a menu that reflects your tastes and style, adding
elegance to your special day. With beautifully presented dishes and flavours that
embody India’s culinary heritage, we ensure your guests enjoy an unforgettable
dining experience.</p>
</div>
<div>
<h3>Social Events</h3>
<p>Hosting a social gathering? Tikka Nation’s catering adds a rich, flavorful dimension
to any occasion. From lively family reunions to community events, our catering
service brings the best of cuisine of India to your social events. Choose from a
variety of appetisers, mains, and desserts, all tailored to impress your guests and
add to the festive atmosphere. Our team handles everything, from setup to cleanup,
so you can relax and enjoy the company of friends and family.</p>
</div>
<div>
<h3>Private Gatherings</h3>
<p>For more intimate affairs, Tikka Nation’s private catering provides an exclusive
dining experience. Whether it's a small dinner with close friends or a personal
celebration, we create a cosy, inviting setting with dishes that cater to your
preferences. Our menu offers versatile options to suit the mood and setting,
bringing the rich flavours of Indian food into a private, personalised space where
you and your guests can savour each bite.</p>
</div>
<div>
<h3>Birthday Celebrations</h3>
<p>Make birthdays extra special with Tikka Nation’s delicious catering services. We
offer a wide range of birthday-friendly options, from appetisers to mains and
desserts, perfect for guests of all ages. Our team is dedicated to creating a
joyful, lively atmosphere with flavours that everyone will love. With Tikka Nation,
you can focus on celebrating while we handle the food and ensure your guests enjoy
every bite.</p>
</div>
<div>
<h3>Anniversary Dinners</h3>
<p>Celebrate love and commitment with a romantic anniversary dinner catered by Tikka
Nation. Our anniversary catering brings elegance and flavour to your special
evening, with dishes crafted to impress and delight. From starters to desserts, each
dish is designed to enhance your celebration, making it a memorable night filled
with authentic Indian flavours. We take care of every detail, allowing you to relax
and enjoy a beautiful meal with your loved one.</p>
</div>
</div>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Dorking privacy-policy-modal content -->
<!-- Uxbridge privacy-policy-modal content -->
<div class="modal privacy-policy-modal fade" id="webDev_br6" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About This Restaurant</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h2>Tikka Nation Uxbridge</h2>
<p><strong>Vegan, Vegetarian, or Non-Vegetarian – We’ve Got a Plate for Every Palate!</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Welcome to Tikka Nation, your go-to destination for authentic Indian flavours across the UK.
With branches in Dorking, Birmingham, Preston, and St Albans, we proudly bring a vibrant
menu that celebrates the rich culinary heritage of India. </p>
<p>Being an <strong>Indian restaurant</strong>, we offer classic favourites like Handi
<strong>Dum Biryani</strong> and <strong>Mixed Grill Tikka Platter</strong>. street-style
delights such as <strong>Bombay Street Buns</strong>, and <strong>Loaded Fries</strong>. Our
dishes cater to all tastes – vegan, vegetarian, and non-vegetarian alike.
</p>
<p>Whether you are in the mood for a sit-down meal, a quick takeaway, or hosting an event, Tikka
Nation has you covered with the most authentic <strong>cuisine of India</strong>. Our
flexible dining, ordering, and catering options. We invite food enthusiasts to indulge in a
journey of flavours, savouring everything from spicy, tangy chaat to our signature wraps and
hearty curries. Our mission is simple: to bring the authentic taste of India to every corner
of the UK, ensuring every bite is packed with the warmth and vibrancy of <strong>Indian
cuisine</strong>.</p>
<p>From tangy chaat and our signature wraps to hearty curries, each dish is packed with spices,
freshness, and vibrant colours. Our mission is to bring an authentic taste of India to every
corner of the UK with our <strong>Indian takeaway</strong> service. We are here to share the
warmth and depth of <strong>Indian cuisine</strong> in every bite.</p>
<p><strong>Experience India on a plate at Tikka Nation – a feast that is as colourful as it is
delicious! Dine in, order in via our mobile app, or book us for catering to enjoy the
true taste of India, right here in Uxbridge.</strong></p>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Vegan Options</h3>
<p>Discover our vegan delights that redefine taste!</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Vegetarian Options</h3>
<p>Our vegetarian dishes are fresh and full of flavour.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian Options</h3>
<p>Best of Indian non-veg dishes for your plate.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>Special Offers</h2>
</header>
<p><strong>10% NHS Discount:</strong> Enjoy exclusive savings at Tikka Nation! NHS staff receive
10% off on all your favourite dishes. Bon appétit!</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Experience Authentic Indian Flavours in Uxbridge</h2>
</header>
<p>At Tikka Nation, we bring the vibrant flavours of India to the UK, offering food enthusiasts
a genuine taste of classic Indian street food with a modern twist.</p>
<p>Our menu reflects the diversity of <strong>Indian cuisine</strong>, crafted to satisfy every
craving. With each bite, our guests can journey through the streets of India, savouring
vegan, vegetarian, and non-vegetarian options packed with spices, fresh herbs, and bold
flavours.</p>
<p>From <strong>Gunpowder Fries</strong> to <strong>Schezwan Fries</strong>, our crispy sides
are sure to elevate any meal. Our <strong>Tikka Corn on the Cob</strong> and <strong>Punjabi
Samosa</strong> deliver familiar, comforting tastes, perfect for any craving.</p>
<p>For non-veg lovers, our tender <strong>Chicken Tikka</strong>, <strong>Seekh Kebab</strong>,
and <strong>Lamb Bhuna</strong> will give you the authentic Indian taste. You also get an
array of non-veg dishes in both chicken and lamb options.</p>
<p>For those craving iconic street food, our <strong>Samosa Pao</strong> and <strong>Vada
Pao</strong> serve as ideal options, blending spiced fillings with fresh chutneys in a
soft roll. Vegan options like Soya Chaap Tikka and <strong>Soya Tikka Mini Kathi
Roll</strong> are just a few highlights of our extensive selection. </p>
<p>At Tikka Nation, we invite you to indulge in the authenticity of Indian flavours, whether
dining in or ordering for an at-home experience with <strong>Indian takeaway</strong>
service. Join us in exploring the rich and diverse tastes of India right here in Uxbridge!
</p>
<ul>
<li><strong>Fresh Ingredients</strong></li>
<li><strong>Hygienic Environment</strong></li>
<li><strong>Best Service</strong></li>
<li><strong>Best Price</strong></li>
</ul>
</div>
<div>
<header class="header-modal my-3">
<h2>Order Online Quickly and Easily</h2>
</header>
<p>Indulge in your favourite Indian flavours from the comfort of your home! Just a few clicks,
and the delicious dishes from one of the best <strong>Indian eateries</strong> are on their
way to you. Don’t wait—order online now and treat yourself to an authentic feast!</p>
<p><strong>Get your favourites directly from us!</strong></p>
<p class="text-center w-100"><a class="new_irespo py-2 text-black px-5" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">Order Now</a></p>
</div>
<!-- Testimonials Section -->
<div class="testimonials">
<header class="header-modal my-3">
<h2>What Our Customers Say</h2>
</header>
<ul>
<li>Absolutely loved the flavours! The Soya Tikka Roll was perfectly spiced. Definitely
ordering again!</li>
<li>Authentic Indian taste in every bite! The Masala Fries and Vada Pao took me right back
to Mumbai.</li>
<li>Fresh, flavorful, and just the right spice level! Tikka Nation has become my go-to for
Indian food.</li>
<li>Fantastic vegan options! The Soya Chaap Tikka was a standout – so delicious and
satisfying.</li>
</ul>
</div>
<!-- Catering Services Section -->
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Services</h2>
</header>
<p>At Tikka Nation, we believe every event deserves an unforgettable culinary experience. With
our Indian-inspired catering services, we bring the rich flavours of India directly to your
gatherings, no matter the occasion. </p>
<p>Whether it is a formal corporate event, a joyful wedding celebration, or a cosy private
party, our versatile menu offers something for everyone, featuring vegan, vegetarian, and
non-vegetarian options. From aromatic curries and hearty biryanis to popular street-style
snacks, we tailor our offerings to create a menu that suits your event’s needs. </p>
<p>Our skilled catering team ensures every dish is crafted to perfection and presented
beautifully, allowing you and your guests to focus on enjoying the moment. Let Tikka Nation
add that extra layer of flavour and warmth to your celebration, making every event memorable
and every bite a delight.</p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Options</h2>
</header>
<p>At Tikka Nation Uxbridge, we are dedicated to making every dining experience memorable.
Whether you’re dining in, ordering online, or planning a catered event, we’re excited to
share the rich flavours of India with you. Join us in celebrating the tastes of India in
Uxbridge, and discover why Tikka Nation is the perfect choice for every food lover!</p>
<div class="catering-grid">
<div>
<h3>Corporate Events</h3>
<p>Impress your colleagues and clients with Tikka Nation’s catering for corporate events
with the best <strong>Indian restaurants food</strong>. From quick munchies to
full-course meals, we offer a diverse menu that balances flavour with presentation.
Our team ensures a seamless setup and service, leaving you to focus on a productive,
enjoyable event.</p>
</div>
<div>
<h3>Wedding Events</h3>
<p>Celebrate your big day with the rich flavours of India! Tikka Nation’s wedding
catering brings an array of authentic dishes that suit every palate, from starters
to grand main courses. Our team delivers impeccable service and ensures each dish is
as memorable as the occasion itself.
</p>
</div>
<div>
<h3>Social Events</h3>
<p>From community gatherings to festive celebrations, Tikka Nation provides a catering
menu filled with favourite <strong>Indian dishes</strong> such as Vada Pao, Fries,
Pav Bhaji, Chicken Tikka, Aloo Tikki Chaat, Soya Chaat Tikka, and more. We offer
vegan, vegetarian, and non-vegetarian options to please every guest, and our
attention to flavour and quality makes us the ideal choice for social events of any
size.</p>
</div>
<div>
<h3>Private Parties</h3>
<p>Make your private party stand out with Tikka Nation’s catering service. We bring the
best of Indian flavours directly to you, with a customizable menu that includes
everything from light snacks to hearty mains. Perfect for an intimate gathering, our
catering adds a unique culinary experience to your event.</p>
</div>
<div>
<h3>Birthday Parties</h3>
<p>Celebrate birthdays with delicious Indian treats that everyone will love! Our
birthday party catering includes crowd-pleasing options like Bombay Street Buns,
Loaded Fries, and Handi Dum Biryani. Tikka Nation makes it easy to add flavour and
festivity to your special day with a range of tasty options.</p>
</div>
<div>
<h3>Anniversary Dinners</h3>
<p>Add a touch of elegance to your anniversary celebration with Tikka Nation’s catering.
Our menu features flavorful <strong>Indian dishes</strong> like Masala Fries, Tikka
Corn, Chicken Tikka, Grilled Chicken, and more that cater to every preference. </p>
<p>This <strong>Indian restaurant's food</strong> can offer you the satisfaction of
enjoying authentic Indian foods in a warm and intimate atmosphere. Let us handle the
food while you focus on enjoying this special milestone with loved ones.</p>
</div>
</div>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Uxbridge privacy-policy-modal content -->
<!-- Watford privacy-policy-modal content -->
<div class="modal privacy-policy-modal fade" id="webDev_br7" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About This Restaurant</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h2>Tikka Nation Watford</h2>
<p><strong>Flavours for Every Taste – Vegan, Vegetarian, or Non-Vegetarian</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Welcome to Tikka Nation Watford, the most loved <strong>Indian restaurant</strong> in the
area! We are thrilled to bring our authentic Indian flavours to the Watford community,
adding another location to our growing family across the UK. At Tikka Nation, we believe in
celebrating India’s diverse culinary heritage, and our menu reflects that passion.</p>
<p>From timeless favourites like <strong>Handi Dum Biryani</strong> and <strong>Mixed
Grill</strong> <strong>Tikka Platter</strong> to unique street-style creations such as
<strong>Bombay Street Buns</strong> and <strong>Loaded Fries</strong>, every dish is crafted
with love and a commitment to quality. We cater to all tastes with vegan, vegetarian, and
non-vegetarian options, ensuring everyone can enjoy a plate that suits their palate
</p>
<p>Whether you are planning a leisurely dine-in experience, a quick takeaway, or an event where
food is the centrepiece, Tikka Nation Watford has you covered. We are one of the preferred
<strong>Indian eateries</strong>. Our flexible dining, ordering, and catering options allow
food lovers to enjoy a journey through the flavours of India.
</p>
<p>From tangy chaat and our signature wraps to hearty curries, each dish is packed with spices,
freshness, and vibrant colours. Our mission is to bring an authentic taste of India to every
corner of the UK with our <strong>Indian takeaway</strong> service. We are here to share the
warmth and depth of <strong>Indian cuisine</strong> in every bite.</p>
<p><strong>Experience India at Tikka Nation Watford – where every meal is a feast! Dine in,
order online, or book us for catering and enjoy a true Indian culinary experience in
Watford.</strong></p>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Vegan Delights</h3>
<p>Indulge in our plant-based options, crafted to redefine your taste expectations!
</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Vegetarian Specialties</h3>
<p>Fresh, vibrant, and full of flavour – discover our signature vegetarian dishes.
</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian Treats</h3>
<p>Savour the best of India’s non-veg specialties, right here in Watford.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>Special Offers</h2>
</header>
<p><strong>10% NHS Discount:</strong> To thank our dedicated NHS staff, we’re proud to offer a
10% discount on all
our dishes. Enjoy your favourites at an exclusive price!</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Indian Flavours, UK Locations – Discover Tikka Nation!</h2>
</header>
<p>Tikka Nation Watford brings the colourful, bold, and diverse tastes of Indian cuisine to the
UK. Our <strong>Indian restaurants food</strong> captures the essence of India, perfect for
everyone from curious foodies to lifelong fans of Indian flavours. Enjoy the best of
street-style bites and traditional recipes, all crafted to suit vegan, vegetarian, and
non-vegetarian preferences. From our famous <strong>Gunpowder Fries</strong> and
<strong>Schezwan Fries</strong> to the comforting flavours of <strong>Tikka Corn on the
Cob</strong>, <strong>Punjabi Samosa</strong>, Vada Pav, and more, our side dishes are
designed to elevate every meal.
</p>
<p>For those who love non-veg delights, our <strong>Chicken Tikka</strong>, <strong>Seekh
Kebab</strong>, and <strong>Lamb Bhuna</strong> bring the taste of India to life with
each bite. Vegan favourites like <strong>Soya Chaap Tikka</strong> and <strong>Soya Tikka
Mini Kathi Roll</strong> are also highlights, showcasing how plant-based options can be
just as delicious and flavorful. At Tikka Nation Watford, we are committed to sharing the
rich and varied <strong>cuisine of India</strong>, whether you choose to dine in or order
for a cosy night in. Come, experience the taste of India in Watford, and let every meal take
you on a journey of flavours!</p>
<ul>
<li><strong>Fresh Ingredients</strong></li>
<li><strong>Hygienic Preparation</strong></li>
<li><strong>Exceptional Service</strong></li>
<li><strong>Value for Money</strong></li>
</ul>
</div>
<div>
<header class="header-modal my-3">
<h2>Order Online – Quick and Convenient</h2>
</header>
<p>Enjoy the best of Indian flavours without leaving your home! With just a few clicks, Tikka
Nation’s delicious menu is on its way to you. Don’t wait – order online and treat yourself
to an authentic Indian feast.</p>
<p><strong>Get your favourites directly from us!</strong></p>
<p class="text-center w-100"><a class="new_irespo py-2 text-black px-5" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">Order Now</a></p>
</div>
<!-- Testimonials Section -->
<div class="testimonials">
<header class="header-modal my-3">
<h2>What Our Customers Say</h2>
</header>
<ul>
<li>Incredible flavours and fast service – Tikka Nation Watford never disappoints!</li>
<li>Authentic Indian taste that hits the spot every time. Highly recommend it!</li>
<li>The vegan options are amazing! So flavorful and fresh.</li>
<li>Perfectly spiced and packed with flavour – my go-to place for Indian food.</li>
</ul>
</div>
<!-- Catering Services Section -->
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Services</h2>
</header>
<p>At Tikka Nation Watford, we believe every event deserves an exceptional culinary experience.
Our Indian-inspired catering services are designed to bring the vibrant flavours of India to
your gatherings, no matter the occasion.</p>
<p>Whether it’s a corporate event, wedding, birthday, or private party, our diverse menu
includes vegan, vegetarian, and non-vegetarian options that cater to everyone’s taste. From
traditional curries and biryanis to popular street-style snacks, our offerings can be
customised to suit your event’s needs. </p>
<p>With our professional catering team, each dish is presented beautifully, allowing you and
your guests to enjoy every moment</p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Options</h2>
</header>
<p>At Tikka Nation Watford, we are dedicated to making every dining experience memorable.
Whether you’re dining in, ordering online, or planning a catered event, we’re excited to
share the rich flavours of India with you. Join us in celebrating the tastes of India in
Watford, and discover why Tikka Nation is the perfect choice for every food lover!</p>
<div class="catering-grid">
<div>
<h3>Corporate Events</h3>
<p>Elevate your next corporate event with our flavorful catering options, ensuring a
seamless setup
and service.</p>
</div>
<div>
<h3>Wedding Celebrations</h3>
<p>Celebrate your big day with a feast that everyone will remember! Our wedding catering
offers a
range of authentic Indian dishes to suit every palate.</p>
</div>
<div>
<h3>Social Events</h3>
<p>From community gatherings to festive occasions, our catering brings the best of
Indian flavours
to your events.</p>
</div>
<div>
<h3>Private Gatherings</h3>
<p>Perfect for intimate parties, our customizable menus offer light snacks to hearty
mains for a
memorable experience.</p>
</div>
<div>
<h3>Birthday Celebrations</h3>
<p>Make birthdays extra special with treats like Bombay Street Buns, Loaded Fries, and
Handi Dum
Biryani.</p>
</div>
<div>
<h3>Anniversary Dinners</h3>
<p>Celebrate love and togetherness with dishes like Masala Fries, Tikka Corn, and
Grilled Chicken.</p>
</div>
</div>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Watford privacy-policy-modal content -->
<!-- Birmingham privacy-policy-modal content -->
<div class="modal privacy-policy-modal fade" id="webDev_br9" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About This Restaurant</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h2>Tikka Nation Birmingham</h2>
<p><strong>Dine in, order, or cater with Tikka Nation for an unforgettable culinary
experience.</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Welcome to Tikka Nation in Birmingham, a reputed <strong>Indian restaurant</strong>, where
the authentic flavours of India come alive in every bite! We are passionate about serving
fresh, flavorful Indian dishes, crafted to offer the true taste of the streets and kitchens
of India. Our menu is designed to satisfy every craving, whether you’re vegan, vegetarian,
or a fan of classic non-veg delights.</p>
<p>We are one of the most loved <strong>Indian eateries</strong> in the area. Start with our
popular street food bites like crispy Onion Bhaji or spicy Masala Fries, then dive into
heartier options like our rich Chicken Tikka Masala, tender Lamb Rogan Josh, or flavorful
Vegetable Korma. For something truly satisfying, our Thalis offer a complete meal experience
with perfectly balanced flavours and sides. Craving something light? Try our refreshing
smoothies or wraps, like the Soya Chaap Tikka Wrap or the Paneer Tikka Wrap, packed with
fresh spices and vibrant tastes.</p>
<p>Whether dining in, ordering, or catering, Tikka Nation ensures every meal is a flavorful
journey, filled with bold spices, fresh ingredients, and a touch of Indian hospitality. Dine
in or make the most of this <strong>Indian takeaway</strong> to get your food on the go.
</p>
<p>Join us in Birmingham for an unforgettable culinary experience that brings the best of
<strong>Indian restaurants food</strong> and traditional dishes right to you!
</p>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Vegan Delights</h3>
<p>Enjoy bold, authentic Indian dishes crafted entirely with plant-based
ingredients.
</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Vegetarian Feast</h3>
<p>Savour hearty, spice-filled dishes made for veggie lovers, from Thalis to Tikkas.
</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian Indulgence</h3>
<p>Dive into a flavorful range of chicken, lamb, and kebabs, cooked to perfection.
</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>Special Offers</h2>
</header>
<p><strong>10% NHS Discount:</strong> As a token of gratitude, Tikka Nation offers a 10%
discount for NHS staff. Enjoy delicious Indian meals with us and save on every visit. Thank
you for all you do!</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Unleash Your Taste Buds at Tikka Nation! From plant-powered plates to hearty non-veg
feasts, dive into India’s rich flavours with every bite. Come hungry, leave delighted!
</h2>
</header>
<p>At Tikka Nation, we bring you a vibrant selection of Indian dishes, crafted to satisfy every
craving and delight every palate. For those who love exploring plant-based options, our
<strong>Vegan Menu</strong> is packed with flavorful choices like the spicy<strong>
Gunpowder Fries</strong>, tangy <strong>Pani Puri</strong>, and hearty <strong>Soya
Chaap Tikka</strong> Wrap. Each dish is designed to showcase the depth of Indian spices
and the freshness of ingredients, making it a haven for vegan foodies.
</p>
<p>Our <strong>Vegetarian Menu</strong> is a treat for those seeking rich, savoury flavours
without meat. Dive into our <strong>Vegetarian Thali</strong>, a complete meal featuring
traditional <strong>Indian dishes</strong> and sides, or try the beloved <strong>Paneer
Tikka Wrap</strong> for a burst of smoky, tangy goodness. For street food lovers, the
crispy <strong>Samosa Choley Chaat</strong> and classic <strong>Vada Pao</strong> bring
authentic street-style bites straight to your table.</p>
<p>For non-vegetarian enthusiasts, our menu offers mouthwatering options like the iconic Butter
Chicken, flavorful <strong>Lamb Rogan Josh</strong>, and satisfying <strong>Chicken Tikka
Biryani</strong>. Each dish is marinated in spices and cooked to perfection, bringing
bold flavours in every bite.</p>
<p>Whether vegan, vegetarian, or non-vegetarian, Tikka Nation invites you to explore the best of
<strong>Indian cuisine</strong>. Walk into our restaurant or order online or via the Tikka
Nation mobile app and experience the delicious Indian dishes you won’t forget!
</p>
<ul>
<li><strong>Spicy Tikka Marinades</strong></li>
<li><strong>Fresh Herb Naan</strong></li>
<li><strong>Street Style Chaats</strong></li>
<li><strong>Hearty Thali Plates</strong></li>
</ul>
</div>
<div>
<header class="header-modal my-3">
<h2>Order Online – Quick and Convenient</h2>
</header>
<p>Craving authentic Indian flavours from Tikka Nation? Order online and enjoy your favourite
dishes delivered straight to your door! From vibrant Thalis to mouth watering street food,
we bring it all to you</p>
<p><strong>Download the Tikka Nation app
now and satisfy your cravings anytime, anywhere!</strong></p>
<p class="text-center w-100"><a class="new_irespo py-2 text-black px-5" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">Order Now</a></p>
</div>
<!-- Testimonials Section -->
<div class="testimonials">
<header class="header-modal my-3">
<h2>What Our Customers Say</h2>
</header>
<ul>
<li>Tikka Nation never disappoints – the flavours are spot on every time!</li>
<li>Best Indian street food experience I've had outside of India!</li>
<li>Quick delivery, fresh ingredients, and unbeatable taste – highly recommend!</li>
<li>Absolutely loved the vegan options! So flavorful and satisfying.</li>
<li>Incredible service and even better food – I’m hooked!</li>
</ul>
</div>
<!-- Catering Services Section -->
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Services</h2>
</header>
<p>At Tikka Nation, we believe food is at the heart of every celebration, bringing people
together in a shared experience of flavours, joy, and unforgettable moments. Our catering
services are designed to offer the same authentic Indian taste and vibrant presentation our
guests love, making every event memorable. </p>
<p>Whether it's a formal corporate gathering or an intimate anniversary dinner, we bring the
spices, colours, and aromas of India right to your venue.</p>
<p>Our catering team works with you to create a menu tailored to your event, balancing classic
dishes with crowd-pleasers that everyone will enjoy. We take care of every detail, so you
can focus on making memories with your guests. With Tikka Nation, you can rest assured your
catering experience will be seamless, delicious, and filled with the tastes of India.</p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Options</h2>
</header>
<p>At Tikka Nation Birmingham, we are dedicated to making every dining experience memorable.
Whether you’re dining in, ordering online, or planning a catered event, we’re excited to
share the rich flavours of India with you. Join us in celebrating the tastes of India in
Birmingham, and discover why Tikka Nation is the perfect choice for every food lover!</p>
<div class="catering-grid">
<div>
<h3>Corporate Events</h3>
<p>Impress your colleagues and clients with a catering spread that’s as refined as it is
flavorful. Tikka Nation offers corporate catering designed to suit both formal and
casual events, from business luncheons to office parties. Treat your team to a
selection of aromatic curries, spicy appetisers, and fresh, wholesome Thalis that
are sure to leave a lasting impression.</p>
</div>
<div>
<h3>Wedding Celebrations</h3>
<p>Make your big day even more special with the authentic flavours of Tikka Nation. Our
wedding catering brings traditional and fusion Indian dishes to your celebration,
creating a menu that captures the essence of India. From savoury samosas to rich
biryanis and indulgent desserts, our catering is designed to celebrate love,
tradition, and unforgettable taste.</p>
</div>
<div>
<h3>Social Events</h3>
<p>Hosting a social gathering? Our catering services are perfect for any social event,
from festive gatherings to community meet-ups. We offer a variety of options that
can be customised for any group size, ensuring your guests enjoy a feast of Indian
favourites like Tikka Platters, Thalis, and flavorful curries.</p>
</div>
<div>
<h3>Private Gatherings</h3>
<p>For intimate dinners or cosy gatherings, Tikka Nation’s catering service brings the
best cuisine of India to your doorstep. Our curated menu is crafted to suit smaller
groups, allowing you and your guests to savour authentic Indian flavours without the
hassle of cooking. Perfect for dinner parties or casual get-togethers, our catering
is sure to impress.</p>
</div>
<div>
<h3>Birthday Celebrations</h3>
<p>Celebrate a birthday in style with Tikka Nation’s catering services! Our birthday
catering includes everything from finger foods like Masala Fries and Onion Bhajis to
filling entrees like Chicken Tikka Masala and Soya Chaap Tikka Wraps. Make it a
memorable birthday with delicious dishes that bring smiles to every guest.</p>
</div>
<div>
<h3>Anniversary Dinners</h3>
<p>Turn your anniversary dinner into a romantic feast with Tikka Nation’s catering. Our
special anniversary menu features dishes that capture the warmth and richness of
Indian flavours. Let us create a dining experience that’s as unforgettable as the
love you’re celebrating, with dishes like Lamb Roganjosh, Paneer Tikka, and fresh,
handmade naans.</p>
</div>
</div>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Birmingham privacy-policy-modal content -->
<!-- Preston privacy-policy-modal content -->
<div class="modal privacy-policy-modal fade" id="webDev_br10" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About This Restaurant</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h2 class="heading">Tikka Nation Preston</h2>
<p><strong>Dive into Our Delicious Thalis, Street Buns, and Grilled Tikka at Tikka Nation’s Newest
Spot at Preston!</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Tikka Nation, an authentic <strong>Indian restaurant</strong> is now proudly serving the
vibrant community of Preston! At Tikka Nation, we bring the rich, diverse flavours of India
to your table, offering an authentic dining experience filled with culinary delights. From
the sizzling Mixed Grill Tikka Platter to the soul-soothing Handi Dum Biryani, each dish is
crafted with a passion for authenticity and a love for quality ingredients.</p>
<p>Being one of the most preferred <strong>Indian eateries</strong>, our menu boasts a variety
of Indian specialties to satisfy every craving, from Bombay Street Buns and Quick Munchies
to hearty Curry Meals and delicious Wraps. We cater to all preferences, with dedicated
vegan, vegetarian, and non-vegetarian options, making Tikka Nation the perfect choice for
anyone craving a true taste of India.</p>
<p>Whether you are dining in, ordering out, or planning a gathering with friends and family,
Tikka Nation’s Preston branch offers a convenient and welcoming setting. With each bite, we
promise to transport you to the streets of Mumbai, the markets of Delhi, and the kitchens of
Indian homes, where the magic of spices and flavours come alive. Visit us today and discover
why Tikka Nation is the ultimate destination for <strong>Indian cuisine</strong> in Preston!
</p>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Vegan Delights</h3>
<p>Plant-based goodness, pure and flavorful.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Vegetarian Feast</h3>
<p>Traditional flavours crafted with fresh, vibrant veggies.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian Indulgence</h3>
<p>Rich, hearty dishes with authentic Indian spices.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>Special Offers</h2>
</header>
<p><strong>10% NHS Discount:</strong> At Tikka Nation, we proudly offer a 10% NHS discount as a
token of gratitude for our healthcare heroes. Enjoy authentic Indian dishes with exclusive
savings every time you dine with us!</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Authentic Indian Dishes for Every Craving – Vegan, Vegetarian, or Non-Vegetarian!</h2>
</header>
<p>At Tikka Nation, every dish on our menu celebrates the rich heritage and diverse flavours of
India, crafted to satisfy any craving. For those who love bold, layered spices, our Mixed
Grill Tikka Platter offers a vibrant variety of grilled delicacies, each marinated to
perfection. If you are in the mood for something hearty, our Handi Dum Biryani, cooked with
fragrant basmati rice and authentic Indian spices, is a must-try, promising a taste of India
in every bite. If you are in a hurry, get your order from this <strong>Indian
takeaway</strong> while on the go.</p>
<p>Our menu also includes iconic street-food-inspired options like Bombay Street Buns and Chaat,
bringing the lively flavours of Indian markets straight to your table. For quick bites of
<strong>Indian restaurants food</strong>, the Mini Kathi Roll and Loaded Fries add a fun
twist to traditional favourites, while our Curry Meals offer comforting classics for anyone
seeking the warmth of Indian home-cooked flavours.
</p>
<p>With dedicated vegan, vegetarian, and non-vegetarian options, Tikka Nation ensures that every
food enthusiast can find a dish that excites them. Each item on our menu reflects our
passion for authentic <strong>Indian cuisine</strong> and our commitment to using
high-quality ingredients. We invite you to explore the unique <strong>cuisine of
India</strong> and let every bite at Tikka Nation take you on a culinary journey like no
other.</p>
<ul>
<li><strong>Authentic Spices</strong></li>
<li><strong>Fresh Vegetables</strong></li>
<li><strong>Tender Meats</strong></li>
<li><strong>Classic Curries</strong></li>
</ul>
</div>
<div>
<header class="header-modal my-3">
<h2>Order Online – Quick and Convenient</h2>
</header>
<p>Craving the bold flavours of India? Order your favourite dishes from Tikka Nation right from
your phone! Enjoy quick and easy ordering, exclusive deals, and the convenience of delivery
</p>
<p><strong>Download the Tikka Nation mobile
app now and bring authentic Indian cuisine to your doorstep!</strong></p>
<p class="text-center w-100"><a class="new_irespo py-2 text-black px-5" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">Order Now</a></p>
</div>
<!-- Testimonials Section -->
<div class="testimonials">
<header class="header-modal my-3">
<h2>What Our Customers Say</h2>
</header>
<ul>
<li>A burst of Indian flavours that made every bite memorable – truly exceptional!</li>
<li>The biryani was a fragrant delight, reminding me of home-cooked magic!</li>
<li>Tikka Nation redefines Indian street food – vibrant, fresh, and utterly delicious!</li>
<li>Authenticity in every dish, from the rich curries to the spicy wraps!</li>
</ul>
</div>
<!-- Catering Services Section -->
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Services</h2>
</header>
<p>At Tikka Nation, we understand that memorable events are incomplete without delicious food
that delights every guest. Our catering services bring the vibrant flavours and authentic
taste of India to any occasion, ensuring a culinary experience that leaves a lasting
impression. With a carefully curated menu featuring classic <strong>Indian dishes</strong>,
we cater to all tastes and dietary preferences. From savoury starters to delectable
desserts, our chefs create each dish with passion, using high-quality ingredients and
authentic spices to deliver the true taste of India.</p>
<p>Our team of professionals is dedicated to making your event flawless and stress-free. We
handle every aspect of catering with the utmost attention to detail, allowing you to enjoy
your event with peace of mind. Whether it’s a large corporate event, an intimate gathering,
or a special celebration, Tikka Nation’s catering service brings a touch of culinary
excellence to your occasion. Explore our diverse catering options and discover how we can
make your event extraordinary.</p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Options</h2>
</header>
<p>At Tikka Nation Preston, we are dedicated to making every dining experience memorable.
Whether you’re dining in, ordering online, or planning a catered event, we’re excited to
share the rich flavours of India with you. Join us in celebrating the tastes of India in
Preston, and discover why Tikka Nation is the perfect choice for every food lover!</p>
<div class="catering-grid">
<div>
<h3>Corporate Events</h3>
<p>Elevate your next corporate event with Tikka Nation’s catering services, where
flavour meets sophistication. Our diverse menu ensures that each attendee, from
employees to clients, enjoys a satisfying meal, creating a comfortable and welcoming
atmosphere. With options ranging from quick bites to multi-course meals, our
corporate catering is designed to fit the needs of any professional gathering, be it
a business meeting, team-building event, or holiday party.</p>
</div>
<div>
<h3>Wedding Celebrations</h3>
<p>For a day as important as your wedding, Tikka Nation offers catering services that
turn your vision into a feast for the senses. Our wedding menu includes a variety of
Indian specialties that cater to different preferences, from vegan and vegetarian
delights to rich non-vegetarian options. Each dish is crafted to add flavour and joy
to the occasion, ensuring your guests have an unforgettable dining experience. Our
team works closely with you to customise the menu, reflecting your unique style and
preferences on this special day.</p>
</div>
<div>
<h3>Social Events</h3>
<p>Make your social events a true celebration with Tikka Nation’s catering service. From
festive gatherings to casual meetups, our menu offers something for everyone. We
provide a variety of dishes, from light appetisers to hearty meals, all made to
satisfy a crowd and add a special touch to your social gatherings. Let us handle the
food so you can focus on connecting with friends and family.</p>
</div>
<div>
<h3>Private Gatherings</h3>
<p>For intimate settings and smaller gatherings, Tikka Nation’s catering service is
ideal for delivering quality dishes without the hassle. Whether it’s a cosy dinner
party or a relaxed get-together, our team ensures a seamless dining experience with
flavorful Indian dishes that enhance the evening. With flexible options and
personalised service, we bring a taste of India to your private gatherings, making
them memorable and enjoyable for all.</p>
</div>
<div>
<h3>Birthday Celebrations</h3>
<p>Celebrate birthdays with a delicious spread from Tikka Nation. Our birthday catering
menu features festive and fun options that everyone, from kids to adults, will
enjoy. With dishes that cater to various tastes and dietary needs, we make sure the
food is as enjoyable as the occasion itself. Make your birthday celebration extra
special with our expertly prepared Indian dishes, adding excitement and flavour to
the party.</p>
</div>
<div>
<h3>Anniversary Dinners</h3>
<p>For couples looking to celebrate their anniversary with a touch of elegance, Tikka
Nation’s catering service is the perfect choice. Our menu for anniversary dinners
includes carefully selected dishes that set the tone for a romantic and
unforgettable evening. We work with you to create a dining experience that reflects
your tastes, providing a meal that’s as special as your journey together.</p>
</div>
</div>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Preston privacy-policy-modal content -->
<!-- St Albans privacy-policy-modal content -->
<div class="modal privacy-policy-modal fade" id="webDev_br11" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About This Restaurant</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h2 class="heading">Tikka Nation St Albans</h2>
<p><strong>Discover Our Thalis, Signature Tikkas, and Loaded Fries - Indian Comfort Food at Its
Best!</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Welcome to Tikka Nation, the <strong>Indian restaurant</strong> now proudly serving St.
Albans with the vibrant, authentic flavours of India! Our menu celebrates the diversity of
<strong>Indian cuisine</strong>, offering a wide selection of dishes that cater to every
taste and dietary preference. From spicy street food favourites like <strong>Punjabi
Samosas</strong>, <strong>Onion Bhajis</strong>, and <strong>Aloo Tikki</strong> to
hearty meals like <strong>Chicken Thali</strong> and <strong>Lamb Roganjosh</strong>,
there’s something to satisfy every craving.
</p>
<p>We are one of the preferred <strong>Indian eateries</strong> and are committed to
inclusivity, with dedicated <strong>Vegan</strong> and Vegetarian menus, featuring items
like Soya Chaap Tikka Wraps, Masala Fries, and <strong>Handi Vegetable Wraps</strong>. For
meat lovers, our Non-Veg Menu brings crowd-pleasers like Butter Chicken, <strong>Lamb Bhuna
Biryani,</strong> and <strong>Coriander and Lime Chicken Tikka</strong> – all made with
traditional spices and fresh ingredients. All our dishes offer the true aroma and taste of
Indian cooking.</p>
<p>Whether you’re dining in, ordering for a quick lunch, or catering for a group, Tikka Nation
promises a memorable experience with every bite. Join us in St. Albans and let the aroma of
our tikkas, thalis, and curries take you on a flavorful journey to the heart of India!</p>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Vegan Delights</h3>
<p>Authentic Indian flavours, entirely plant-based.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Vegetarian Specialties</h3>
<p>Classic Indian dishes, packed with flavour.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian Treats</h3>
<p>Rich, hearty dishes for meat lovers.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>Special Offers</h2>
</header>
<p><strong>10% NHS Discount:</strong> Tikka Nation is thrilled to offer a <strong>10% discount
to NHS staff</strong> as a token of appreciation. Enjoy your favourite <strong>Indian
dishes</strong> with us – thank you for all you do!</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Embark on a flavourful journey through India with every bite at Tikka Nation, St.
Albans!</h2>
</header>
<p>At Tikka Nation in St. Albans, we bring the rich, bold flavours of India right to your table,
offering an array of dishes that are crafted to delight food enthusiasts. Our menu is
carefully designed to cater to diverse tastes and preferences, with dedicated <strong>Vegan,
Vegetarian, and Non-Vegetarian</strong> selections</p>
<p>For those who love plant-based options, our <strong>Vegan Menu</strong> features unique
treats like <strong>Masala Fries</strong>, <strong>Samosa Choley Chaat</strong>, and
<strong>Soya Tikka Wraps</strong>, all bursting with spices and textures that truly capture
the spirit of Indian street food. Our Vegetarian Menu celebrates classic favourites like
<strong>Vegetarian Thali</strong>, <strong>Paneer Tikka Wrap</strong>, and <strong>Saag
Aloo</strong>—perfect for those who appreciate fresh, hearty vegetarian dishes.
</p>
<p>For meat lovers, our <strong>Non-Vegetarian Menu</strong> is a feast for the senses, offering
signature dishes like <strong>Chicken Tikka Masala</strong>, <strong>Lamb Rogan
Josh</strong>, and <strong>Afghani Chicken Tikka</strong>. Each dish is prepared with
traditional spices and cooking techniques to deliver an authentic, mouth watering
experience.</p>
<p>Whether you are craving a quick snack at the <strong>Indian takeaway</strong> or a complete
meal, Tikka Nation has something for everyone. Food enthusiasts, come indulge in a flavorful
journey through India with us at St. Albans! Experience true Indian food at our restaurant,
or order in.</p>
<ul>
<li><strong>Authentic Spices</strong></li>
<li><strong>Fresh Veggies</strong></li>
<li><strong>Tender Meats</strong></li>
<li><strong>Handmade Breads</strong></li>
</ul>
</div>
<div>
<header class="header-modal my-3">
<h2>Order Online – Quick and Convenient</h2>
</header>
<p>Craving authentic Indian flavours from Tikka Nation? Order our food online with easy online
ordering or via mobile app! Browse our full menu, customise your favourites, and experience
quick delivery. </p>
<p><strong>Download the Tikka Nation app today </strong>for a seamless ordering experience and
exclusive deals!</p>
<p class="text-center w-100"><a class="new_irespo py-2 text-black px-5" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">Order Now</a></p>
</div>
<!-- Testimonials Section -->
<div class="testimonials">
<header class="header-modal my-3">
<h2>What Our Customers Say</h2>
</header>
<ul>
<li>The best Indian dishes I have had in At. Albans.</li>
<li>Quick service, fantastic flavours, and the portions are just right!</li>
<li>Ordered the Tikka Platter – hands down the highlight of my week!</li>
<li>Their app made ordering so easy, and the food was just as amazing!</li>
</ul>
</div>
<!-- Catering Services Section -->
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Services</h2>
</header>
<p>If you’re looking for exceptional catering services in St. Albans that bring a unique,
flavorful touch to any occasion, Tikka Nation is here to serve. Specialising in authentic
cuisine of India, we offer a diverse menu that delights guests with bold spices, fresh
ingredients, and traditional recipes. Whether it’s a large corporate gathering or an
intimate anniversary dinner, our catering team is dedicated to making each event memorable
with dishes that reflect the rich culinary heritage of India.</p>
<p>Our team at Tikka Nation is committed to providing an unforgettable dining experience for
every type of event. With customizable menu options and impeccable service, we ensure that
your guests enjoy the vibrant and delicious offerings they deserve. Explore our catering
options tailored to suit various occasions:</p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Options</h2>
</header>
<p>At Tikka Nation Watford, we are dedicated to making every dining experience memorable.
Whether you’re dining in, ordering online, or planning a catered event, we’re excited to
share the rich flavours of India with you. Join us in celebrating the tastes of India in
Watford, and discover why Tikka Nation is the perfect choice for every food lover!</p>
<div class="catering-grid">
<div>
<h3>Corporate Events</h3>
<p>For professional gatherings, Tikka Nation offers a refined yet flavorful catering
experience that impresses employees, clients, and partners alike. From networking
events to company-wide celebrations, our corporate catering services feature
versatile menu options that suit any crowd. We create customised selections that
include both light bites and filling meals, ensuring everyone has a taste of our
signature flavours, whether they’re vegan, vegetarian, or non-vegetarian.</p>
</div>
<div>
<h3>Wedding Celebrations</h3>
<p>Make your celebrations even more memorable with our catering services for wedding
celebrations. Tikka Nation delivers an exceptional culinary experience for wedding
celebrations, bringing a taste of India to the heart of St. Albans. With a selection
of flavorful starters, elegant mains, and exquisite desserts, our wedding catering
allows you to customise a menu that suits your taste and theme. Our expert chefs
ensure each dish is prepared to perfection, adding an authentic touch to your
celebration that leaves a lasting impression.</p>
</div>
<div>
<h3>Social Events</h3>
<p>From charity events to community gatherings, Tikka Nation caters to all kinds of
social events with ease and expertise. Our menu is designed to offer a wide range of
options that cater to diverse palates, allowing guests to indulge in both
traditional and contemporary Indian flavours. With dishes ranging from classic
samosas to innovative Indian restaurants food items, our catering will turn your
social event into a culinary journey.</p>
</div>
<div>
<h3>Private Gatherings</h3>
<p>Planning an intimate family gathering or small get-together with friends? Tikka
Nation’s catering services bring warmth and flavour to private gatherings, offering
personalised options that allow you to relax and enjoy your company while we take
care of the food. Our variety of vegan, vegetarian, and meat dishes can be tailored
to fit your needs, ensuring every guest feels included and satisfied. From vibrant
appetisers to hearty mains, each dish is crafted with care.</p>
</div>
<div>
<h3>Birthday Celebrations</h3>
<p>Celebrate another year with Tikka Nation’s catering for birthday parties! Our
delicious spread is perfect for guests of all ages, featuring favourites like
Chicken Tikka Biryani, Masala Fries, and fresh Naan. We understand that birthdays
are about enjoying food, friends, and family, which is why our catering service is
designed to create a joyful, hassle-free dining experience that lets you focus on
celebrating.</p>
</div>
<div>
<h3>Anniversary Dinners</h3>
<p>Make your anniversary dinner special with Tikka Nation’s exquisite catering service.
Whether it’s a romantic dinner for two or a larger celebration with loved ones, our
team brings elegance and flavour to your event. From starters to main courses and
even desserts, our menu is crafted to create a memorable dining experience that
enhances the joy of your anniversary.</p>
</div>
</div>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- St Albans privacy-policy-modal content -->
<!-- Leeds privacy-policy-modal content -->
<div class="modal privacy-policy-modal fade" id="webDev_br16" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About This Restaurant</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h2 class="heading">Tikka Nation Leeds</h2>
<p><strong>Craving Something Spicy, Fresh, and Delicious? Order Your Treat Now at Tikka
Nation!</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Welcome to Tikka Nation Leeds, where authentic Indian flavours come to life! We are a
preferred <strong>Indian restaurant</strong> in the area and our menu offers you all the
culinary heritage right from India. It brings together traditional favourites and modern
twists on classic dishes. From the bold spices of our Handi Dum Biryani to the savoury
warmth of our Grilled Tikka Platter, every dish is crafted with passion and precision. </p>
<p>At Tikka Nation, we have designed our menu to satisfy every craving. We pride ourselves on
being one of the best Indian eateries and offering a diverse range of options to suit every
palate, including vegan, vegetarian, and non-vegetarian choices.</p>
<p>Try our Bombay Street Buns and Loaded Fries for a quick bite with a kick, or indulge in our
Curry Meals and Mixed Grills for a hearty, flavorful experience. For those on the go, our
Mini Kathi Rolls and wraps make a perfect meal, packed with taste and freshness.</p>
<p>With a warm, welcoming ambiance, Tikka Nation Leeds is the perfect spot for dining with
family or friends, grabbing a quick lunch, or enjoying a relaxed dinner. Visit us and taste
the richness of <strong>Indian cuisine</strong>, where every dish tells a story of spice,
tradition, and flavour.</p>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Vegan: Pure Plant Power</h3>
<p>Dive into fresh, flavorful dishes made 100% plant-based for guilt-free
indulgence.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Vegetarian: Garden Fresh Goodness</h3>
<p>Savour the richness of authentic Indian spices with our hearty vegetarian
delights.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian: Bold & Meaty</h3>
<p>Enjoy tender, spiced meats and classic flavours, perfect for true meat lovers.
</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>Special Offers</h2>
</header>
<p><strong>10% NHS Discount:</strong> As a thank you to our healthcare heroes, Tikka Nation
offers a 10% NHS discount. Enjoy authentic Indian flavours with a special discount as our
way of showing appreciation!</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Expect Vibrant Colours, Tempting Aromas, And Textures That Satisfy</h2>
</header>
<p>At Tikka Nation, we invite food enthusiasts to embark on a flavorful journey through India’s
vibrant cuisine. Our menu is crafted to cater to every craving, from street-style snacks to
hearty main dishes, ensuring an unforgettable dining experience. For those who love bold
spices, our <strong>Handi Dum Biryani</strong> is a must-try, cooked with rich, aromatic
basmati rice and tender meat or vegetables. Our <strong>Grilled Tikka Platter</strong>
offers a smoky, spice-infused delight, perfect for sharing or savouring solo.</p>
<p>If you are a fan of quick bites, try our <strong>Bombay Street Buns</strong> or
<strong>Loaded Fries</strong> – a playful twist
on classic Indian street foods, packed with bold flavours and textures. We are the best
<strong>Indian takeaway</strong> in Leeds. Our <strong>Mini Kathi Rolls</strong> are another
favourite, featuring spiced
fillings rolled in soft flatbread for the ideal grab-and-go meal. For a heartwarming,
wholesome choice, our <strong>Curry Meals</strong> deliver comfort in every bite, with a
range of options
from creamy, mild curries to fiery favourites.
</p>
<p>With vegan, vegetarian, and non-vegetarian options, every dish at Tikka Nation is prepared to
suit a variety of tastes. Join us to explore, savour, and fall in love with the most
authentic <strong>cuisine of India</strong>!</p>
<ul>
<li><strong>Fresh, Authentic Ingredients</strong></li>
<li><strong>Bold and Spicy Flavors</strong></li>
<li><strong>Rich, Creamy Curries</strong></li>
<li><strong>Traditional Indian Recipe</strong></li>
</ul>
</div>
<div>
<header class="header-modal my-3">
<h2>Order Online – Quick and Convenient</h2>
</header>
<p>Craving the flavours of Tikka Nation? Order online and enjoy our delicious Indian dishes
right from your home! </p>
<p>Download the Tikka Nation app for quick, easy ordering and exclusive offers. You can now
satisfy your hunger cravings anytime by ordering online or via the Tikka Nation App.</p>
<p><strong>Get your favourites directly from us!</strong></p>
<p class="text-center w-100"><a class="new_irespo py-2 text-black px-5" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">Order Now</a></p>
</div>
<!-- Testimonials Section -->
<div class="testimonials">
<header class="header-modal my-3">
<h2>What Our Customers Say</h2>
</header>
<ul>
<li>The best Indian food I’ve had in ages; I highly recommend the Handi Dum Biryani!</li>
<li>Incredible variety, fresh ingredients, and the flavours are spot on. A must-try!</li>
<li>Quick delivery and delicious food – Tikka Nation is my go-to!</li>
<li>Amazing vegan options! The Bombay Street Buns are unbeatable.</li>
</ul>
</div>
<!-- Catering Services Section -->
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Services</h2>
</header>
<p>Tikka Nation is proud to offer exceptional catering services, bringing authentic
<strong>Indian restaurants food</strong> to your events with a range of delicious menu
options tailored to delight your guests. We believe every event should be memorable, and our
catering team is committed to making that happen by serving dishes that combine rich,
aromatic spices with fresh, high-quality ingredients. Whether it’s a corporate lunch or an
intimate gathering, we ensure every dish is crafted with the same level of passion and
precision that has made Tikka Nation a favourite.
</p>
<p>Our catering services offer flexibility and customization to fit various types of events.
From classic Indian curries to bite-sized appetisers, we’ve designed our menus to cater to
every taste, with vegan, vegetarian, and non-vegetarian options available to accommodate
diverse preferences. Our experienced team handles everything from set-up to service,
ensuring a seamless, enjoyable experience. Here is a list of different types of events that
we cater to: </p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Options</h2>
</header>
<p>At Tikka Nation Leeds, we are dedicated to making every dining experience memorable.
Whether you’re dining in, ordering online, or planning a catered event, we’re excited to
share the rich flavours of India with you. Join us in celebrating the tastes of India in
Leeds, and discover why Tikka Nation is the perfect choice for every food lover!</p>
<div class="catering-grid">
<div>
<h3>Corporate Events</h3>
<p>For business meetings, conferences, and corporate gatherings, Tikka Nation offers a
catering menu that’s both delicious and professional. We understand the importance
of efficiency at corporate events, so we provide quick, appetising options like Mini
Kathi Rolls, Grilled Tikka Platters, and assorted wraps that are easy to enjoy
without interrupting the event’s flow. Let us handle the food, so you can focus on
making connections and conducting business.</p>
</div>
<div>
<h3>Wedding Celebrations</h3>
<p>Make your big day unforgettable with Tikka Nation’s exquisite <strong>Indian
dishes</strong>. Our wedding catering includes a lavish spread of dishes, from
traditional curries and biryanis to appetisers and desserts, adding a touch of
Indian elegance to your celebration. We work with you to design a menu that
complements your event theme, guest preferences, and dietary needs, ensuring
everyone leaves with a taste of happiness.</p>
</div>
<div>
<h3>Social Events</h3>
<p>Whether it’s a family reunion, cultural celebration, or community event, Tikka Nation
offers catering that brings people together over food. Our social event menu offers
a wide range of choices, including Bombay Street Buns, Loaded Fries, and our Mixed
Grill Tikka Platter, which serve as perfect crowd-pleasers. We take care of
everything, allowing you to focus on enjoying the event and spending quality time
with loved ones.</p>
</div>
<div>
<h3>Private Gatherings</h3>
<p>For intimate gatherings, our catering services provide a cosy, personalised dining
experience. From small dinner parties to friendly get-togethers, Tikka Nation offers
flavorful, perfectly portioned dishes that enhance the atmosphere. Choose from a
range of curries, appetisers, and sides that bring the richness of Indian cuisine to
your home, creating a warm, inviting setting for your guests.</p>
</div>
<div>
<h3>Birthday Celebrations</h3>
<p>Celebrate birthdays with the bold flavours of Tikka Nation! Our birthday catering
options include fun, tasty dishes like Mini Kathi Rolls, Chaat, and Loaded Fries
that both kids and adults can enjoy. With customizable options, we ensure the food
aligns with the celebration’s vibe, whether it’s a casual party or a grand birthday
bash. We are here to manage your food requirements while you enjoy the birthday
celebrations!</p>
</div>
<div>
<h3>Anniversary Dinners</h3>
<p>Make your anniversary extra special with a custom menu that’s as unique as your love
story. Tikka Nation’s anniversary catering options range from light appetisers to
indulgent main courses, creating a fine dining experience that can be enjoyed in the
comfort of your home or event venue. Celebrate the occasion with a romantic meal
featuring Tikka Nation’s finest dishes, served with elegance and style.</p>
</div>
</div>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Leeds privacy-policy-modal content -->
<!-- Royal Holloway privacy-policy-modal content -->
<div class="modal privacy-policy-modal fade" id="webDev_br17" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-xl ">
<div class="modal-content text-dark">
<div class="modal-header">
<p class="h2 modal-title text-dark">More About This Restaurant</p>
<button class="btn-close h2 fs-2" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body px-4 text-dark">
<header class="header-modal">
<h2 class="heading">Tikka Nation Royal Holloway</h2>
<p><strong>A Taste of India – Vegan, Vegetarian, and Non-Vegetarian Delights Await!</strong></p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Welcome Section -->
<div class="intro">
<p>Tikka Nation is an authentic Indian restaurant chain bringing bold flavours and diverse
options to the UK, with branches in various locations. Our menu is a tribute to India’s rich
culinary heritage, and it features everything from classic Thalis and street snacks to
hearty curries and grilled delicacies. </p>
<p>Vegan diners can relish dishes like Aloo Tikki, Soya Chaap Tikka, and Samosa Pao, while our
vegetarian offerings include favourites such as Paneer Chilli, Tadka Dal, and Saag Aloo. For
meat lovers, we serve an array of flavorful dishes like Chicken Tikka Biryani, Lamb Rogan
Josh, and Dhaba Tikka. </p>
<p>Tikka Nation ensures a flavorful experience for all with options for dine-in, takeaway, and
catering. Whether you are here for a quick snack or a hearty meal, we offer a variety of
vegan, vegetarian, and non-vegetarian dishes crafted with authentic spices and ingredients.
</p>
<p>Come, step into a world of rich flavours, aromatic spices, and the warmth of Indian
hospitality at Tikka Nation – where every meal is a celebration of taste and cuisine of
India.</p>
</div>
<!-- Explore Menu Section -->
<div class="menu">
<header class="header-modal my-3">
<h2>Explore Our Menu</h2>
</header>
<div class="menu-grid">
<div class="menu-item">
<div>
<h3>Vegan Dishes</h3>
<p>Plant-based, flavourful, and packed with Indian spices.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/vegan-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Pure Veg Dishes</h3>
<p>Traditional vegetarian favourites with authentic flavours.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/veg-menu">View Menu</a>
</div>
<div class="menu-item">
<div>
<h3>Non-Vegetarian Menu</h3>
<p>Bold, hearty dishes for meat lovers.</p>
</div>
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
target="_blank" href="https://tikkanation.com/nonveg-menu">View Menu</a>
</div>
</div>
</div>
<!-- Special Offers Section -->
<div class="offer">
<header class="header-modal my-3">
<h2>Special Offers</h2>
</header>
<p><strong>10% NHS Discount:</strong> At Tikka Nation, we proudly offer a <strong>10% discount
for NHS staff</strong> as a token of appreciation for their incredible dedication and
hard work. Enjoy a flavorful dining experience with us, where your service is truly valued.
</p>
</div>
<div class="testimonials">
<header class="header-modal my-3">
<h2>Spicy, Savory, and Satisfying – Explore Tikka Nation’s Authentic Indian Menu!</h2>
</header>
<p>At Tikka Nation, we bring you a wide array of authentic <strong>Indian dishes</strong>
crafted to suit every taste. Our menu includes vegan, vegetarian, and non-vegetarian
options, ensuring something special for everyone. Vegan guests can enjoy dishes like the
crispy Onion Bhaji, spicy Soya Chaap Tikka, and tangy Bhel Puri, each made to celebrate the
flavours of India.</p>
<p>For those who prefer vegetarian food, our menu offers comforting choices like the rich
Vegetable Korma, creamy Paneer Tikka, and traditional Tadka Dal. In our non-vegetarian
section, meat lovers will find a variety of flavorful, aromatic options.</p>
<p>Our non-vegetarian menu includes favourites such as the classic Chicken Tikka, tender Lamb
Rogan Josh, and spiced Afghani Chicken Tikka. We serve hearty Thalis, packed with a
selection of items for a complete Indian dining experience. Our menu also includes
street-style snacks like Gunpowder Fries and Chicken Tikka Bun for those looking for quick
bites.</p>
<p>Whether you prefer traditional curries and biryanis or you want quick bites like wraps and
buns at <strong>Indian eateries</strong>, our dishes offer a true taste of India. At Tikka
Nation, we prepare every dish with authentic spices and the freshest ingredients, and give
you a satisfying and memorable dining experience with every bite.</p>
<ul>
<li><strong>Vegan Choices</strong></li>
<li><strong>Traditional Thalis</strong></li>
<li><strong>Diverse Options</strong></li>
<li><strong>Fresh Ingredients</strong></li>
</ul>
</div>
<div>
<header class="header-modal my-3">
<h2>Bringing Tikka Nation to Your Doorstep. Order Online!</h2>
</header>
<p>With Tikka Nation, enjoying authentic Indian flavours is easier than ever. Order online
directly through our website or the Tikka Nation app for a seamless, convenient experience.
Browse our full menu, customise your choices, and enjoy fast delivery to your doorstep.</p>
<p>This <strong>Indian takeaway</strong> food is perfect for quick meals, family dinners, or
satisfying those
late-night cravings with ease.</p>
<p><strong>Download Tikka Nation App</strong></p>
<p class="text-center w-100"><a class="new_irespo py-2 text-black px-5" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">Order Now</a></p>
</div>
<!-- Testimonials Section -->
<div class="testimonials">
<header class="header-modal my-3">
<h2>What Our Customers Say</h2>
</header>
<ul>
<li>Incredible taste! The Chicken Tikka was tender and packed with spice. I am gonna order
again!</li>
<li>Amazing vegan options – the Soya Chaap Tikka and Masala Fries were delicious. </li>
<li>Food from Tikka Nation is perfect for family meals! The Thali gives a bit of everything,
and the kids loved the mini rolls.</li>
<li>Ordering online was so easy, and the food arrived hot and fresh. Great experience!</li>
</ul>
</div>
<!-- Catering Services Section -->
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Services</h2>
</header>
<p>Tikka Nation offers exceptional catering services. We bring the original flavours and taste
of <strong>Indian cuisine</strong> to your special events. Our catering menu is designed to
suit diverse preferences with vegan, vegetarian, and non-vegetarian options. We offer
catering services for corporate gatherings, wedding celebrations, and intimate family
get-togethers. </p>
<p>We offer signature dishes like our Mixed Grill Tikka Platter and Handi Dum Biryani to quick
bites like Samosa Pao and Loaded Fries, we ensure there’s something for every guest. Our
experienced catering team takes care of every detail, from preparation to presentation,
delivering a seamless and enjoyable experience.</p>
<p>With Tikka Nation’s catering, you can delight your guests with authentic <strong>Indian
restaurants food</strong> and personalised service. Make your next event memorable with
Tikka Nation, where every dish is crafted to impress.</p>
</div>
<div class="catering">
<header class="header-modal my-3">
<h2>Catering Options</h2>
</header>
<p>At Tikka Nation Royal Holloway, we are dedicated to making every dining experience memorable.
Whether you’re dining in, ordering online, or planning a catered event, we’re excited to
share the rich flavours of India with you. Join us in celebrating the tastes of India in
Royal Holloway, and discover why Tikka Nation is the perfect choice for every food lover!
</p>
<div class="catering-grid">
<div>
<h3>Corporate Events</h3>
<p>For corporate events, Tikka Nation brings a professional yet flavorful touch with a
variety of menu options tailored to meet diverse tastes. Our catering services make
corporate gatherings enjoyable and memorable with dishes crafted to impress clients
and employees alike. We serve you light appetisers as well as hearty mains. Our team
ensures prompt, high-quality service, and allows you to focus on networking while we
handle the delicious details.</p>
</div>
<div>
<h3>Wedding Celebrations</h3>
<p>Make your wedding celebration unforgettable with Tikka Nation’s catering, which
offers a wide selection of authentic Indian dishes that suit every guest’s palate.
Our menu includes indulgent options for vegans, vegetarians, and meat lovers, with
specialties like Mixed Grill Platters and Handi Dum Biryani. We provide full-service
catering to ensure a seamless dining experience. With every catering order, we add a
touch of traditional Indian elegance to your special day.</p>
</div>
<div>
<h3>Social Events</h3>
<p>For social events, Tikka Nation provides versatile catering that can be customised to
suit various themes and tastes. We serve our food at intimate gatherings as well as
large-scale parties. Our diverse menu options bring bold Indian flavours to your
celebration. Our team handles all aspects of catering, and ensures your guests are
treated to a memorable experience filled with delicious bites. Our Samosa Chaat and
Chicken Tikka specialties will surely make them crave for more.</p>
</div>
<div>
<h3>Private Gatherings</h3>
<p>Hosting a private gathering? Tikka Nation offers catering designed for intimate
settings. Our services are perfect for family gatherings or close friends. We
deliver a menu filled with crowd-pleasers like Soya Chaap Tikka and Paneer Wraps,
tailored to your preferences. Our catering team ensures each dish is presented
beautifully and served efficiently. We ensure that you and your guests relax,
savour, and enjoy the occasion.</p>
</div>
<div>
<h3>Birthday Celebrations</h3>
<p>For birthday celebrations, Tikka Nation brings festive flavours and a fun menu
perfect for all ages. We have options like loaded Fries for the kids to rich curries
and biryanis for adults. Our catering options keep everyone delighted at the party
and makes everyone crave for more. We handle all catering needs, and allow you to
celebrate without worry. With Tikka Nation, each birthday is made extra special with
dishes that appeal to every guest’s taste..</p>
</div>
<div>
<h3>Anniversary Dinners</h3>
<p>Celebrate love and togetherness with Tikka Nation’s catering for anniversary dinners,
where we offer an intimate yet indulgent dining experience. Our carefully curated
menu includes popular items like Dhaba Tikka, Handi Vegetable, and aromatic
biryanis. We bring authentic Indian flavours to your table. Our team ensures a
smooth, elegant setup, and allows you to focus on the celebration while we take care
of the dining details.</p>
</div>
</div>
</div>
</main>
</div>
<div class="modal-footer">
<div class="row w-100">
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/reservations"><span>Book a Table</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="btn-order-online-gradiant py-2" id="new_irespo" href="#" type="button"
data-bs-dismiss="modal" aria-label="Close">
<span>Order
Online</span>
</a>
</div>
</div>
<div class="col-md-4 mb-2 col-4">
<div class="h-100">
<a class="new_irespo py-2 text-black d-flex flex-column align-items-center justify-content-center"
id="new_irespo" href="https://tikkanation.com/catering-events"><span>Catering</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Royal Holloway privacy-policy-modal content --> <div class="offerpopup">
<div class="offermycontnt">
<div class="closebtnoffdiv" onclick="closefordiv()"><i class="fa fa-window-close"></i></div>
<div class="oferalheadtop">
Special Offers
</div>
<div class="offerdesc" id="offerhtmllist">
</div>
</div>
</div>
<div class="walletpopup">
<div class="walletmycontnt">
<div class="closebtnwlltdiv" onclick="closefordivwallet()"><i class="fa fa-xmark"></i></div>
<div class="walletdesc" id="wallethtmllist">
<div class="walletbg">
<div class="walleticon">
<img src="https://tikkanation.com/assets/web/images/TIKKA-NATION-UXBRIDGE.jpg" alt="">
</div>
<div class="walletcontent">
<div class="headingwllt"><img src="https://tikkanation.com/assets/web/images/wallet-popup.jpg"
alt=""> </div>
<div class="descwllt">Earn £30 when you register with us and redeem
this while ordering food on our platform
</div>
<div class="descwllt line">
</div>
<div class="btnwallet">
<a class="btn no-thanks" href="javascript:void()" onclick="closefordivwallet()">Close</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="extrapopup">
<div class="extramycontnt">
<div class="closebtnoffdiv" onclick="closefordivextra()"><i class="fa fa-window-close"></i></div>
<div class="oferalheadtop">
ADD EXTRAS
</div>
<div class="extradesc">
<div id="extrahtmllist">
</div>
<div id="extraproceed" class="text-center"><span onclick="checkandprocced()"
class="applynowbtnextra btn btn-sm btn-danger">No Thanks</span></div>
</div>
</div>
</div>
<section class="mt-0 pt-2 content-only bg-order-online">
<div class="container">
<h2 class="heading text-center py-1 m-0">Tikka Nation</h2>
<p class="m-0 text-center"><a class="more-about-tikka" href="#abouttikkanation" data-bs-toggle="modal"
data-bs-target="#abouttikkanation">More About Tikka Nation</a></p>
<h2 class="text-center py-1 subheading">Select Branch To Place Order</h2>
<div class="row branch-section">
<div class="col-12 col-lg-4 col-md-6 col-sm-12 px-3">
<div class="order">
<a href="javascript:void()" onclick="setBranch('birmingham')">
<div class="orderimg">
<img alt="" src="https://tikkanation.com/uploads/branch/branch-25391tikka-nation-birmingham.jpg" />
</div>
</a>
<div class="ordercontent">
<a href="javascript:void()" onclick="setBranch('birmingham')">
<h3>Birmingham <small class="review-star">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
</h3>
<p class="ordercontentaddress my-1">14d Birmingham Rd, The Royal Town of Sutton Coldfield, Birmingham, Sutton Coldfield B72 1QG, United Kingdom</p>
</a>
<p class="w-100 my-1 location d-flex justify-content-center align-items-center">
<a class="phone" href="tel:0121 448 1560"><i class="fa fa-phone"></i> 0121 448 1560</a>
<a class="ordercontentproceedbtn btn-sm" href="javascript:void()" onclick="setBranch('birmingham')">Proceed To Order</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12 px-3">
<div class="order">
<a href="javascript:void()" onclick="setBranch('dorking')">
<div class="orderimg">
<img alt="" src="https://tikkanation.com/uploads/branch/branch-77504tikka-nation-dorking.jpg" />
</div>
</a>
<div class="ordercontent">
<a href="javascript:void()" onclick="setBranch('dorking')">
<h3>Dorking <small class="review-star">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
</h3>
<p class="ordercontentaddress my-1">41 - 43 High St, Dorking RH4 1AR, United Kingdom</p>
</a>
<p class="w-100 my-1 location d-flex justify-content-center align-items-center">
<a class="phone" href="tel:01306 877003"><i class="fa fa-phone"></i> 01306 877003</a>
<a class="ordercontentproceedbtn btn-sm" href="javascript:void()" onclick="setBranch('dorking')">Proceed To Order</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12 px-3">
<div class="order">
<a href="javascript:void()" onclick="setBranch('leeds')">
<div class="orderimg">
<img alt="" src="https://tikkanation.com/uploads/branch/branch-94604image01.jpeg" />
</div>
</a>
<div class="ordercontent">
<a href="javascript:void()" onclick="setBranch('leeds')">
<h3>Leeds <small class="review-star">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
</h3>
<p class="ordercontentaddress my-1">Lower Ground, Student Union, Leeds University Union, Lifton Pl, Woodhouse, Leeds LS2 9JZ</p>
</a>
<p class="w-100 my-1 location d-flex justify-content-center align-items-center">
<a class="phone" href="tel:01132 457776"><i class="fa fa-phone"></i> 01132 457776</a>
<a class="ordercontentproceedbtn btn-sm" href="javascript:void()" onclick="setBranch('leeds')">Proceed To Order</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12 px-3">
<div class="order">
<a href="javascript:void()" onclick="setBranch('luton-point')">
<div class="orderimg">
<img alt="" src="https://tikkanation.com/uploads/branch/branch_54157Luton-point.JPG" />
</div>
</a>
<div class="ordercontent">
<a href="javascript:void()" onclick="setBranch('luton-point')">
<h3>Luton Point <small class="review-star">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
</h3>
<p class="ordercontentaddress my-1">112 The Mall, Luton LU1 2TJ</p>
</a>
<p class="w-100 my-1 location d-flex justify-content-center align-items-center">
<a class="phone" href="tel:01582952898"><i class="fa fa-phone"></i> 01582952898</a>
<a class="ordercontentproceedbtn btn-sm" href="javascript:void()" onclick="setBranch('luton-point')">Proceed To Order</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12 px-3">
<div class="order">
<a href="javascript:void()" onclick="setBranch('royal-holloway')">
<div class="orderimg">
<img alt="" src="https://tikkanation.com/uploads/branch/branch_8387Untitled design (1).png" />
</div>
</a>
<div class="ordercontent">
<a href="javascript:void()" onclick="setBranch('royal-holloway')">
<h3>Royal Holloway <small class="review-star">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
</h3>
<p class="ordercontentaddress my-1">Egham Hill, Egham TW20 0EX, United Kingdom</p>
</a>
<p class="w-100 my-1 location d-flex justify-content-center align-items-center">
<a class="phone" href="tel:07824078257"><i class="fa fa-phone"></i> 07824078257</a>
<a class="ordercontentproceedbtn btn-sm" href="javascript:void()" onclick="setBranch('royal-holloway')">Proceed To Order</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12 px-3">
<div class="order">
<a href="javascript:void()" onclick="setBranch('ruislip')">
<div class="orderimg">
<img alt="" src="https://tikkanation.com/uploads/branch/branch_91387ruislip.jpg" />
</div>
</a>
<div class="ordercontent">
<a href="javascript:void()" onclick="setBranch('ruislip')">
<h3>Ruislip <small class="review-star">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
</h3>
<p class="ordercontentaddress my-1">Tikka Nation, 86 Victoria Rd, Ruislip HA4 0AL</p>
</a>
<p class="w-100 my-1 location d-flex justify-content-center align-items-center">
<a class="phone" href="tel:07773 004561"><i class="fa fa-phone"></i> 07773 004561</a>
<a class="ordercontentproceedbtn btn-sm" href="javascript:void()" onclick="setBranch('ruislip')">Proceed To Order</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12 px-3">
<div class="order">
<a href="javascript:void()" onclick="setBranch('st-albans')">
<div class="orderimg">
<img alt="" src="https://tikkanation.com/uploads/branch/branch-38254tikka-nation-st-albans.jpg" />
</div>
</a>
<div class="ordercontent">
<a href="javascript:void()" onclick="setBranch('st-albans')">
<h3>St Albans <small class="review-star">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
</h3>
<p class="ordercontentaddress my-1">1 Waxhouse Gate, St Albans AL3 4EH, United Kingdom</p>
</a>
<p class="w-100 my-1 location d-flex justify-content-center align-items-center">
<a class="phone" href="tel:01727 869398"><i class="fa fa-phone"></i> 01727 869398</a>
<a class="ordercontentproceedbtn btn-sm" href="javascript:void()" onclick="setBranch('st-albans')">Proceed To Order</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12 px-3">
<div class="order">
<a href="javascript:void()" onclick="setBranch('watford')">
<div class="orderimg">
<img alt="" src="https://tikkanation.com/uploads/branch/branch-51207tikka-nation-image1.jpg" />
</div>
</a>
<div class="ordercontent">
<a href="javascript:void()" onclick="setBranch('watford')">
<h3>Watford <small class="review-star">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
</h3>
<p class="ordercontentaddress my-1">Opposite BB's Coffee and Muffins, High Street 52A Lower Mall, The Harlequin (Atria, Watford WD17 2TF, United Kingdom</p>
</a>
<p class="w-100 my-1 location d-flex justify-content-center align-items-center">
<a class="phone" href="tel:07788 823374"><i class="fa fa-phone"></i> 07788 823374</a>
<a class="ordercontentproceedbtn btn-sm" href="javascript:void()" onclick="setBranch('watford')">Proceed To Order</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<style type="text/css">
.floatwhatsapp {
width: 50px;
height: auto;
position: fixed;
right: 15px;
bottom: 100px;
z-index: 99999;
}
.floatwhatsapp img {
width: 100%;
}
.back-to-top {
position: fixed;
bottom: 30px;
right: 17px;
display: none;
background-color: #dc9602 !important;
border-radius: 100px;
font-size: 22px;
}
.footersubtext {
color: #fff !important;
}
</style>
<div class="floatwhatsapp">
<a href="https://api.whatsapp.com/send?phone=447727207741" target='_blank'><img
src="https://tikkanation.com/assets/web/images/whatsapp.png" alt="Tikka Nation Whatsapp Button"
title="Tikka Nation Whatsapp Button"></a>
<a id="back-to-top" href="#" style="display: none;" class="btn btn-md back-to-top" role="button"><i
class="fas fa-chevron-up"></i></a>
</div>
<div class="ba-we-love-subscribers-wrap">
<div class="ba-we-love-subscribers popup-ani">
<p class="text-center text-dark">Earn £30 when you register with us and redeem 10% of this while ordering food on our Platform</p>
</div>
<div class="ba-we-love-subscribers-fab">
<div class="wrap">
<img src="https://tikkanation.com/assets/web/images/fav-icon-tikka-credit.png" alt="Tikka credit">
</div>
</div>
</div>
<div class="footertab">
<div class="row">
<div class="col-3 p-0">
<a class="text-dark" href="https://tikkanation.com/">
<p class="w-100 text-center m-0 pt-2 text-dark ">
<span><img src="https://tikkanation.com/assets/web/images/home.png" alt="Home"></span>Home
</p>
</a>
</div>
<div class="col-3 p-0">
<a class="text-dark" href="https://tikkanation.com/reservations">
<p class="w-100 text-center m-0 pt-2 text-dark ">
<span><img src="https://tikkanation.com/assets/web/images/reservation.png" alt="Reservation"></span>Reservation
</p>
</a>
</div>
<div class="col-3 p-0">
<a class="text-dark" href="https://tikkanation.com/order-online">
<p class="w-100 text-center m-0 pt-2 text-dark activetab">
<span><img src="https://tikkanation.com/assets/web/images/ordering.png" alt="Order Now"></span>Order Now
</p>
</a>
</div>
<div class="col-3 p-0">
<a class="text-dark" href="https://tikkanation.com/full-menu">
<p class="w-100 text-center m-0 pt-2 text-dark ">
<span><img src="https://tikkanation.com/assets/web/images/catering.png" alt="Full Menu"></span>Full Menu
</p>
</a>
</div>
</div>
</div>
<div class="footer" id="footer">
<div class="toast-container"></div>
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="footer-parts logo-footer">
<div class="footer-logo">
<a href="https://tikkanation.com/"><img
src="https://tikkanation.com//assets/web/images/logo.png" alt="Logo" title="Logo"></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="footer-parts">
<h4>QUICK LINKS</h4>
<ul>
<li><a href="https://tikkanation.com/catering-events">Catering Enquiries</a></li>
<li><a href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
<li><a href="https://tikkanation.com/about-us">About Tikka-Nation</a></li>
<li><a href="https://tikkanation.com/blogs">Blog</a></li>
<!-- <li><a href="https://tikkanation.com/video-gallery">Video Gallery</a></li> -->
<li><a href="https://tikkanation.com/photo-gallery">Photo Gallery</a></li>
<!-- <li><a href="https://tikkanation.com/areas-covered">Areas Covered</a></li> -->
</ul>
</div>
</div>
<div class="col-md-3">
<div class="footer-parts">
<h4>OTHER LINKS</h4>
<ul>
<li><a href="https://tikkanation.com/tikka-credits">Tikka Credits <sup><img style="width:32px;"
src="https://tikkanation.com/assets/web/images/fav-icon-tikka-credit.png"
alt="Tikka credit"></sup></a></li>
<li><a href="https://tikkanation.com/pdf-view/allergy/Allergen.pdf"
target="_blank">Allergen Information</a></li>
<li><a href="https://tikkanation.com/privacy-policy">Privacy Policy</a></li>
<li><a href="https://tikkanation.com/terms-and-conditions">Terms and Conditions</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="footer-parts">
<h4>Email</h4>
<div class="contact-no">
<a href="mailto:info@tikkanation.com"><i class="fas fa-envelope"></i>info@tikkanation.com</a>
</div>
<!-- <p>41 High St, Dorking, United Kingdom<br>RH4 1AR </p> -->
<h4>Follow Us</h4>
<div class="footer-social">
<ul>
<li><a href="https://www.facebook.com/share/xUrMYuYS4v6ha7oM/?mibextid=LQQJ4d" target="_blank"><img
src="https://tikkanation.com//assets/web/images/facebook.png"
alt="Follow Tikka Nation on Facebook"
title="Follow Tikka Nation on Facebook"></a></li>
<li><a href="https://www.instagram.com/tikkanationuk?igsh=NHE0cHVyZG9ha3cw&utm_source=qr" target="_blank"><img
src="https://tikkanation.com//assets/web/images/instagram.png"
alt="Follow Tikka Nation on Instagram"
title="Follow Tikka Nation on Instagram"></a></li>
<li><a href="https://youtube.com/@tikkanationuk?si=OXyWnerZWvesRdOa" target="_blank"><img
src="https://tikkanation.com//assets/web/images/youtube.png"
alt="Follow Tikka Nation on Youtube" title="Follow Tikka Nation on Youtube"></a>
</li>
<li><a href="https://www.tiktok.com/@tikkanation?_t=8nXycaApisx&_r=1" target="_blank"><img
src="https://tikkanation.com//assets/web/images/tiktok.png"
alt="Follow Tikka Nation on Tiktok" title="Follow Tikka Nation on Tiktok"></a>
</li>
<li><a href="https://www.linkedin.com/company/tikka-nation/"><img
src="https://tikkanation.com//assets/web/images/linkedin.png"
alt="Follow Tikka Nation on Linkedin"
title="Follow Tikka Nation on Linkedin"></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-12">
<div class="cpwerdyb">
Powered by <a href="https://v1technologies.co.uk/" target="_blank">V1 Technologies</a>
</div>
</div>
</div>
</div>
</div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="nav-logo-holder">
<img src="https://tikkanation.com//assets/web/images/logo.png" alt="">
</div>
<ul class="res-menu-side">
<li><a href="https://tikkanation.com/">Home</a></li>
<li><a href="https://tikkanation.com/menu-option">Menu Option</a></li>
<li><a href="https://tikkanation.com/catering-events">Catering Enquiries</a></li>
<li><a href="https://tikkanation.com/locations">Locations</a></li>
<li><a href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
<li>
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
Reservations
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<ul class="">
<li><a
href="https://tikkanation.com/reservations/birmingham">Birmingham</a>
</li>
<li><a
href="https://tikkanation.com/reservations/dorking">Dorking</a>
</li>
<li><a
href="https://tikkanation.com/reservations/ruislip">Ruislip</a>
</li>
<li><a
href="https://tikkanation.com/reservations/st-albans">St albans</a>
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
Contact Us
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<ul>
<li><a
href="https://tikkanation.com/contact-us/birmingham">Birmingham</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/dorking">Dorking</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/leeds">Leeds</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/luton-point">Luton point</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/royal-holloway">Royal holloway</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/ruislip">Ruislip</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/st-albans">St albans</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/watford">Watford</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li><a href="https://tikkanation.com/reviews">Reviews</a></li>
<li><a href="javascript:void()" onclick="changelocation()" class="ordernow">Order Online</a></li>
</ul>
</div>
<div class='loaderbg'>
<div class="loader"></div>
<p>Please wait...<br>Don't close the app or tap the back button</p>
</div>
<div class='loaderbgchng'>
<p>Please wait...<br>Don't close the app or tap the back button</p>
</div>
<script>
function showToast(data) {
const toastContainer = document.querySelector(".toast-container");
const toast = document.createElement("div");
toast.classList.add("toast", "success");
toast.innerHTML = `
<div class="toast-content">
<i class="bi icon bi-check-circle-fill"></i>
<div class="message">
<p class="m-0 text text-1">${data.head}</p>
<p class="m-0 text text-2">${data.desc}</p>
</div>
</div>
<i class="fa-solid fa-xmark close"></i>
<div class="progress active"></div>
`;
toastContainer.appendChild(toast);
let showToast = setTimeout(() => {
void toast.offsetHeight;
toast.classList.add("active");
}, 50);
const progress = toast.querySelector(".progress");
const closeIcon = toast.querySelector(".close");
// Auto-remove toast after 5s
const timer1 = setTimeout(() => {
toast.classList.remove("active");
}, 5000);
// Manual close
closeIcon.addEventListener("click", () => {
toast.classList.remove("active");
clearTimeout(timer1);
clearTimeout(showToast);
setTimeout(() => toast.remove(), 400);
});
setTimeout(() => {
toastContainer.innerHTML = '';
}, 10000);
}
</script>
<script src="https://js.pusher.com/7.0/pusher.min.js"></script>
<script>
var audioElement = document.createElement('audio');
$(document).ready(function() {
audioElement.setAttribute('src', 'https://tikkanation.com/assets/web/webnotification.mp3');
audioElement.setAttribute('loop', false);
audioElement.addEventListener('ended', function() {
this.play();
}, true);
audioElement.addEventListener("canplay", function() {
$("#length").text("Duration:" + audioElement.duration + " seconds");
$("#source").text("Source:" + audioElement.src);
$("#status").text("Status: Ready to play").css("color", "green");
});
audioElement.addEventListener("timeupdate", function() {
$("#currentTime").text("Current second:" + audioElement.currentTime);
});
$('#play').click(function() {
audioElement.play();
$("#status").text("Status: Playing");
});
$('#pause').click(function() {
audioElement.pause();
$("#status").text("Status: Paused");
});
});
// Pusher.logToConsole = true;
var pusher = new Pusher('8348839786cbbb34f0c0', {
cluster: 'eu'
});
var channel = pusher.subscribe('my-channel');
channel.bind('user-noti', function(data) {
console.log(data);
audioElement.play();
showToast(data);
setTimeout(() => {
audioElement.pause();
}, 3000);
});
</script>
<script>
$(window).scroll(function() {
if ($(this).scrollTop() > 300 && $(this).width() > 767) {
$('#back-to-top').show(200);
} else {
$('#back-to-top').hide(200);
}
});
// scroll body to 0px on click
$('#back-to-top').click(function() {
$('body,html').animate({
scrollTop: 0
}, 400);
return false;
});
$(document).click(function(event) {
if (!$(event.target).closest('.ba-we-love-subscribers, .ba-we-love-subscribers-fab').length) {
$('.ba-we-love-subscribers-fab .wrap').removeClass("ani");
$('.ba-we-love-subscribers').removeClass("open");
$('.img-fab.img').removeClass("close");
}
var sidenav = document.getElementById("mySidenav");
var computedWidth = window.getComputedStyle(sidenav).width;
if (!sidenav.contains(event.target) && computedWidth !== "0px") {
sidenav.style.width = "0px";
}
});
$("#mySidenav").click(function(event) {
event.stopPropagation();
});
$(".ba-we-love-subscribers-fab").click(function() {
$('.ba-we-love-subscribers-fab .wrap').toggleClass("ani");
$('.ba-we-love-subscribers').toggleClass("open");
$('.img-fab.img').toggleClass("close");
});
$(".ba-we-love-subscribers-fab").hover(
function() {
$('.ba-we-love-subscribers-fab .wrap').addClass("ani");
$('.ba-we-love-subscribers').addClass("open");
$('.img-fab.img').addClass("close");
},
function() {
$('.ba-we-love-subscribers-fab .wrap').removeClass("ani");
$('.ba-we-love-subscribers').removeClass("open");
$('.img-fab.img').removeClass("close");
}
);
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
function opensubmenu() {
$('#submenuleft').toggle('slow');
}
$(function() {
var Accordion = function(el, multiple) {
this.el = el || {};
this.multiple = multiple || false;
// Variables privadas
var links = this.el.find('.link');
// Evento
links.on('click', {
el: this.el,
multiple: this.multiple
}, this.dropdown)
}
Accordion.prototype.dropdown = function(e) {
var $el = e.data.el;
$this = $(this),
$next = $this.next();
$next.slideToggle();
$this.parent().toggleClass('open');
if (!e.data.multiple) {
$el.find('.submenu').not($next).slideUp().parent().removeClass('open');
};
}
var accordion = new Accordion($('#accordion'), false);
});
</script>
<script>
var x, i, j, l, ll, selElmnt, a, b, c;
/* Look for any elements with the class "custom-select": */
x = document.getElementsByClassName("custom-select");
l = x.length;
for (i = 0; i < l; i++) {
selElmnt = x[i].getElementsByTagName("select")[0];
ll = selElmnt.length;
/* For each element, create a new DIV that will act as the selected item: */
a = document.createElement("DIV");
a.setAttribute("class", "select-selected");
a.innerHTML = selElmnt.options[selElmnt.selectedIndex].innerHTML;
x[i].appendChild(a);
/* For each element, create a new DIV that will contain the option list: */
b = document.createElement("DIV");
b.setAttribute("class", "select-items select-hide");
for (j = 1; j < ll; j++) {
/* For each option in the original select element,
create a new DIV that will act as an option item: */
c = document.createElement("DIV");
c.innerHTML = selElmnt.options[j].innerHTML;
c.addEventListener("click", function(e) {
/* When an item is clicked, update the original select box,
and the selected item: */
var y, i, k, s, h, sl, yl;
s = this.parentNode.parentNode.getElementsByTagName("select")[0];
sl = s.length;
h = this.parentNode.previousSibling;
for (i = 0; i < sl; i++) {
if (s.options[i].innerHTML == this.innerHTML) {
s.selectedIndex = i;
h.innerHTML = this.innerHTML;
y = this.parentNode.getElementsByClassName("same-as-selected");
yl = y.length;
for (k = 0; k < yl; k++) {
y[k].removeAttribute("class");
}
this.setAttribute("class", "same-as-selected");
break;
}
}
h.click();
});
b.appendChild(c);
}
x[i].appendChild(b);
a.addEventListener("click", function(e) {
/* When the select box is clicked, close any other select boxes,
and open/close the current select box: */
e.stopPropagation();
closeAllSelect(this);
this.nextSibling.classList.toggle("select-hide");
this.classList.toggle("select-arrow-active");
});
}
function closeAllSelect(elmnt) {
/* A function that will close all select boxes in the document,
except the current select box: */
var x, y, i, xl, yl, arrNo = [];
x = document.getElementsByClassName("select-items");
y = document.getElementsByClassName("select-selected");
xl = x.length;
yl = y.length;
for (i = 0; i < yl; i++) {
if (elmnt == y[i]) {
arrNo.push(i)
} else {
y[i].classList.remove("select-arrow-active");
}
}
for (i = 0; i < xl; i++) {
if (arrNo.indexOf(i)) {
x[i].classList.add("select-hide");
}
}
}
document.addEventListener("click", closeAllSelect);
AOS.init();
</script></body>
<script>
const searchBar = document.getElementById('searchBar');
const button = document.getElementById('myButton');
const products = document.querySelectorAll('.catagory-poduct-dtls');
let matches = [];
let currentIndex = -1;
searchBar.addEventListener('input', function() {
const searchTerm = this.value.toLowerCase();
// console.log('searchTerm',searchTerm);
matches = [];
currentIndex = -1;
if (!searchTerm) {
products.forEach(product => product.classList.remove('highlight'));
products.forEach(product => product.classList.add('border'));
return false;
}
// Clear previous highlights
products.forEach(product => product.classList.remove('highlight'));
// Find all matching products
products.forEach(product => {
const name = product.getAttribute('data-name').toLowerCase();
if (searchTerm != '' && name.includes(searchTerm)) {
matches.push(product);
}
});
// console.log('matches.length',matches.length);
if (matches && matches.length > 0) {
currentIndex = 0;
scrollToProduct(matches[currentIndex]);
} else {
console.log('No matching products found.');
}
});
button.addEventListener('click', function() {
currentIndex = (currentIndex + 1) % matches.length; // Move to the next match
scrollToProduct(matches[currentIndex]);
});
searchBar.addEventListener('keydown', function(event) {
console.log('keydown matches.length', matches.length);
if (event.key === 'Enter' && matches.length > 0) {
event.preventDefault();
currentIndex = (currentIndex + 1) % matches.length; // Move to the next match
scrollToProduct(matches[currentIndex]);
}
});
function scrollToProduct(product) {
const container = document.querySelector('#listContainer'); // Replace with the actual container selector
// Scroll the container to the product
container.scrollTop = product.offsetTop - container.offsetTop;
// Scroll to the product and highlight it
product.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
products.forEach(p => p.classList.remove('highlight'));
products.forEach(p => p.classList.add('border'));
product.classList.add('highlight');
product.classList.remove('border');
}
</script>
<script>
function createCustomButtons(brname) {
const google = {"DORKING":"https:\/\/www.google.co.uk\/search?q=Tikka+Nation+Dorking+Reviews#lrd=0x4875e798b0a61c0f:0x6f06beb54e615b1a,1,,,,","UXBRIDGE":"https:\/\/www.google.co.uk\/search?q=Tikka+Nation+Uxbridge+Reviews#lrd=0x48766f879019b459:0xe437d1388a8db96f,1,,,,","WATFORD":"https:\/\/www.google.co.uk\/search?q=Tikka+Nation+Watford+Reviews#lrd=0x48766bda4f858501:0xb4657ce3a9b582d7,1,,,,","BIRMINGHAM":"https:\/\/www.google.co.uk\/search?q=Tikka+Nation+Birmingham+Reviews#lrd=0x4870a58332056495:0x182a4445c38531d4,1,,,,","PRESTON":"https:\/\/www.google.co.uk\/search?q=Tikka+Nation+Preston+Reviews#lrd=0x487b73a30bb9a5d3:0x5b88af714a0ee950,1,,,,","ST ALBANS":"https:\/\/www.google.co.uk\/search?q=Tikka+Nation+St+Albans+Reviews#lrd=0x48763f31c7a6cdfd:0xb270d194a823122b,1,,,,","ROYAL HOLLOWAY":"https:\/\/www.google.co.uk\/search?q=Tikka+Nation+Royal+Holloway+Reviews","LEEDS":"https:\/\/www.google.co.uk\/search?q=Tikka+Nation+Leeds+Reviews#lrd=0x48795f006c34be23:0x719e4bdc92761e0a,1,,,,","LUTON POINT":"https:\/\/www.google.com\/search?q=Tikka+Nation+Luton+Point+Reviews#lrd=0x48764900234ee94f:0x1ac507b07afd17d4,1,,,,","RUISLIP":"https:\/\/www.google.com\/search?q=tikka+nation+ruislip#lrd=0x48766d5a8e9f31d1:0x32cc7a6e78e4f02c,1"};
const Trip_Advisor = {"DORKING":"https:\/\/www.tripadvisor.in\/Restaurant_Review-g186389-d23621831-Reviews-Tikka_Nation-Dorking_Surrey_England.html","UXBRIDGE":"https:\/\/www.tripadvisor.in\/Restaurant_Review-g1646049-d23618978-Reviews-Tikka_Nation-Uxbridge_Greater_London_England.html","WATFORD":"https:\/\/www.tripadvisor.in\/Restaurant_Review-g187058-d23618977-Reviews-Tikka_Nation-Watford_Hertfordshire_England.html","BIRMINGHAM":"https:\/\/www.tripadvisor.in\/Restaurant_Review-g190731-d24076598-Reviews-Tikka_Nation-The_Royal_Town_of_Sutton_Coldfield_West_Midlands_England.html","PRESTON":"https:\/\/www.tripadvisor.com\/Restaurant_Review-g187062-d26689326-Reviews-Tikka_Nation-Preston_Lancashire_England.html","ST ALBANS":"https:\/\/www.tripadvisor.in\/Restaurant_Review-g186306-d25019964-Reviews-Tikka_Nation-St_Albans_Hertfordshire_England.html","ROYAL HOLLOWAY":"","LEEDS":"","LUTON POINT":"","RUISLIP":""};
const container = document.createElement("div");
container.style.display = "flex";
container.style.justifyContent = "center";
container.style.gap = "15px";
container.style.margin = "33px 0";
const googleButton = document.createElement("button");
googleButton.innerHTML =
`<img src="https://tikkanation.com/assets/web/images/google.png" alt="Google" style="width: 25px; height: 25px; margin-right: 10px;"> Google`;
googleButton.style.cssText = `
display: flex;
align-items: center;
background-color: #f3a01c;
color: #000;
padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 16px;
font-weight: 600;
cursor: pointer;`;
googleButton.onclick = () => {
window.open(google[brname], "_blank");
swal.close();
};
const tripAdvisorButton = document.createElement("button");
tripAdvisorButton.innerHTML =
`<img src="https://tikkanation.com/assets/web/images/tripadvisor.png" alt="TripAdvisor" style="width: 25px; height: 25px; margin-right: 10px;"> Trip Advisor`;
tripAdvisorButton.style.cssText = `
display: flex;
align-items: center;
background-color: #f3a01c;
color: #000;
padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 16px;
font-weight: 600;
cursor: pointer;`;
tripAdvisorButton.onclick = () => {
window.open(Trip_Advisor[brname], "_blank");
swal.close();
};
container.appendChild(googleButton);
container.appendChild(tripAdvisorButton);
return container;
}
function viewreview(brname) {
swal({
content: createCustomButtons(brname),
buttons: {
cancel: ""
}
}).then((val) => {
document.querySelector('.swal-footer').style.marginTop = '';
document.querySelector('.swal-footer').style.padding = '';
document.querySelector('.swal-footer').style.height = '';
});
document.querySelector('.swal-footer').style.marginTop = '0';
document.querySelector('.swal-footer').style.padding = '0';
document.querySelector('.swal-footer').style.height = '2px';
}
</script>
<script>
const branch_ord_types = {
cancel: ""
};
function chekordtype(branch_dist, branch_id, branch_name, busy_mode) {
setmyordtype(branch_id, branch_name);
}
function open_for_order_type(branch_dist, branch_id, branch_name) {
swal("Please Choose An Order Option:", {
buttons: branch_ord_types
})
.then((value) => {
setmyordtype(branch_id, branch_name);
});
}
</script>
<script>
function callfordelord(branch_id, branch_name) {
swal({
text: 'Enter delivery postcode',
content: {
element: 'input',
attributes: {
defaultValue: '',
}
},
button: {
text: "Submit",
closeModal: false,
},
}).then(postcode => {
getdeliveryprice(postcode, branch_id, branch_name);
}).catch(err => {
if (err) {
swal("Oh noes!", "Something wrong!", "error");
} else {
swal.stopLoading();
swal.close();
}
});
}
function getdeliveryprice(postcode, branch_id, branch_name) {
$.ajax({
type: 'POST',
data: {},
url: 'https://tikkanation.com/Welcome/getlatlong',
success: function(data) {
var resp = JSON.parse(data);
if (resp.Latitude) {
getdelprices(resp, branch_id, branch_name);
} else {
swal("Oops!",
'Wrong Postcode'
);
}
},
});
}
</script>
<script>
function getdelprices(branch_dist, branch_id, branch_name) {
$.ajax({
type: 'POST',
data: {
branch_dist: branch_dist,
branchid: branch_id
},
url: 'https://tikkanation.com/Welcome/validate_delivery_area',
success: function(data) {
var resp = JSON.parse(data);
if (resp) {
setmyordtype('Delivery', branch_id, branch_name);
} else {
swal("Sorry! Too far!",
'We do not deliver to your postcode. Enter a different delivery postcode or select "Collection" to proceed with the order'
);
}
},
});
}
</script>
<script>
function setmyordtype(branch_id, branch_name) {
$.ajax({
type: 'POST',
data: {
typeord: '',
branch_id: branch_id,
branch_name: branch_name
},
url: 'https://tikkanation.com/Welcome/stmyfstordtp',
success: function(data) {
window.location = 'https://tikkanation.com/order-online';
},
});
}
</script>
</html>