From 782bba9fb7e48a2648785127aea56c02458dfdb8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:15:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 67 +++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ea2698..5de73d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -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." /> @@ -172,26 +156,27 @@ export default function LandingPage() { -- 2.49.1