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