From 8b6b31d278d7b3bd7102072a696e86765868566c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:35:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a1b342..f8e9c04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,6 +106,9 @@ export default function LandingPage() { ]} title="Menu Highlights" description="Everything a great local Italian spot should have." + buttons={[ + { text: "Order Online Now", href: "#order" } + ]} /> -- 2.49.1