From 11ff691ddae286529f01dba6c09042670a6be653 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:30:28 +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 6515354..77fc0ea 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: "#"}, + text: "View Full Menu", href: "/menu.pdf"}, ]} /> -- 2.49.1