From 66836f34a5a1f0f0d4ba6b8dc6d4079bd924ac95 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:35:49 +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 1398140..2ec1098 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { background={{ variant: "plain" }} enableKpiAnimation={true} buttons={[ - { text: "Reserve Your Table", href: "#reservation" }, + { text: "Book Now - No Wait", href: "#reservation" }, { text: "View Menu", href: "#dishes" } ]} mediaAnimation="slide-up" -- 2.49.1