Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-07 12:49:50 +00:00
2 changed files with 41 additions and 157 deletions

View File

@@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
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"),
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: [
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: {
card: "summary_large_image",
title: "Moti Mahal Tandoori Trail - Fine Dining in Jhansi",
description: "Authentic North Indian cuisine with 4.7⭐ rating. Perfect for reservations, events & celebrations.",
images: ["https://motimahaljhansi.com/twitter-image.jpg"],
card: "summary_large_image", title: "Moti Mahal Tandoori Trail - Fine Dining in Jhansi", description: "Authentic North Indian cuisine with 4.7⭐ rating. Perfect for reservations, events & celebrations.", images: ["https://motimahaljhansi.com/twitter-image.jpg"],
},
robots: {
index: true,
@@ -1433,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -37,9 +37,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "📞 Call Now",
href: "tel:+917266853335",
}}
text: "📞 Call Now", href: "tel:+917266853335"}}
animateOnLoad={true}
/>
</div>
@@ -51,13 +49,9 @@ 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: "📞 Call Now",
href: "tel:+917266853335",
},
text: "Reserve Table Now", href: "tel:+917266853335"},
{
text: "🍽 Reserve Table",
href: "/contact",
},
text: "🍽 Reserve Table", href: "/contact"},
]}
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"
@@ -74,13 +68,9 @@ 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"},
]}
/>
</div>
@@ -93,37 +83,13 @@ 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"
@@ -140,59 +106,23 @@ export default function HomePage() {
tag="Reviews"
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
showRating={true}
animationType="slide-up"
@@ -210,35 +140,14 @@ export default function HomePage() {
tag="Book Now"
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -247,9 +156,7 @@ export default function HomePage() {
carouselMode="buttons"
buttons={[
{
text: "📝 Book Your Event",
href: "/contact",
},
text: "📝 Book Your Event", href: "/contact"},
]}
/>
</div>
@@ -261,8 +168,7 @@ export default function HomePage() {
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."
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Sign Up for Updates"
@@ -278,22 +184,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>
</ThemeProvider>
);
}
}