From 357ba3e1e01e49eda9a794a572a514a2e97f51f6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:24:40 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 4a537ba..c524ab8 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -31,7 +31,6 @@ export default function MenuPage() { { name: "Contact", id: "/#contact" }, ]} brandName="Guwahati Heights" - button={{ text: "Reserve Now", href: "/#contact" }} />
@@ -39,6 +38,7 @@ export default function MenuPage() { animationType="slide-up" textboxLayout="split" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} products={[ { id: "1", name: "Truffle Infused Risotto", price: "₹1250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg" }, { id: "2", name: "Smoked Himalayan Lamb", price: "₹1800", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg" }, -- 2.49.1