From 8543b3576de57b641fa26b583b5816143f5b05f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:15:07 +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 8a87b03..0c45b4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { description="A refined culinary escape with breathtaking waterfront views." buttons={[ { - text: "Reserve a Table", href: "#contact"}, + text: "Book Your Reservation", href: "#contact"}, { text: "View Menu", href: "#menu"}, ]} -- 2.49.1