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