From c87556214c45fb360f6248c6f7d15306612aae94 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:44:45 +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 8571461..f4507b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Reserve Table", href: "contact" }, - { text: "View Menu", href: "menu" } + { text: "Order Now", href: "menu" } ]} buttonAnimation="slide-up" carouselPosition="right" -- 2.49.1