From ca62d811e8216abe168d525242572ef06ce05048 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:05:43 +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 3f38171..c5c5bd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} buttons={[ { text: "View Menu", href: "#menu" }, - { text: "Order Online", href: "#contact" } + { text: "Reserve a Table", href: "#contact" } ]} buttonAnimation="slide-up" carouselPosition="right"