Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-02 15:01:42 +00:00

View File

@@ -47,8 +47,8 @@ export default function LandingPage() {
description="Experience the finest momos in Kathmandu. Nestled in lush greenery, Mo:Mo Mantra offers a refreshing culinary retreat from the city hustle."
tag="Since 2010"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-khinkali-khinkali-flour-board-tree-branches_140725-74252.jpg", imageAlt: "Authentic Momos Plate" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698364.jpg", imageAlt: "Garden Dining Area" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-khinkali-khinkali-flour-board-tree-branches_140725-74252.jpg?_wi=1", imageAlt: "Authentic Momos Plate" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698364.jpg?_wi=1", imageAlt: "Garden Dining Area" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -67,7 +67,7 @@ export default function LandingPage() {
{ value: "10k+", title: "Momos Served" },
{ value: "5", title: "Star Location" },
]}
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698364.jpg"
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698364.jpg?_wi=2"
mediaAnimation="slide-up"
imageAlt="Lush outdoor dining garden"
metricsAnimation="slide-up"
@@ -81,9 +81,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Chicken Momo", price: "Rs 500", variant: "With Soup", imageSrc: "http://img.b2bpic.net/free-photo/dumplings-with-bacon-herbs-plate_1153-3711.jpg" },
{ id: "p2", name: "Pork Soup Momo", price: "Rs 550", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg" },
{ id: "p3", name: "Chicken Chilly", price: "Rs 600", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-near-tartines_23-2147749519.jpg" },
{ id: "p1", name: "Chicken Momo", price: "Rs 500", variant: "With Soup", imageSrc: "http://img.b2bpic.net/free-photo/dumplings-with-bacon-herbs-plate_1153-3711.jpg?_wi=1" },
{ id: "p2", name: "Pork Soup Momo", price: "Rs 550", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=1" },
{ id: "p3", name: "Chicken Chilly", price: "Rs 600", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-near-tartines_23-2147749519.jpg?_wi=1" },
{ id: "p4", name: "Egg Fried Rice", price: "Rs 450", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-prawn-top_74190-6024.jpg" },
{ id: "p5", name: "Tofu Sesame", price: "Rs 500", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089653.jpg" },
{ id: "p6", name: "Cappuccino", price: "Rs 300", variant: "Hot Beverage", imageSrc: "http://img.b2bpic.net/free-photo/closeup-hot-drink-wooden-table_53876-31715.jpg" },
@@ -98,11 +98,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Upendra Bagale", date: "2 months ago", title: "Lunch Visit", quote: "The flavors were satisfying and I had no complaints about the food quality.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-khinkali-khinkali-flour-board-tree-branches_140725-74252.jpg", imageAlt: "delicious momos presentation" },
{ id: "t2", name: "Chew & Review", date: "3 months ago", title: "Top-notch Momos", quote: "The pork momo was absolutely top-notch, especially the flavorful soup.", tag: "Pork Lover", avatarSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915136.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698364.jpg", imageAlt: "restaurant garden setting lush greenery" },
{ id: "t3", name: "Kulchandra Gautam", date: "2 months ago", title: "Great Ambiance", quote: "This is a 5-star location ambiance-wise, truly a refreshing retreat.", tag: "Ambiance", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286412.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dumplings-with-bacon-herbs-plate_1153-3711.jpg", imageAlt: "steaming hot chicken momo" },
{ id: "t4", name: "Sita K.", date: "1 month ago", title: "Family Dinner", quote: "My kids loved the garden atmosphere, and the momos were very fresh.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-having-fun-drinking-bachelorette-party-oh-their-friend_627829-11128.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg", imageAlt: "pork soup momo bowl" },
{ id: "t5", name: "Rajiv P.", date: "1 week ago", title: "Quick Bite", quote: "Consistent taste and very peaceful place to grab a quick coffee and meal.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-holding-hands-table-restaurant_23-2148014515.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-near-tartines_23-2147749519.jpg", imageAlt: "crispy chicken chili dish" },
{ id: "t1", name: "Upendra Bagale", date: "2 months ago", title: "Lunch Visit", quote: "The flavors were satisfying and I had no complaints about the food quality.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-khinkali-khinkali-flour-board-tree-branches_140725-74252.jpg?_wi=2", imageAlt: "delicious momos presentation" },
{ id: "t2", name: "Chew & Review", date: "3 months ago", title: "Top-notch Momos", quote: "The pork momo was absolutely top-notch, especially the flavorful soup.", tag: "Pork Lover", avatarSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915136.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698364.jpg?_wi=3", imageAlt: "restaurant garden setting lush greenery" },
{ id: "t3", name: "Kulchandra Gautam", date: "2 months ago", title: "Great Ambiance", quote: "This is a 5-star location ambiance-wise, truly a refreshing retreat.", tag: "Ambiance", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286412.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dumplings-with-bacon-herbs-plate_1153-3711.jpg?_wi=2", imageAlt: "steaming hot chicken momo" },
{ id: "t4", name: "Sita K.", date: "1 month ago", title: "Family Dinner", quote: "My kids loved the garden atmosphere, and the momos were very fresh.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-having-fun-drinking-bachelorette-party-oh-their-friend_627829-11128.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=2", imageAlt: "pork soup momo bowl" },
{ id: "t5", name: "Rajiv P.", date: "1 week ago", title: "Quick Bite", quote: "Consistent taste and very peaceful place to grab a quick coffee and meal.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-holding-hands-table-restaurant_23-2148014515.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-near-tartines_23-2147749519.jpg?_wi=2", imageAlt: "crispy chicken chili dish" },
]}
title="What Our Guests Say"
description="We value every piece of feedback as we strive to improve our hospitality and flavors daily."