From 8531e04f4a979582ab857778a7efd6850bd35dd1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:16:09 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ee4e09a..b4dff7d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -19,6 +19,7 @@ export default function MenuPage() { { name: "Contact", id: "/contact" }, ]} brandName="The Table" + button={{ text: "Book Now", href: "/contact" }} />