From 428ba2db28425390b6621731f65d8adfcb6d542c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:35:57 +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 c97b8e0..ffac32d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "Reserve Now", href: "contact" }, + { text: "Book Your Table", href: "contact" }, { text: "View Menu", href: "menu" } ]} buttonAnimation="slide-up" -- 2.49.1