Merge version_1 into main #2
208
src/app/page.tsx
208
src/app/page.tsx
@@ -30,68 +30,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Manoop Restaurant & Cafe"
|
||||
button={{
|
||||
text: "Order Online", href: "#menu"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Delicious Food, Great Taste, Friendly Atmosphere"
|
||||
description="Experience the best flavors of Ghaziabad at Manoop Restaurant & Cafe. Rated 4.9 stars by our local community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919999999999"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Directions", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=1",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=2",
|
||||
imageAlt: "Delicious food platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg", imageAlt: "Delicious food platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=3",
|
||||
imageAlt: "Warm interior design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=4",
|
||||
imageAlt: "Freshly prepared momos",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=5",
|
||||
imageAlt: "Happy family dining",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg", imageAlt: "Warm interior design"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -105,47 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tandoori Momos",
|
||||
price: "₹120",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Tandoori Momos", price: "₹120", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Noodles",
|
||||
price: "₹150",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Noodles", price: "₹150", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Paneer Items",
|
||||
price: "₹200",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=3",
|
||||
},
|
||||
id: "3", name: "Paneer Items", price: "₹200", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Burger",
|
||||
price: "₹90",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Burger", price: "₹90", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rolls",
|
||||
price: "₹80",
|
||||
variant: "Fast Food",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Rolls", price: "₹80", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tea / Coffee",
|
||||
price: "₹40",
|
||||
variant: "Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=6",
|
||||
},
|
||||
id: "6", name: "Tea / Coffee", price: "₹40", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"},
|
||||
]}
|
||||
title="Popular Menu Items"
|
||||
description="Taste the variety of flavors we offer, from tandoori delights to street food favorites."
|
||||
@@ -157,10 +101,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="About Manoop Restaurant & Cafe"
|
||||
description={[
|
||||
"Located in the heart of Ganga Vihar, we are dedicated to providing fresh, hygienic, and delicious food at affordable prices.",
|
||||
"Our family-friendly environment and warm hospitality ensure that every visitor feels at home.",
|
||||
"From small get-togethers to casual dining, Manoop Restaurant is your go-to destination for great taste.",
|
||||
]}
|
||||
"Located in the heart of Ganga Vihar, we are dedicated to providing fresh, hygienic, and delicious food at affordable prices.", "Our family-friendly environment and warm hospitality ensure that every visitor feels at home.", "From small get-togethers to casual dining, Manoop Restaurant is your go-to destination for great taste."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,33 +112,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Ingredients",
|
||||
description: "We use only the freshest produce to cook your meals.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=6",
|
||||
},
|
||||
id: "f1", title: "Fresh Ingredients", description: "We use only the freshest produce to cook your meals.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Affordable Price",
|
||||
description: "Premium dining experience without breaking the bank.",
|
||||
tag: "Budget",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=7",
|
||||
},
|
||||
id: "f2", title: "Affordable Price", description: "Premium dining experience without breaking the bank.", tag: "Budget", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Family Friendly",
|
||||
description: "A perfect space for families, couples, and friends.",
|
||||
tag: "Atmosphere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=8",
|
||||
},
|
||||
id: "f3", title: "Family Friendly", description: "A perfect space for families, couples, and friends.", tag: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Fast Service",
|
||||
description: "Quick and responsive service even during rush hours.",
|
||||
tag: "Speed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=9",
|
||||
},
|
||||
id: "f4", title: "Fast Service", description: "Quick and responsive service even during rush hours.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Here is why our guests love dining with us."
|
||||
@@ -212,45 +133,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul",
|
||||
role: "Student",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Rahul", role: "Student", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit",
|
||||
role: "Resident",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=3",
|
||||
},
|
||||
id: "3", name: "Amit", role: "Resident", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sunita",
|
||||
role: "Homemaker",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Sunita", role: "Homemaker", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram",
|
||||
role: "Customer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Vikram", role: "Customer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join 50+ satisfied customers who enjoy our food every day."
|
||||
@@ -261,18 +157,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to enjoy a meal at Manoop Restaurant? Call us today or visit us in Johripur! Open until 11 PM."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: +919999999999",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
text: "Call Now: +919999999999", href: "tel:+919999999999"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/919999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,30 +172,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Ganga Vihar, Loni Rd, Johripur, Ghaziabad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Ganga Vihar, Loni Rd, Johripur, Ghaziabad", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+91 99999 99999",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
label: "+91 99999 99999", href: "tel:+919999999999"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Open Daily until 11 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily until 11 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -315,4 +197,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user