From 3e235b12ad66b646375e775725019f20664902bd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:34:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77fc0ea..0e584b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function LandingPage() { description="Discover our most cherished recipes, crafted daily with fresh, local ingredients." buttons={[ { - text: "View Full Menu", href: "/menu.pdf"}, + text: "View Full Menu", href: "#reservation"}, ]} /> -- 2.49.1