From 5e8d638e9247bc4185b0d81dad58babd34f22349 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:13:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 953eb4a..519caa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,6 +86,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} animationType="slide-up" + buttons={[ + { text: "View Full Menu", href: "#menu" } + ]} products={[ { id: "1", name: "Mutton Leg Roast", price: "Rs. 2,000", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-7816.jpg" }, { id: "2", name: "Mutton Karahi", price: "Rs. 1,500", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lavash-sauce-bottle-oil_140725-72547.jpg" }, -- 2.49.1