Update src/app/menu/page.tsx
This commit is contained in:
@@ -72,42 +72,42 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Butter Chicken",
|
||||
price: "₹650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg?_wi=2",
|
||||
imageAlt: "creamy butter chicken gravy",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tandoori Chicken",
|
||||
price: "₹590",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75646.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75646.jpg?_wi=2",
|
||||
imageAlt: "sizzling tandoori chicken platter",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Paneer Lababdar",
|
||||
price: "₹550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-with-rice-beans_140725-6082.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-with-rice-beans_140725-6082.jpg?_wi=2",
|
||||
imageAlt: "paneer lababdar cheese curry",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dal Makhani",
|
||||
price: "₹480",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bean-soup-called-merci-inside-little-plate-with-greens-white-surface-soup-meal-food-vegetable-bean_140725-74413.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bean-soup-called-merci-inside-little-plate-with-greens-white-surface-soup-meal-food-vegetable-bean_140725-74413.jpg?_wi=2",
|
||||
imageAlt: "rich dal makhani cream lentil",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Garlic Naan",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg?_wi=2",
|
||||
imageAlt: "fresh garlic naan bread hot",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gulab Jamun",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg?_wi=2",
|
||||
imageAlt: "sweet gulab jamun syrup",
|
||||
},
|
||||
]}
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
title: "Appetizers & Soups",
|
||||
description: "Start your meal with our tantalizing array of starters.",
|
||||
tag: "Starters",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-fajitas-prawns-vegetables-cheese-lavash-green-salad-sour-cream-side-view_141793-2478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-fajitas-prawns-vegetables-cheese-lavash-green-salad-sour-cream-side-view_141793-2478.jpg?_wi=2",
|
||||
imageAlt: "indian vegetarian curry bowl",
|
||||
buttons: [
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
title: "Main Course Extravaganza",
|
||||
description: "Indulge in our selection of hearty main courses.",
|
||||
tag: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=2",
|
||||
imageAlt: "authentic butter chicken close up",
|
||||
buttons: [
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
title: "Breads & Rice",
|
||||
description: "Perfect accompaniments to complement your meal.",
|
||||
tag: "Sides",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg?_wi=3",
|
||||
imageAlt: "fresh garlic naan bread hot",
|
||||
buttons: [
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
title: "Desserts & Beverages",
|
||||
description: "Sweet endings and refreshing drinks to complete your dining.",
|
||||
tag: "Sweet Treat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg?_wi=3",
|
||||
imageAlt: "sweet gulab jamun syrup",
|
||||
buttons: [
|
||||
{
|
||||
@@ -195,7 +195,7 @@ export default function LandingPage() {
|
||||
name: "Anjali Sharma",
|
||||
role: "Food Critic",
|
||||
testimonial: "The Butter Chicken at Patiaala House is simply divine – rich, creamy, and perfectly spiced. A true North Indian delight!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait happy",
|
||||
},
|
||||
{
|
||||
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
||||
name: "Rahul Singh",
|
||||
role: "Local Foodie",
|
||||
testimonial: "Every dish, from the Tandoori Chicken to the Dal Makhani, reflects authentic flavors and culinary expertise. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg?_wi=2",
|
||||
imageAlt: "man looking happy confident",
|
||||
},
|
||||
{
|
||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
||||
name: "Priya Kapoor",
|
||||
role: "Family Guest",
|
||||
testimonial: "Patiaala House is our go-to for family dinners. The food is consistently excellent, and the service is always warm and welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-business-field_1262-2956.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-business-field_1262-2956.jpg?_wi=2",
|
||||
imageAlt: "young woman smiling brightly",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user