From 868e3105babc12c6da9768d0259296e82175f702 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 11:35:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 509960b..4c01e89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."