4 Commits

Author SHA1 Message Date
782bba9fb7 Update src/app/page.tsx 2026-04-05 08:15:00 +00:00
935cb180bd Merge version_1 into main
Merge version_1 into main
2026-04-05 08:02:59 +00:00
49ef492ca8 Merge version_1 into main
Merge version_1 into main
2026-04-05 08:02:35 +00:00
ce0210bdce Merge version_1 into main
Merge version_1 into main
2026-04-05 08:02:03 +00:00

View File

@@ -78,21 +78,15 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
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: "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: "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: "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: "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: "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: "1", name: "Signature Tandoori Platter", price: "₹299", variant: "Chef's Special", 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: "2", name: "Creamy Veg Noodles", price: "₹150", variant: "Popular", 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: "3", name: "Paneer Tikka Delight", price: "₹220", variant: "Best Seller", 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: "4", name: "Manoop Special Burger", price: "₹110", 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: "5", name: "Crispy Spring Rolls", price: "₹95", 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: "6", name: "Signature Masala Chai", price: "₹45", 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" },
]}
title="Popular Menu Items"
description="Taste the variety of flavors we offer, from tandoori delights to street food favorites."
title="Restaurant Menu"
description="Our curated selection of fresh, authentic dishes crafted with love."
/>
</div>
@@ -132,24 +126,14 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
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: "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: "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: "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: "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: "1", name: "Priya Sharma", role: "Regular Patron", company: "Ghaziabad", 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: "2", name: "Rahul Verma", role: "Food Critic", company: "Loni Rd", 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: "3", name: "Anjali Gupta", role: "Local Resident", company: "Johripur", rating: 4, 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: "4", name: "Vikram Singh", role: "Food Blogger", company: "Ghaziabad", 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: "5", name: "Sonia Mehra", role: "Customer", company: "Ganga Vihar", 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" },
]}
title="What Our Guests Say"
description="Join 50+ satisfied customers who enjoy our food every day."
title="Customer Reviews"
description="Real feedback from our wonderful community members."
/>
</div>
@@ -172,26 +156,27 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Visit Us", items: [
{
label: "Ganga Vihar, Loni Rd, Johripur, Ghaziabad", href: "#"},
title: "Restaurant Location", items: [
{ label: "Manoop Restaurant & Cafe", href: "#" },
{ label: "Ganga Vihar, Loni Rd, Johripur", href: "#" },
{ label: "Ghaziabad, Uttar Pradesh, 201003", href: "#" }
],
},
{
title: "Contact", items: [
{
label: "+91 99999 99999", href: "tel:+919999999999"},
title: "Quick Contact", items: [
{ label: "Phone: +91 99999 99999", href: "tel:+919999999999"},
{ label: "Email: hello@manoopcafe.com", href: "mailto:hello@manoopcafe.com" },
],
},
{
title: "Hours", items: [
{
label: "Open Daily until 11 PM", href: "#"},
title: "Operating Hours", items: [
{ label: "Mon - Sun: 10:00 AM - 11:00 PM", href: "#"},
{ label: "Available for Parties & Events", href: "#" },
],
},
]}
bottomLeftText="© 2024 Manoop Restaurant & Cafe"
bottomRightText="Made with love for Ghaziabad"
bottomRightText="All Rights Reserved"
/>
</div>
</ReactLenis>