From 52717d5b9bb400e26de4840db63eea77b9c64203 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:40:34 +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 6dfe62b..2a9e46b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -30,7 +30,6 @@ export default function MenuPage() { { name: "Contact", id: "/#contact" }, ]} brandName="Hippopotoshi" - button={{ text: "Reserve", href: "/#contact" }} />
@@ -40,6 +39,7 @@ export default function MenuPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "c1", name: "Signature Uni Pie", price: "790" }, { id: "c2", name: "Beef Shabu Shabu", price: "720" }, -- 2.49.1