Merge version_3 into main #3
@@ -17,11 +17,13 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "Moti Mahal Tandoori Trail - Fine Dining Restaurant in Jhansi", description: "Authentic North Indian fine dining at Moti Mahal in Jhansi. 4.7⭐ rated restaurant with premium tandoori cuisine, private events & celebrations. Reserve your table today!", keywords: "restaurant in Jhansi, fine dining Jhansi, tandoori restaurant, butter chicken Jhansi, north Indian food, family restaurant, birthday party venue, best restaurant Jhansi", metadataBase: new URL("https://motimahaljhansi.com"),
|
||||
alternates: {
|
||||
canonical: "https://motimahaljhansi.com"},
|
||||
canonical: "https://motimahaljhansi.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Moti Mahal Tandoori Trail - Premium North Indian Dining", description: "Experience authentic North Indian fine dining. 4.7⭐ rated. Book reservations for family, couples, events & celebrations in Jhansi.", url: "https://motimahaljhansi.com", siteName: "Moti Mahal Tandoori Trail", type: "website", images: [
|
||||
{
|
||||
url: "https://motimahaljhansi.com/og-image.jpg", alt: "Moti Mahal Tandoori Trail Restaurant"},
|
||||
url: "https://motimahaljhansi.com/og-image.jpg", alt: "Moti Mahal Tandoori Trail Restaurant"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
|
||||
@@ -37,7 +37,8 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Call Now", href: "tel:+917266853335"}}
|
||||
text: "📞 Call Now", href: "tel:+917266853335"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,9 +50,11 @@ export default function HomePage() {
|
||||
description="Authentic North Indian Dining in the Heart of Jhansi | ⭐ 4.7 (350+ reviews) | Loved by families, couples & food enthusiasts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table Now", href: "tel:+917266853335"},
|
||||
text: "Reserve Table Now", href: "tel:+917266853335"
|
||||
},
|
||||
{
|
||||
text: "🍽 Reserve Table", href: "/contact"},
|
||||
text: "🍽 Reserve Table", href: "#contact-cta"
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11508.jpg?_wi=1"
|
||||
imageAlt="Moti Mahal Fine Dining Restaurant Interior"
|
||||
@@ -68,9 +71,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu", href: "#signature-dishes"},
|
||||
text: "Explore Menu", href: "#signature-dishes"
|
||||
},
|
||||
{
|
||||
text: "Book an Event", href: "/contact"},
|
||||
text: "Book an Event", href: "#contact-cta"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,13 +88,17 @@ export default function HomePage() {
|
||||
tag="Must Try"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Butter Chicken", description: "Tender chicken in a rich, creamy tomato-based sauce with aromatic spices and fresh cream", tag: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-pieces-with-ketchup-onion_140725-1782.jpg?_wi=1", imageAlt: "Butter Chicken Curry"},
|
||||
id: "1", title: "Butter Chicken", description: "Tender chicken in a rich, creamy tomato-based sauce with aromatic spices and fresh cream", tag: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-pieces-with-ketchup-onion_140725-1782.jpg?_wi=1", imageAlt: "Butter Chicken Curry"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Dal Makhani", description: "Slow-cooked black lentils and kidney beans with cream and butter, finished with aromatic spices", tag: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-hand-holding-spoon-tasty-soup-served-with-mint-pepper-green-stripped-towel-chopped-lemon-yellow-pea-blue-background_140725-94815.jpg?_wi=1", imageAlt: "Dal Makhani Curry"},
|
||||
id: "2", title: "Dal Makhani", description: "Slow-cooked black lentils and kidney beans with cream and butter, finished with aromatic spices", tag: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-hand-holding-spoon-tasty-soup-served-with-mint-pepper-green-stripped-towel-chopped-lemon-yellow-pea-blue-background_140725-94815.jpg?_wi=1", imageAlt: "Dal Makhani Curry"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Tandoori Platter", description: "Assorted grilled tandoori meats and vegetables, marinated in yogurt and traditional spices", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=1", imageAlt: "Tandoori Mixed Platter"},
|
||||
id: "3", title: "Tandoori Platter", description: "Assorted grilled tandoori meats and vegetables, marinated in yogurt and traditional spices", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=1", imageAlt: "Tandoori Mixed Platter"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Naan Varieties", description: "Freshly baked traditional naan breads including butter, garlic, and stuffed options", tag: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-around-kutab-table-with-pear-dushes_114579-2337.jpg?_wi=1", imageAlt: "Traditional Naan Bread"},
|
||||
id: "4", title: "Naan Varieties", description: "Freshly baked traditional naan breads including butter, garlic, and stuffed options", tag: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-around-kutab-table-with-pear-dushes_114579-2337.jpg?_wi=1", imageAlt: "Traditional Naan Bread"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -107,22 +116,28 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", handle: "@rajesh_family", testimonial: "The food, hospitality and the service from the staff is absolutely awesome. We've visited multiple times and every visit is exceptional. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-teenage-girl-pink-tshirt_176420-32038.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-teenage-girl-pink-tshirt_176420-32038.jpg?_wi=1", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_dines", testimonial: "Very nice place for a family gathering. The ambiance is warm and welcoming, food is delicious, and staff treats you like family. Best restaurant in Jhansi!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg?_wi=1", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Patel", handle: "@amit_events", testimonial: "Perfect venue for our corporate dinner. Professional service, premium quality food, and intimate setting. Everyone loved it. Will definitely return!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-model-is-smiling_114579-13323.jpg", imageAlt: "Amit Patel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-model-is-smiling_114579-13323.jpg", imageAlt: "Amit Patel"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ananya Singh", handle: "@ananya_foodie", testimonial: "The tandoori dishes are outstanding! Authentic flavors, generous portions, and the butter chicken is to die for. Worth every penny. 5 stars without hesitation!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-wearing-green-shirt-standing-against-blue-background_662251-587.jpg", imageAlt: "Ananya Singh"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-wearing-green-shirt-standing-against-blue-background_662251-587.jpg", imageAlt: "Ananya Singh"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Tomar", handle: "@vikram_celebrates", testimonial: "Celebrated my son's birthday here. The private dining setup was perfect, food was exceptional, and the staff went above and beyond. Highly appreciate the hospitality!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-teenage-girl-pink-tshirt_176420-32038.jpg?_wi=2", imageAlt: "Vikram Tomar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-teenage-girl-pink-tshirt_176420-32038.jpg?_wi=2", imageAlt: "Vikram Tomar"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Neha Gupta", handle: "@neha_date_night", testimonial: "Perfect romantic dinner spot! The ambiance, food quality, and attentive service made our anniversary unforgettable. Thank you Moti Mahal for such a wonderful experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg?_wi=2", imageAlt: "Neha Gupta"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg?_wi=2", imageAlt: "Neha Gupta"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -141,13 +156,16 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Moti Mahal", name: "Birthday Parties", price: "Starting ₹8,000", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-resting-party_176420-6167.jpg?_wi=1", imageAlt: "Birthday Party at Moti Mahal"},
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-resting-party_176420-6167.jpg?_wi=1", imageAlt: "Birthday Party at Moti Mahal"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Moti Mahal", name: "Corporate Dinners", price: "Starting ₹10,000", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg?_wi=1", imageAlt: "Corporate Event Dining"},
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg?_wi=1", imageAlt: "Corporate Event Dining"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Moti Mahal", name: "Kitty Parties & Celebrations", price: "Starting ₹5,000", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-resting-party_176420-6167.jpg?_wi=2", imageAlt: "Kitty Party Celebration"},
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-resting-party_176420-6167.jpg?_wi=2", imageAlt: "Kitty Party Celebration"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -156,7 +174,8 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
buttons={[
|
||||
{
|
||||
text: "📝 Book Your Event", href: "/contact"},
|
||||
text: "📝 Book Your Event", href: "#contact-cta"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,15 +183,16 @@ export default function HomePage() {
|
||||
{/* Newsletter & Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCenter
|
||||
tag="Get in Touch"
|
||||
title="Reserve Your Table Today"
|
||||
description="Don't miss out on an extraordinary dining experience. Book your reservation now and enjoy authentic North Indian cuisine prepared with premium ingredients and traditional techniques."
|
||||
tag="Reserve Now"
|
||||
title="Secure Your Reservation"
|
||||
description="Call us at +91-726-685-3335 or fill in your details below. We accommodate reservations for intimate dinners, family gatherings, corporate events, and celebrations. Our team will confirm your booking within 2 hours."
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
variant: "rotated-rays-animated-grid"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Sign Up for Updates"
|
||||
termsText="By signing up, you'll receive exclusive offers and updates about our special events and new menu items."
|
||||
inputPlaceholder="Enter your phone number"
|
||||
buttonText="Book Reservation"
|
||||
termsText="By booking a reservation, you agree to our cancellation policy: Free cancellation up to 24 hours before. We look forward to hosting you!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -184,13 +204,16 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/motimahaljhansi", ariaLabel: "Facebook"},
|
||||
href: "https://facebook.com/motimahaljhansi", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/motimahaljhansi", ariaLabel: "Instagram"},
|
||||
href: "https://instagram.com/motimahaljhansi", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Smartphone,
|
||||
href: "https://wa.me/917266853335", ariaLabel: "WhatsApp"},
|
||||
href: "https://wa.me/917266853335", ariaLabel: "WhatsApp"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user