Update src/app/page.tsx

This commit is contained in:
2026-05-13 11:35:23 +00:00
parent 695b92467e
commit 868e3105ba

View File

@@ -137,17 +137,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Special Bbro Thali", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-arrangement-basket_23-2148821572.jpg"},
id: "p1", name: "Special Bbro Thali", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-arrangement-basket_23-2148821572.jpg", priceButtonProps: { text: "Reserve Table", href: "#contact" }
},
{
id: "p2", name: "Crispy Corn", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-healthy-cereal-rings-breakfast-tablecloth_114579-68574.jpg"},
id: "p2", name: "Crispy Corn", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-healthy-cereal-rings-breakfast-tablecloth_114579-68574.jpg", priceButtonProps: { text: "Reserve Table", href: "#contact" }
},
{
id: "p3", name: "Spring Roll (8 pcs)", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/fried-spring-roll_1203-2856.jpg"},
id: "p3", name: "Spring Roll (8 pcs)", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/fried-spring-roll_1203-2856.jpg", priceButtonProps: { text: "Reserve Table", href: "#contact" }
},
{
id: "p4", name: "White Sauce Pasta", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/pasta-fettuccini-cream-cheese-chicken-mushrooms-sumakh-side-view_141793-12455.jpg"},
id: "p4", name: "White Sauce Pasta", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/pasta-fettuccini-cream-cheese-chicken-mushrooms-sumakh-side-view_141793-12455.jpg", priceButtonProps: { text: "Reserve Table", href: "#contact" }
},
{
id: "p5", name: "Paneer Tikka Platter", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-vietnamese-spring-rolls-with-spicy-shrimps-prawns-carrot-cucumber-red-cabbage-rice-noodle_2829-18343.jpg"},
id: "p5", name: "Paneer Tikka Platter", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-vietnamese-spring-rolls-with-spicy-shrimps-prawns-carrot-cucumber-red-cabbage-rice-noodle_2829-18343.jpg", priceButtonProps: { text: "Reserve Table", href: "#contact" }
},
{
id: "p6", name: "Grilled Vegetable Wrap", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-egg-tomato-dish-served-with-bread-cup-coffee_140725-8739.jpg"},
id: "p6", name: "Grilled Vegetable Wrap", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-egg-tomato-dish-served-with-bread-cup-coffee_140725-8739.jpg", priceButtonProps: { text: "Reserve Table", href: "#contact" }
},
]}
title="Menu Highlights"
description="Indulge in our carefully curated selection of local and international delicacies."