diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0e9a2b1..a083198 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,68 +30,42 @@ export default function LandingPage() {
@@ -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."]}
/>
@@ -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() {
@@ -281,30 +172,21 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file