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" },