Merge version_1 into main #2
201
src/app/page.tsx
201
src/app/page.tsx
@@ -29,60 +29,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Mo:Mo Mantra"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Authentic Flavors, Garden Vibe"
|
||||
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?_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",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumplings-with-bacon-herbs-plate_1153-3711.jpg?_wi=1",
|
||||
imageAlt: "Chicken Momos",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=1",
|
||||
imageAlt: "Pork Soup Momos",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-near-tartines_23-2147749519.jpg?_wi=1",
|
||||
imageAlt: "Spicy Chicken Chili",
|
||||
},
|
||||
{ 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" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -97,20 +63,11 @@ export default function LandingPage() {
|
||||
title="A Refreshing Retreat"
|
||||
description="At Mo:Mo Mantra, we combine traditional Nepali flavors with a peaceful garden setting. Our mission is to provide an escape where the food tastes as good as the environment feels."
|
||||
metrics={[
|
||||
{
|
||||
value: "12+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Momos Served",
|
||||
},
|
||||
{
|
||||
value: "5",
|
||||
title: "Star Location",
|
||||
},
|
||||
{ value: "12+", title: "Years Experience" },
|
||||
{ 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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698364.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="Lush outdoor dining garden"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -124,48 +81,12 @@ 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?_wi=2",
|
||||
},
|
||||
{
|
||||
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=2",
|
||||
},
|
||||
{
|
||||
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=2",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{ 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: "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" },
|
||||
]}
|
||||
title="Our Signature Selection"
|
||||
description="From steaming momos to hearty fried rice, explore our popular dishes crafted with love."
|
||||
@@ -177,61 +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?_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=3",
|
||||
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=3",
|
||||
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=3",
|
||||
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", 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" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="We value every piece of feedback as we strive to improve our hospitality and flavors daily."
|
||||
@@ -241,19 +112,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Visit us at Surya Bikram Gyawali Marg, Kathmandu, or give us a call at 01-4567357. We look forward to serving you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:014567357",
|
||||
},
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
{ text: "Call Now", href: "tel:014567357" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -261,14 +124,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Mo:Mo Mantra"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user